_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#993366";
offbgcolor="#cc3300";
oncolor="#FFFFFF";
offcolor="#FFFFFF";
bordercolor="#CC3300";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CC3300";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="Normal";
fontweight="Normal";
fontfamily="Verdana";
itemwidth="80";
itemheight="10";
align="Left";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("12")){
style=menuStyle;
aI("text=xxx;url=dynamicdata/Tours.asp?m=12;status=xxx;");
aI("text=xxx1;url=dynamicdata/Wedding.asp?m=12;status=xxx1;");
aI("text=xxx1;url=dynamicdata/Wedding.asp?m=12;status=xxx1;");
aI("text=yyy;url=dynamicdata/Wedding.asp?m=12;status=yyy;");
}

drawMenus();

