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=0;
_subOffsetLeft=0;




with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
}

with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana,Arial";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
//headerbgcolor="#ffffff";
//headercolor="#000000";
offbgcolor="#123883";//
offcolor="#FFFFFF";
onbgcolor="#4F6AA1";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);)";
padding=8;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#4C618C";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("About")){
overflow="scroll";
menuwidth=228;
style=menuStyle;
aI("text=HISTORY;url=history.php;");
aI("text=CONTACT US;url=contact.php;");
aI("text=OUR FACILITY;url=facility.php;");
}

with(milonic=new menuname("test")){
overflow="scroll";
menuwidth=228;
style=menuStyle;
aI("text=ABOUT US;url=history.php;");
aI("text=WHAT WE DO;url=contact.php;");
aI("text=PROJECTS;url=facility.php;");
aI("text=NEWS;url=facility.php;");
aI("text=TESTIMONIALS;url=facility.php;");
}

drawMenus();

