fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=0;
_subOffsetTop=0;
_subOffsetLeft=0;

//MAIN SIDE MENU SETTINGS
with(menuStyle=new mm_style()){
//bgimage="images/menubg.jpg";
itemheight=25;
styleid=1;
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=0;
fontfamily= "Verdana";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
//headercolor="#000000";
//image="milonic/menugrad.png";
//imagepadding=6;
//offbgcolor="#ffffff";
offcolor="#ffffff";
//onbgcolor="#ffffff";
oncolor="#999966";
outfilter="Fade(Overlap=1.00)";
//overimage="http://www.milonic.com/menuimages/square_blue.gif";
//padding=15;
//pagecolor="black";
separatorimage="milonic/seperator2.png";
separatorwidth=190;
separatorheight=15;
separatoralign="left";
//separatorcolor="#bbbbbb";
//separatorsize=1;
//subimagepadding=25;
}

//SUB SIDE MENU SETTINGS
with(submenuStyle=new mm_style()){
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
fontfamily= "Verdana";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
//headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#EAF1F7";
oncolor="#0170ab";
//outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
//overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding=15;
//pagecolor="black";
separatorcolor="#cccccc";
separatorsize=1;
subimagepadding=8;
}

//MAIN SIDE MENU
with(milonic=new menuname("Side Menu")){
alwaysvisible=1;
position="relative"
orientation="vertical";
style=menuStyle;
aI("showmenu=interior;text=INTERIOR LIGHTING;");
aI("text=CUSTOM ENGINEERING;url=Products_ContractMan.html;");
aI("showmenu=transportation;text=TRANSPORTATION;");
//aI("showmenu=street;text=STREET LIGHTING;");
aI("text=AGENTS & DISTRIBUTORS;url=LightIndustry.html");
}

//with(milonic=new menuname("custom")){
//overflow="scroll";
//style=submenuStyle;
//aI("text=Contract Manufacturing;url=Products_ContractMan.html;")
//}

with(milonic=new menuname("transportation")){
overflow="scroll";
style=submenuStyle;
aI("text=Overview;url=Products_transportation.html;")
aI("text=4'' Tail Light;url=Transportation_4taillight.html;")
aI("text=7'' Light;url=Transportation_7taillight.html;")
aI("text=Case Study: Clovis;url=CaseStudy_Clovis.html;")
aI("text=Installer's Corner;url=transManuals.html;")
}

with(milonic=new menuname("interior")){
overflow="scroll";
style=submenuStyle;
aI("text=Overview;url=Products_commercial.html;")
aI("text=7-LED MR16 Models;url=lightMR16_7.html;")
aI("text=High Output MR16 Models;url=mr16_50watt.html;")
aI("text=Warranty;url=Warranty.html;")
aI("text=Case Study: Palace Pier;url=CaseStudy_PP.html;")
}

//with(milonic=new menuname("street")){
//overflow="scroll";
//style=submenuStyle;
//aI("text=Overview;url=Products_street.html;")
//aI("text=Street Lights;url=lightStreet.html;")
//aI("text=Case Study: City of Welland;url=CaseStudy_Welland.html;")
//}

//with(milonic=new menuname("agents")){
//overflow="scroll";
//style=submenuStyle;
//aI("text=View List;url=LightIndustry.html;")
//}

drawMenus();
