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()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.03)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
position="relative";
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
style=menuStyle;
top="offset=200";
left=10;
aI("text=Home;url=index.php;");
aI("text= Introduction ;url=intro.php;")
aI("showmenu=Courses;text=Courses;");
aI("text= Staff ;url=staff.php;")
aI("showmenu=Facilities;text=Facilities;");
aI("showmenu=Achievements;text=Achievements;");
aI("showmenu=Projects;text=Projects;");
aI("text= Maps ;url=travel.php;")
aI("text= Contact;url=contact.php;");
aI("showmenu=Links;text=Links;");
aI("showmenu=Alumni;text=Alumni;");
}

with(milonic=new menuname("Courses")){
style=menuStyle;
aI("text=NVQ lvl 2/ICA;url=nvq2.php;");
aI("text=NVQ lvl 3/ACA;url=nvq3.php;");
aI("text=Stone Carving for fun;url=stonecarving.php;");
aI("text=Other courses;url=othercourses.php;");
}

with(milonic=new menuname("Facilities")){
style=menuStyle;
aI("text=New Campus Development;url=newcollege.php;separatorcolor=#999999;separatorsize=2");
aI("text=Existing Campus;url=tadroad.php");
aI("text=Workshop;url=workshop.php");
aI("text=Machinery;url=machinery.php");
aI("text=CAD Suite;url=cadsuite.php");
aI("text=Classroom;url=classrooms.php");
}

with(milonic=new menuname("Achievements")){
style=menuStyle;
aI("text=Competition Results;url=competition.php;");
aI("text=Awards;url=awards.php");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Gorton Monastery;url=gorton.php;");
aI("text=Romania - conservation;url=romania.php;");
aI("text=War memorial, Hutton-le-Hole;url=huttonlehole.php;");
aI("text=WICKED;url=wicked.php;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
openstyle="rtl";
aI("text=Sponsors/Affiliated companies;url=sponsors.php;");
aI("text=Alumni links;url=alumnilinks.php;");
aI("text=Other organisations;url=organisations.php;");
}

with(milonic=new menuname("Alumni")){
style=menuStyle;
openstyle="rtl";
aI("text=Alumni Registration;url=alumniregister.php;");
aI("text=Alumni members;url=alumnimembers.php;");
}

drawMenus();


