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 in milisecond
_menuOpenDelay=150;		// The time delay before menus open on mouse over in milisecond
_subOffsetTop=0;			//Sub menu top offset
_subOffsetLeft=0;			//Sub menu left offset



with(menuStyle=new mm_style()){
bordercolor="#e2e2e2";
bordercolor="#e2e2e2";
borderstyle="solid";
borderwidth=1;
//onbold=1;
onclass="opaque";
offclass="opaque"; 
fontfamily=" Tahoma";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#333333";
offbgcolor="#ff6600";
offcolor="#333333";
onbgcolor="#424242";
oncolor="#ff6600";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
padding=4;
//pagebgcolor="#82B6D7";
pagecolor="#333333";
separatorcolor="#cccccc";
separatorsize=1;
subimage="black_7x7.gif";
subimagepadding=2;
itemwidth= 200;
align="left";
}



with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#e2e2e2";
bordercolor="#e2e2e2";
borderstyle="solid";
borderwidth=1;
//onbold=1;
onclass="opaque";
offclass="opaque"; 
fontfamily="Tahoma";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#333333";
onbgcolor="#424242";
oncolor="#ffffff";
onsubimage="black_7x7.gif";		// the arrow image
padding=4;
//pagebgcolor="#82B6D7";
pagecolor="black";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
subimage="black_7x7.gif";
subimagepadding=5;
separatorcolor="#cccccc";
separatorsize=1;
itemwidth= 248;
}

with(milonic=new menuname("productmenu")){
overflow="scroll";
style=menuStyle;
//margin = 8;
aI("text=KWP STEEL FABRIC;url=kwp_prod.html;");
aI("text=SAMSON GABIONS & MATTRESSES;url=samson_prod.html;");
aI("text=KITADEX ROOFING;url=kitadex_prod.html;");
}

with(milonic=new menuname("specmenu")){
overflow="scroll";
style=menuStyle;
//margin = 8;
aI("text=KWP STEEL FABRIC;url=kwp_spec.html;");
aI("text=SAMSON GABIONS & MATTRESSES;url=samson_spec.html;");
}


drawMenus();


