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="#33CCFF";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#09243F";
offcolor="#FFFFFF";
onbgcolor="#00CCFF";
oncolor="#0000CC";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=85);Shadow(color=#0099FF', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#0099FF";
separatorsize=2;
subimage="image/arrow.gif";
subimagepadding=2;
}

with(apec=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1;
left=5;
orientation="vertical";
style=menuStyle;
top=30;
aI("text=Home;url=Promotion.php;");
aI("showmenu=background;text=Background;");
aI("text=APEC/EMF Requirement;url=AE Requirement.php");
aI("text=Specially for Reviewer;url=login.php;");
aI("text=Registration Form;;target=_blank;url=members/Documents/APEC_EMF_REGFORM.pdf;");
aI("text=FAQ;;url=faq.php");

}

with(apec=new menuname("background")){
overflow="scroll";
style=menuStyle;
aI("text=APEC Background;url=APEC Background.php;")
aI("text=EMF Background;url=EMF Background.php;")


}

with(apec=new menuname("requirement")){
style=menuStyle;
aI("text=APEC Requirement;url=Apec Requirement.php;")
aI("text=EMF Requirement;url=EMF Requirement.php;")

}



drawMenus();

