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=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="71.5%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#CCCCCC";
offcolor="#000000";
onbgcolor="#CCCCCC";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=7;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=0;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=07;
overflow="scroll";
style=menuStyle;
top=160;
aI("showmenu=Cooking Appliances;text=Cooking Appliances;");
aI("showmenu=Cooling Appliances;text=Cooling Appliances;url=cool.htm;");
aI("text=Dishwasher;url=Dishwasher.htm;");
aI("showmenu=Laundry Appliances;text=Laundry Appliances;url=Laundry.htm;");
aI("text=Coffee Machines;url=cm.htm;");
}

with(milonic=new menuname("Laundry Appliances")){
overflow="scroll";
style=menuStyle;
aI("text=Washing Machines;url=wm.htm;")
aI("text=Dryers;url=Dryers.htm;")

}

with(milonic=new menuname("Coffee Machines")){
style=menuStyle;
aI("text=Windows Private Server;url=wvps.asp;");
aI("text=Linux Private Server;url=lvps.asp;");


}

with(milonic=new menuname("Partners")){
style=menuStyle;
aI("text=(aq) Web Hosting;url=http://www.a-q.co.uk/;");
aI("text=SMS 2 Email;url=http://www.sms2email.com/;");
aI("text=WebSmith;url=http://www.softidiom.com/?milonicmenu;");
}

with(milonic=new menuname("Cooling Appliances")){
style=menuStyle;
aI("text=Refrigerators;url=Refrigerators.htm;");
aI("text=Freezers;url=Freezers.htm;");
}

with(milonic=new menuname("Cooking Appliances")){
style=menuStyle;
aI("text=Hobs;url=hobs.htm;");
aI("text=Chimneys;url=Chimneys.htm;");
aI("text=Ovens;url=Ovens.htm;");
aI("text=Microwaves;url=Microwaves.htm;");
}

with(milonic=new menuname("My Milonic")){
style=menuStyle;
aI("text=Login;url=login.php;");
aI("text=Licenses;url=mylicenses.php;");
aI("text=Invoices;url=http:/www.rbs-home.com/myinvoices.php;");
aI("text=Make Support Request;url=reqsupport.php;");
aI("text=View Support Requests;url=mysupport.php;");
aI("text=Your Details;url=mydetails.php;");
}

drawMenus();

