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(horizStyle=new mm_style()){
bordercolor="#796331";
borderstyle="solid";
borderwidth=1;
fontfamily="tahoma";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#CC9933";
headerborder=1;
headercolor="#000099";
offbgcolor="#CC9933";
offcolor="#FFFFFF";
onbgcolor="#8CD749";
onborder="1px solid #999999";
oncolor="#000000";
padding=6;
pagebgcolor="#FEFF99";
pagecolor="#000066";
separatoralign="right";
separatorcolor="#ffffff";
separatorwidth="85%";
}

with(vertStyle=new mm_style()){
styleid=1;
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="tahoma";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#CC9933";
headerborder=1;
headercolor="#000099";
offbgcolor="transparent";
offcolor="#FFFFFF";
onbgcolor="#8CD749";
onborder="1px solid #999999";
oncolor="#000000";
outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.1);Alpha(opacity=80);Shadow(color=#777777', Direction=135, Strength=3)";
padding=3;
pagebgcolor="transparent";
pagecolor="#000000";
separatoralign="right";
separatorcolor="#ffffff";
separatorpadding=1;
separatorwidth="85%";
menubgcolor="#CC9933";
}

with(milonic=new menuname("Sample mainmenu")){
alwaysvisible=1;
left=50;
margin=3;
orientation="horizontal";
style=horizStyle;
top=5;

aI("text=Home;url=index.html;");
aI("text=Other Locations;url=Distributors.html;");
aI("showmenu=Products;text=Products;");
aI("text=CSR;url=csr.html;");
aI("text=Vacancies;url=Vacancies.html;");
aI("text=Opportunities;url=Opportunities.html;");
aI("text=Photo Gallery;url=Gallery.html;");
aI("text=Luminous Safety Products;url=SafetySigns.html;");
aI("text=Press;url=Press.html;");
aI("text=Company Info;url=CompanyInformation.html;");
aI("text=Alibaba;url=Alibaba.html;");
aI("text=Contact Us;url=ContactUs.html;");
}

with(milonic=new menuname("Products")){
margin=0;
style=vertStyle;
top="offset=2";

aI("text=Avantu;url=Avantu.html;");
aI("text=InvisiGlove;url=invisiglove/index.html;");
aI("text=Permasan;url=Permasan.html;");
aI("text=Scrubazan;url=Scrubazan.html;");
aI("text=Supazorb;url=Supazorb.html;");
aI("text=VisioNite;url=VisioNite.html;");
}

drawMenus();