fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
backgroundcolor="660099"; //sets the colour of the background of the menu
bordercolor="#660099"; //sets the colour of the border around the menu
borderstyle="solid"; //sets the style of the border around the menu
borderwidth=0; //sets the width of the border around the menu
fontfamily="verdana, arial, helvetica, geneva, swiss, sunsans-regular, sans-serif"; //sets the fonts family of the menus
fontsize=11; //sets the size of the font used in the menu
fontstyle="normal"; //sets the style of the fonts used in the menu
//fontweight="bold"; 
headerbgcolor="#660099"; //colour of the background header
headercolor="#ffffff"; //colour of the text without mouse hover
offbgcolor="#660099"; //colour of the menu background without mouse hover
offcolor="#ffffff"; //colour of the text on its own
onbgcolor="#660099"; //colour of the menu background with the mouse over it
oncolor="#ffffff"; //colour of the text with the mouse over it
padding=4; //sets the width of each menu option
pagebgcolor="#660099";
pagecolor="black";
separatorcolor="#660099"; //colour of the spaces between the menu options
separatorsize=4; // sets the height between each menu option
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=8;  //sets the position of the menu from left of screen
orientation="vertical"; //sets the orientation of the menu
style=menuStyle;
top=359; //sets the position of the menu from the top of the screen
aI("image=images/general/lefthandmenu/email.gif;text=Portal Access;url=https://www.klp.rm.com;target=_blank;title=Click here to view the portal site;");
aI("image=images/general/lefthandmenu/email.gif;text=Solgrid Online;url=https://webmail.solgrid.org.uk/exchange;target=_blank;title=Click here to view the solgrid site;");
aI("image=images/general/lefthandmenu/email.gif;text=Easylink Login;url=https://folders.alderbrook.solihull.sch.uk;target=_blank;title=Click here to view your internal folders;");
aI("image=images/general/lefthandmenu/alert.gif;text=Easylink Support;url=html/news/easylink.html;target=_top;title=Click here to view help on Easylink;");
aI("image=images/general/lefthandmenu/alert.gif;text=Ofsted Report;url=html/results/ofsted.html;target=_top;title=Click here to view our latest Ofsted report;");
aI("image=images/general/lefthandmenu/alert.gif;text=School Results;url=html/results/options.html;target=_top;title=Click here to view our latest school results;");
aI("image=images/general/lefthandmenu/icon.gif;text=Contact / Find Us;url=html/contact/options.html;target=_top;title=Click here to view our contact options;");
aI("image=images/general/lefthandmenu/icon.gif;text=Parent Consultation;url=html/resource/Parents_Consultation_Group.html;target=_top;title=Click here to view the Parent Consultation details;");
aI("image=images/general/lefthandmenu/icon.gif;text=Examination Dates;url=html/resource/exam_dates.html;target=_top;title=Click here to view the provisional exam dates;");
aI("image=images/general/lefthandmenu/icon.gif;text=Catering Services;url=html/resource/catering.html;target=_top;title=Click here to view our catering details;");
aI("image=images/general/lefthandmenu/icon.gif;text=Club / Sport News;url=html/depts/ex_curric_activity.html;target=_top;title=Click here to view our clubs and sports news;");
aI("image=images/general/lefthandmenu/icon.gif;text=Community Arts;url=html/resource/community_overview.html;target=_top;title=Click here to view our community classes information;");
aI("image=images/general/lefthandmenu/icon.gif;text=School Calendar;url=html/resource/calen.html;target=_top;title=Click here to view the school calendar;");
aI("image=images/general/lefthandmenu/icon.gif;text=School Finance;url=html/resource/finance.html;target=_top;title=Click here to view our finance details;");
aI("image=images/general/lefthandmenu/icon.gif;text=School Lettings;url=html/resource/hiring_facil.html;target=_top;title=Click here to view our school hire facilities;");
aI("image=images/general/lefthandmenu/icon.gif;text=School Trips;url=html/resource/school_trips.html;target=_top;title=Click here to view our upcoming school trips;");
aI("image=images/general/lefthandmenu/icon.gif;text=Job Vacancies;url=html/resource/jobs.html;target=_top;title=Click here to view the latest job vacancies;");
aI("image=images/general/lefthandmenu/icon.gif;text=Uniform Changes;url=html/resource/uniform.html;target=_top;title=Click here to view details of school uniform changes;");
aI("image=images/general/lefthandmenu/icon.gif;text=Police News;url=http://philradbourne.wordpress.com/;target=_top;title=Click here to view the Community Police blog;");
aI("image=images/general/lefthandmenu/icon.gif;text=Homepage;url=http://www.alderbrookschool.com;target=_top;title=Click here to return to homepage;");
}
drawMenus();