_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
}

with(submenuStyle=new mm_style()){
bordercolor="#32693B";
borderstyle="solid";
borderwidth=0;
fontfamily="Helvetica";
fontsize="14px";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#685c69";
offcolor="#ffffff";
onbgcolor="#634664";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
onsubimage="arrow.gif";
subimage="arrow.gif";
subimagepadding=5;
openonclick=0;
padding=8;
separatorcolor="#494949";
separatorsize=1;
overflow="scroll";
}

/* ABOUT US */
with(milonic=new menuname("1")){
margin=1;
style=submenuStyle;
itemwidth=120;
openstyle="down";
aI("text=The Bride;url= the-bride.asp;");
aI("text=The Groom;url= the-groom.asp;");
aI("text=The Wedding;url= the-wedding.asp;");
aI("text=The Ceremony;url= the-ceremony.asp;");
aI("text=The Newlywed;url= the-newlywed.asp;");
aI("text=The Reception;url= the-reception.asp;");
}



drawMenus();


