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="#CCCCCC";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFCC";
offcolor="#515151";
onbgcolor="#996633";
oncolor="#ffffff";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#CCCCCC";
pagecolor="black";
separatorcolor="#CCCCCC";
separatorsize=1;
subimage="milonic/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative"; 
itemwidth="112"
overflow="scroll";
style=menuStyle;
aI("text=home;url=http://www.sofabedgallery.co.uk/");
aI("showmenu=sofa beds;text=sofa beds;");
aI("showmenu=futons;text=futons;");
aI("text=bean bags;url=beanbag_index.php");
aI("showmenu=bar stools;text=bar stools;");
aI("text=seating;url=hotseats.php");
aI("text=guest beds;url=guest_bed.php");
aI("text=bed in a stool;url=bed_in_a_box.php");
}

with(milonic=new menuname("sofa beds")){
overflow="scroll";
style=menuStyle;
aI("text=sofa beds;url=sofa_beds.php;")
aI("text=chair beds;url=chairbed.php;")
aI("text=replacement mattresses;url=sofabedmattress.php;")
}

with(milonic=new menuname("futons")){
style=menuStyle;
aI("text=futon chairs;url=futonchair.php;");
aI("text=futon sofabeds;url=futon.php;");
aI("text=futon mattresses;url=futonmattress.php;");
aI("text=futon covers;url=futoncovers.php;");
}

with(milonic=new menuname("bar stools")){
style=menuStyle;
aI("text=bar stools;url=barstools.php");
aI("text=bar stool tables;url=bartables.php");
}


drawMenus();


