
fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150;            // The time delay before menus open on mouse over
_subOffsetTop=5;             // Sub menu top offset
_subOffsetLeft=-2;            // Sub menu left offset



with(Style1=new mm_style()){
onbgcolor="gray";
oncolor="#ffffff";
offbgcolor="#0099cc";
offcolor="white";
separatorcolor="#666666";
separatorsize="1";
padding=4;
imagepadding=4;
subimagepadding=2;
fontsize="10px";
fontstyle="Bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="downarrow1_white_9x6.gif";
onsubimage="downarrow1_black_9x6.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
}

with(Style2=new mm_style()){
onbgcolor="#ffffff";
oncolor="#0000ff";
offbgcolor="#d0c881";
offcolor="#000000";
align="left";
separatorcolor="#2D729D";
separatorsize="1";
padding=4;
fontsize="12px";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="downarrow1_black_9x6.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=85);Shadow(color='#777777', Direction=135, Strength=5)";
}

with(Style3=new mm_style()){
onbgcolor="#ffffff";
oncolor="#0000ff";
offbgcolor="#f0f0f0";
offcolor="#000000";
align="left";
separatorcolor="#2D729D";
separatorsize="1";
padding=4;
fontsize="12px";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="downarrow1_black_9x6.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=85);Shadow(color='#777777', Direction=135, Strength=5)";
}

with(milonic=new menuname("Main Menu")){
style=Style1;
menuheight=26;
position="relative";
alwaysvisible=1;
orientation="horizontal";
aI("image=house16p.gif;text=<b>Home</b>;url=default.aspx;status=Back To Home Page;");
aI("image=server.gif;text=<b>CellarTec Systems</b>;showmenu=cellartec;");
aI("image=server.gif;text=<b>System Details</b>;showmenu=details;");
aI("image=gears.gif;text=<b>Service & Support</b>;showmenu=service;");
aI("image=server.gif;text=<b>Packaged Systems</b>;showmenu=packaged;");
aI("image=images/gauge16.gif;text=<b>Monitoring</b>;showmenu=monitoring;");
}

with(milonic=new menuname("cellartec")){
style=Style2;
overflow="scroll";
aI("image=bullet_ball_glass_yellow.gif;text=Signature Systems;url=signature.aspx;");
aI("image=bullet_ball_glass_yellow.gif;text=Classic Systems;url=classic.aspx;");
aI("image=bullet_ball_glass_yellow.gif;text=Classic vs Signature;url=classic-vs-signature.aspx;");
aI("image=bullet_ball_glass_yellow.gif;text=Get a Quote;url=quote.aspx;");
aI("image=bullet_ball_glass_yellow.gif;text=Rough-In Guides;url=signature-roughin.aspx;");
aI("image=bullet_ball_glass_yellow.gif;text=Testing & Warranty;url=signature-testing.aspx;");

}
    with(milonic=new menuname("signature-manuals")){
    style=Style3;
    overflow="scroll";
    aI("image=download.gif;text=Installation Manual;url=signature-install.aspx;");
    aI("image=download.gif;text=Rough-In Guides;url=signature-roughin.aspx;");    
    }

with(milonic=new menuname("details")){
style=Style2;
overflow="scroll";
aI("image=bullet_ball_glass_yellow.gif;text=Split System Overview;url=splitsystems.aspx;");
aI("image=bullet_ball_glass_yellow.gif;text=Ducted Evaporator Systems;url=ducted_air_handler.aspx;");
aI("image=bullet_ball_glass_yellow.gif;text=In Cellar Evaporator Systems;url=in_cellar.aspx;");
aI("image=bullet_ball_glass_yellow.gif;text=Condensing Units;url=condensor.aspx;");
}

with(milonic=new menuname("service")){
style=Style2;
overflow="scroll";
aI("image=bullet_ball_glass_yellow.gif;text=CellarTec Service;url=service.aspx;");
aI("image=bullet_ball_glass_yellow.gif;text=CellarShield;url=cellarshield.aspx;");
aI("image=bullet_ball_glass_yellow.gif;text=Service FAQs;url=faq.aspx;");
aI("image=bullet_triangle_yellow.gif;text=Contact Numbers;url=customerservice.aspx;");
}

with(milonic=new menuname("packaged")){
style=Style2;
overflow="scroll";
aI("image=bullet_ball_glass_yellow.gif;text=WhisperKool Extreme;url=whisperkool-extreme.aspx;");
aI("image=bullet_ball_glass_yellow.gif;text=WhisperKool XLT;url=whisperkool.aspx;");
aI("image=bullet_ball_glass_yellow.gif;text=Koolspace;url=koolspace.aspx;");
aI("image=bullet_ball_glass_yellow.gif;text=Aquacool;url=Aquacool.aspx;");
}

with(milonic=new menuname("monitoring")){
style=Style2;
overflow="scroll";
aI("image=bullet_ball_glass_yellow.gif;text=Signature Monitoring;url=monitoring.aspx");
aI("image=bullet_ball_glass_yellow.gif;text=Log In;url=login.aspx;");
aI("image=bullet_ball_glass_yellow.gif;text=Dashboard;url=monitoring_dashboard.aspx;");
aI("image=bullet_ball_glass_yellow.gif;text=Create New Account;url=newuser.aspx;");
}
drawMenus();