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=5;
_subOffsetLeft=-3;




with(menuStyle=new mm_style()){
//bordercolor="red"; //#3f627b
borderstyle="solid";
//borderwidth=1;
fontfamily="Trebuchet MS,Tahoma,Verdana,Geneva,Luxi Sans,URW Gothic,Helvetica,sans-serif";
fontsize="88%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#e70e3c";
headercolor="#3f627b";
offbgcolor="#22408A"; //Patriot Blue
offcolor="#ffffff";
onbgcolor="#22408A"; //Patriot Blue
oncolor="#F7EB83";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
padding=0;
//pagebgcolor="#82B6D7";
//pagecolor="black";
separatorcolor="white";
separatorsize=1;
//subimage="/arrowDown.png";
//onsubimage="/arrowOpen.png";
//subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center;top";
top="offset=106";
left="offset=+77";
orientation="horizontal";
style=menuStyle;
margin=2;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PRODUCTS:&nbsp;&nbsp;;");
aI("text=&nbsp;&nbsp;&nbsp;Single&nbsp;Hung&nbsp;&nbsp;&nbsp;;showmenu=SH;");
aI("text=&nbsp;&nbsp;&nbsp;Double&nbsp;Hung&nbsp;&nbsp;&nbsp;;showmenu=DH;");
aI("text=&nbsp;&nbsp;&nbsp;Casement&nbsp;&&nbsp;Awning&nbsp;&nbsp;&nbsp;;showmenu=CA;");
aI("text=&nbsp;&nbsp;&nbsp;Sliding&nbsp;Patio&nbsp;Door&nbsp;&nbsp;&nbsp;;showmenu=SPD;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
}

with(SubmenuStyle=new mm_style()){
bordercolor="black";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana,Trebuchet MS,Geneva,Tahoma,Luxi Sans,URW Gothic,Helvetica,sans-serif";
fontsize="75%";
fontstyle="normal";
fontweight="600";
headerbgcolor="#888a8b";
headercolor="#ffffff";
offbgcolor="#585858"; //light grey
offcolor="#ffffff";
onbgcolor="#191919"; //dark grey
oncolor="#F7EB83"; //yellow lite
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=3;
//pagebgcolor="#82B6D7";
//pagecolor="black";
separatorcolor="#3f4040";
separatorsize=0;
//subimage="/arrowRoff.png";
//onsubimage="/arrowRon.png";
subimagepadding=0;
}

with(milonic=new menuname("SH")){
overflow="scroll";
style=SubmenuStyle;
aI("text=17/1900 Single Hung;url=PatriotSH17-1900.asp;");
}

with(milonic=new menuname("DH")){
overflow="scroll";
style=SubmenuStyle;
aI("text=22/2400 Double Hung;url=PatriotDH22-2400.asp;");
aI("text=2800 Double Hung;url=PatriotDH2800.asp;");
}

with(milonic=new menuname("CA")){
overflow="scroll";
style=SubmenuStyle;
aI("text=5000 Casement & Awning;url=PatriotCA5000.asp;");
}

with(milonic=new menuname("SPD")){
overflow="scroll";
style=SubmenuStyle;
aI("text=5700 Sliding Patio Door;url=PatriotSPD5700.asp;");
}

drawMenus();

