
fixMozillaZIndex = true;

_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=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset


with(rootmenustyle=new mm_style()){

onbgcolor="ffffff";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="0";
padding=0;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="white";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
menubgimage="";
overfilter="Fade(duration=0.2);Alpha(opacity=90);)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle=new mm_style()){

onbgcolor="#008449";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#008449";
bordercolor="#008449";
borderstyle="solid";
borderwidth=0;
separatorcolor="#008449";
separatorsize="1";
padding=3;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="white";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
menubgimage="images/blu_bg.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
outfilter="randomdissolve(duration=0)";
}





with(greyStyle=new mm_style()){

onbgcolor="#2a4993";
oncolor="#EBEBEB";
offbgcolor="#EBEBEB";
offcolor="#2a4993";
bordercolor="#2a4993";
borderstyle="solid";
borderwidth=0;
separatorcolor="#999999";
separatorsize="0";
padding=3;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="white";
pagebgcolor="#999999";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
menubgimage="";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
outfilter="randomdissolve(duration=0)";
}




with(blueStyle=new mm_style()){

onbgcolor="#EBEBEB";

oncolor="#2a4993";
offbgcolor="#2a4993";

offcolor="#EBEBEB";
bordercolor="#EBEBEB";

borderstyle="solid";
borderwidth=0;
separatorcolor="#999999";
separatorsize="0";
padding=3;
fontsize="100%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Verdana, Arial";
pagecolor="white";
pagebgcolor="#999999";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
menubgimage="";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
outfilter="randomdissolve(duration=0)";
}



with(milonic=new menuname("products")){
style=blueStyle;
openstyle="down";
aI("text=&nbsp;kitchen doors;showmenu=kitchenrange;");
aI("text=&nbsp;bedroom doors;showmenu=bedroomrange;");
aI("text=&nbsp;angle doors range;url=angle-doors.asp;");
aI("text=&nbsp;handles;url=door-handles.asp;");
}

with(milonic=new menuname("kitchenrange")){
style=blueStyle;
openstyle="down";
aI("text=&nbsp;kitchen gallery;url=prod_kitch_gall31.asp;");
aI("text=&nbsp;NEW fusion range;url=prod_fusion_01.asp;");
aI("text=&nbsp;traditional kitchen doors;url=kitchen-doors-trad01.asp;");
aI("text=&nbsp;classic kitchen doors;url=kitchen-doors-classic01.asp;");
aI("text=&nbsp;modern kitchen doors;url=kitchen-doors-modern01.asp;");
aI("text=&nbsp;5 piece kitchen doors;url=kitchen-doors-5piece01.asp;");
aI("text=&nbsp;solid kitchen doors;url=kitchen-doors-solid01.asp;");
}

with(milonic=new menuname("bedroomrange")){
style=blueStyle;
openstyle="down";
aI("text=&nbsp;bedroom gallery;url=prod_bedroom_gall16.asp;");
aI("text=&nbsp;traditional bedroom doors;url=bedroom-doors-trad01.asp;");
aI("text=&nbsp;classic bedroom doors;url=bedroom-doors-classic01.asp;");
aI("text=&nbsp;modern bedroom doors;url=bedroom-doors-modern01.asp;");
aI("text=&nbsp;5 piece bedroom doors;url=bedroom-doors-5piece01.asp;");

}


drawMenus();

