_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0


with(menuStyle1=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#fafafa";
offcolor="#336666";
bordercolor="#bfcccb";
borderstyle="solid";
borderwidth=0;
separatorcolor="#bfcccb";
separatorsize="0";
padding=7;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="";
subimagepadding="2";
}


with(menuStyle=new mm_style()){
onbgcolor="#5656A3";
oncolor="#DFD5EA";
offbgcolor="#000072";
offcolor="#FFFFFF";
bordercolor="#9C9E9B";
borderstyle="solid";
borderwidth=0;
separatorcolor="#9C9E9B";
separatorsize="1";
padding=7;
fontsize="14px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
itemwidth="145";
itemheight="";
align="center";
subimage="../images/arrowMenu.gif";
subimagepadding="2";
outfilter="randomdissolve(duration=0.4)";
}




with(sat=new menuname("2")){
style=menuStyle;
aI("text=Room Gallery;url=Room Gallery.asp;status=Room Gallery;");
}

drawMenus();



