

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(HeadersStyle=new mm_style()){
onbgcolor="#666666";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#333333";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
padding=2;
fontsize="60%";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#B9BBF9";
}


with(milonic=new menuname("Main Menu")){
style=HeadersStyle;
top=100;
left=10;
alwaysvisible=1;
aI("text=;type=header;align=align;image=../images/3.png;");
aI("text=70TH Anniversary</br>PC Invitation;url=http://www.producerscircle.com/secure/70thanniversary_invite.pdf;target=_blank");
aI("text=Special Parking;url=http://www.producerscircle.com/secure/parking.shtm;");
aI("text=DSM Website;url=http://www.dallassummermusicals.org;target=_blank");
}

drawMenus();

