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     // Sub menu top offset
_subOffsetLeft=0    // Sub menu left offset


with(AllImagesStyle=new mm_style()){
//styleid=1;
//bordercolor="#000000";
//borderstyle="solid";
//fontstyle="normal";
//fontweight="normal";
padding=0;
}

with(menuStyle=new mm_style()){
bordercolor="#3F3F3F";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#";
offbgcolor="#000000";
onbgcolor="#313234";
offcolor="#ffffff";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=.1)";
overfilter="Fade(duration=.2);Alpha(opacity=85);Shadow(color=#777777', Direction=135, Strength=0)";
padding=4;
//pagebgcolor="#82B6D7";
//pagecolor="black";
separatorcolor="#D3D4E2";
separatorsize=1;
//subimage="/images/layout/doubleArrow.gif";
//subimagepadding=2;
}

with(milonic=new menuname("Products")){
style=menuStyle;
itemwidth="200";
aI("text=Balustrades;url=products.asp?c=3;");
aI("text=Columns;url=products.asp?c=2;");
aI("text=Fireplaces;url=products.asp?c=1;");
aI("text=Historic Reconstruction ;url=his_Reconstruction.asp;");
aI("text=Pilaster Caps;url=products.asp?c=4;");
aI("text=Pot Shelves;url=products.asp?c=6;");
aI("text=Trim;url=products.asp?c=7;");
aI("text=Walll Caps;url=products.asp?c=5;");
aI("text=Miscellaneous;url=products.asp?c=8;showmenu=Historic;"); 

}
drawMenus();