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=1;
_subOffsetLeft=-2;


with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
imagepadding=8;
bgimage="submenubg.jpg";
offcolor="#f0f0f0";
oncolor="#edbc6c";
onbgimage="submenubg.jpg";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding=4;
pagecolor="#edbc6c";
separatorcolor="#ffffff";
separatorsize=1;
subimage="arrow1.gif";
subimagepadding=2;

}

with(menuStyle=new mm_style()){
bordercolor="#4c3232";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="67%";
fontstyle="normal";
headerbgcolor="#cccccc";
headercolor="#005c96";
bgimage="submenubg.jpg";
offcolor="#f0f0f0";
onbgcolor="#b72112";
oncolor="#f0f0f0";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=8;
pagebgimage="menubg.jpg";
pagecolor="#ffffff";
separatorimage="sepbg1.jpg";
separatorsize=1;
separatorhight=1;
subimage="arrow1.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=332;
aI("text=&nbsp;&nbsp;&nbsp;Home &nbsp;&nbsp;url=index.htm");
aI("text=&nbsp;&nbsp;Company&nbsp;&nbsp;url=company.htm");
aI("text=&nbsp;&nbsp;Vision&nbsp;&nbsp;url=vision.htm");
aI("text=&nbsp;&nbsp;Products&nbsp;&nbsp;url=products.htm");
aI("text=&nbsp;&nbsp; Export Enquiry &nbsp;&nbsp;url=exportenquiry.htm");
aI("text=&nbsp; Customer Enquiry &nbsp;url=customerenquiry.htm");
aI("text=&nbsp;Contacts &nbsp;&nbsp;url=contacts.htm");
aI("text=&nbsp; E-Shopping &nbsp;url=eshopping.htm");

}

with(milonic=new menuname("Products")){
style=submenuStyle;
aI("showmenu=Led Lighting;text=&nbsp; Led Lighting &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
aI("showmenu=Fibre Optic Lighting;text=&nbsp; Fibre Optic Lighting &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
aI("text=&nbsp; Sign Lighting &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=product_sign_lighting.htm");

}

with(milonic=new menuname("Led Lighting")){
style=submenuStyle;
aI("text=&nbsp; LED &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=products_led.htm");
aI("text=&nbsp; Led Fixtures &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=products_led_fixtures.htm");
aI("text=&nbsp; Led Controllers &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=products_led_controllers.htm");

}

with(milonic=new menuname("Fibre Optic Lighting")){
style=submenuStyle;
aI("text=&nbsp; Fibre Cables &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=products_fibre_cables.htm");
aI("text=&nbsp; Fibre Fixtures &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=products_fibre_fixtures.htm");
aI("text=&nbsp; Illuminators &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=products_illuminators.htm");

}

drawMenus();

