fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=800;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(topmenuStyle=new mm_style()){
styleid=1;
padding=2;
align="Center";
fontfamily="Verdana, Tahoma, Arial";
fontsize="11pt";
fontweight="normal";
fontstyle='italic';
imagepadding=1;
offcolor="#333333";
oncolor="#000000";
onbgcolor="#f9e9dc";
offbgcolor="#feffed";
borderwidth=1;
separatorsize="2";
}

with(milonic=new menuname("facilities")){
alwaysvisible=1;
orientation="horizontal";
style=topmenuStyle;
position="relative";
aI("text=Living Room;url=/about/lr.php;");
aI("text=Exam Room;url=/about/er.php;");
aI("text=Roses are<br> Red Suite;url=/about/rrs.php;");
aI("text=Paisley Suite;url=/about/paisley.php;");
aI("text=Kitchen;url=/about/kitchen.php;");
aI("text=Garden Area;url=/about/garden.php;");
aI("text=Map;url=/about/map.php;");
}
drawMenus();

