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;
_subOffsetLeft=-2;


/// Style Definitions ///

with(subStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ff0000";
offcolor="#ffffff";
onbgcolor="#eeeeee";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

/// Submenu Definitions ///

with(milonic=new menuname("pressure")){
style=subStyle;
aI("text=Cold Water Electric;showmenu=cw;");
aI("text=Cold Water Petrol;url=pressure/petrol.htm;target=body;");
aI("text=Cold Water Diesel;url=pressure/diesel.htm;target=body;");
aI("text=Hot Water Electric;showmenu=hc;");
aI("text=Hot Water Portable;url=pressure/portable_hotcold.htm;target=body;");
aI("text=High Temp. Water;url=pressure/hightemp.htm;target=body;");
aI("text=Hydraulic;url=pressure/hyd.htm;target=body;");
aI("text=Heating Cylinder;url=pressure/heating_cylinder.htm;target=body;");
aI("text=Popular Accessories;url=pressure/popacc.htm;target=body;");
}

with(milonic=new menuname("cw")){
style=subStyle;
aI("text=Hobby;url=pressure/hobby.htm;target=body;");
aI("text=Commercial;url=pressure/commerce.htm;target=body;");
aI("text=Industrial;url=pressure/cwelec.htm;target=body;");
}

with(milonic=new menuname("hc")){
style=subStyle;
aI("text=Commercial;url=pressure/hccom.htm;target=body;");
aI("text=Industrial;url=pressure/hcindus.htm;target=body;");
}

with(milonic=new menuname("vacuum")){
style=subStyle;
aI("text=Silver Series;url=vacuum/silver.htm;target=body;");
aI("text=Gold Series;showmenu=gs;");
aI("text=Delfin Series;showmenu=del;");
}

with(milonic=new menuname("gs")){
style=subStyle;
aI("text=AS5 Dry;url=vacuum/domestic.htm;target=body;");
aI("text=AS10/ASL10/AS27;url=vacuum/commerce.htm;target=body;");
aI("text=AS400/AS59M/AS60M;url=vacuum/indust.htm;target=body;");
}

with(milonic=new menuname("del")){
style=subStyle;
aI("text=D/M35;url=vacuum/delfin-dm35.htm;target=body;");
aI("text=D/M35SGA;url=vacuum/delfin-dm35sga.htm;target=body;");
aI("text=D/M3 ELF;url=vacuum/delfin-dm3.htm;target=body;");
aI("text=D/G60;url=vacuum/delfin-dg60.htm;target=body;");
}


with(milonic=new menuname("fan")){
style=subStyle;
aI("text=Wall & Pedestal;url=fans/wall.htm;target=body;");
aI("text=Bench Top;url=fans/bench.htm;target=body;");
aI("text=Mancooler;url=fans/man.htm;target=body;");
aI("text=Tube;url=fans/tube.htm;target=body;");
}

with(milonic=new menuname("hd")){
style=subStyle;
aI("text=LPG Fired;url=heaters/lpg.htm;target=body;");
aI("text=Diesel Fired;url=heaters/diesel.htm;target=body;");
}

drawMenus();

