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()){
bgimage="breeze.gif";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
padding=5;
pagecolor="black";
separatorcolor="#000000";
separatorpadding=1;
subimage="white_4x7.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
styleid=1;
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#D5EBFC";
offcolor="#212529";
onbgcolor="#91C7F1";
onborder="1px solid #67A1CE";
oncolor="#212529";
padding=4;
pagecolor="black";
separatorsize=1;
subimage="white_4x7.gif";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=45;
itemwidth=125;
left=43;
orientation="horizontal";
style=menuStyle;
top=20;
aI("align=center;showmenu=Home;text=<b>Home</b>;url=index.html");
aI("align=center;showmenu=News;text=<b>News</b>;url=news.html");
aI("align=center;showmenu=Agency;text=<b>Agency</b>;url=agency.html");
aI("align=center;showmenu=Courses;text=<b>Courses</b>;url=courses.html");
aI("align=center;showmenu=Resources;text=<b>Resources</b>;url=resources.html");

aI("align=center;showmenu=Open;text=<b>Open Zone</b>;url=open.html");
}

with(milonic=new menuname("Home")){
overflow="scroll";
margin=2;
style=submenuStyle;
}

with(milonic=new menuname("News")){
overflow="scroll";
margin=2;
style=submenuStyle;
aI("text=<b> current news</b>;url=news.html;");
aI("text=<b> archived news</b>;url=news_archive.html;");
}

with(milonic=new menuname("Agency")){
overflow="scroll";
margin=2;
style=submenuStyle;
aI("text=<b>... production portfolio</b>;url=agency.html;");
//aI("showmenu=SubResidentialsSports;text=Sports Coaching;url=test.htm;");
}

with(milonic=new menuname("Courses")){
overflow="scroll";
margin=2;
style=submenuStyle;
aI("text=<b>... continuing professional development</b>;url=courses.html;");

}

with(milonic=new menuname("Resources")){
overflow="scroll";
margin=2;
style=submenuStyle;
aI("text=<b>... interactive media centre</b>;url=resources.html;");

}

// Removed Local


with(milonic=new menuname("Open")){
overflow="scroll";
margin=2;
style=submenuStyle;
aI("text=<b>... must see on the web work</b>;url=open.html;");

}



drawMenus();

