_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="#284d80";
offbgcolor="#a18161";
oncolor="#FFFFFF";
offcolor="#FFFFFF";
bordercolor="#013E5E";
borderstyle="solid";
borderwidth=1;
separatorcolor="#013E5E";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="Normal";
fontweight="Normal";
fontfamily="Verdana";
itemwidth="150";
itemheight="26";
align="Center";
subimage="arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("4")){
style=menuStyle;
aI("text=Weddings;url=weddings.html;status=Weddings;");
aI("text=Business Transport;url=businesstransport.html;status=Business Transport;");
aI("text=Prom Night;url=promnight.html;status=Prom Night;");
aI("text=Birthdays;url=birthdays.html;status=Birthdays;");
}

with(sat=new menuname("5")){
style=menuStyle;
aI("text=Contact Us1;url=contactus.html;status=Contact Us1;");
}

drawMenus();

