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=10;
_subOffsetLeft=-10;

with(submenuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="small";
fontweight="bold";
itemwidth=200;
headercolor="#000000";
offbgcolor="#FF9900";
offcolor="#ffffff";
onbgcolor="#FF9900";
oncolor="#000000";
//onsubimage="arrow3orange3d.gif";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color=#777777', Direction=135, Strength=5)";
padding=2;
separatorcolor="#ffffff";
separatorheight=2;
separatorpadding=2;
separatorsize=2;
}

with(menuStyle=new mm_style()){
//styleid=1;
//bordercolor="#4D4D4D";
//borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="small";
fontstyle="normal";
fontweight="bold";
//imagepadding=4;
itemwidth=166;
offbgcolor="#FF9900";
offcolor="#ffffff";
onbgcolor="#FF9900";
oncolor="#000000";
//ondecoration="underline";
//padding=5;
subimage="images/navigation/nav_arrow_on.gif";
onsubimage="images/navigation/nav_arrow_on.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
separatorcolor="#ffffff";
separatorheight=2;
separatorpadding=0;
separatorsize=2;
imagepadding=3;
//subimagepadding=10;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left=0;
orientation="vertical";
style=menuStyle;
//top=190;
aI("image=images/navigation/purple.gif;text= HOME;url=home.asp;");
aI("image=images/navigation/red.gif;showmenu=Information;text= INFORMATION;");
aI("image=images/navigation/blue.gif;;text= WHY CHOOSE US?;url=whyus.asp;");
aI("image=images/navigation/yellow.gif;;text= THE TEAM;url=team.asp;");
aI("image=images/navigation/green.gif;;text= NEWS;url=news.asp;");
aI("image=images/navigation/orange.gif;;text= CONTACT US;url=contact.asp;");
}

with(milonic=new menuname("Information")){
left="offset=8";
style=submenuStyle;
top="offset=-4";
aI("text=BIRTH TO THREE MATTERS;url=birth_3.asp;");
aI("text=FOUNDATION STAGE;url=foundation.asp;");
aI("text=QUESTIONS;url=faq.asp;");
aI("text=TESTIMONIALS;url=testimonials.asp;");
aI("text=MEALS;url=meals.asp;");
aI("text=LINKS;url=links.asp;");
aI("text=TERMS AND CONDITONS;target=_blank;url=db/docs/t&c.pdf;");
}

drawMenus();


