fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
align="center";
bgimage="images/greenGradient.gif";
borderstyle="solid";
fontfamily="Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#000000";
headercolor="#FFFFFF";
itemheight=37;
offcolor="#FFFFFF";
padding=0;
pagecolor="black";
screenposition="center";
separatorcolor="#000000";
separatorimage="images/greenGradient.gif";
separatorpadding=0;
separatorwidth=30;
subimage="images/submenuIndicator_white_4x7.gif";
subimagepadding=3;
}

with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#ccffcc";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#ccffcc";
offbgcolor="#000000";
offcolor="#ccffcc";
onbgcolor="#ffffcc";
//offborder="1px solid #ccffcc";
onborder="1px solid #ccffcc";
//oncolor="#ccffcc";
oncolor="#000000";
padding=2;
pageborder="#ccffcc";
pagecolor="#ccffcc";
separatorsize=1;
subimage="images/submenuIndicator_white_4x7.gif";
subimagepadding=4;
}

with(milonic=new menuname("Who")){
margin=2;
style=submenuStyle;
aI("text=Kristan and Steve;url=kristanAndSteve.php;");
aI("text=Parents;url=parents.php;");
aI("text=Bridesmaids;url=bridesmaids.php;");
aI("text=Groomsmen;url=groomsmen.php;");
aI("text=Attendants;url=attendants.php;");
aI("text=Toastmaster;url=toastmaster.php;");
}

with(milonic=new menuname("Venue")){
margin=2;
style=submenuStyle;
aI("text=About Meadowlark;url=meadowlark.php;");
aI("text=How to get here;url=directions.php;");
}

with(milonic=new menuname("Area")){
margin=2;
style=submenuStyle;
aI("text=Hotels;url=hotels.php;");
aI("text=How to get here;url=directions.php;");
aI("text=Things to do;url=thingsToDo.php;");
}

drawMenus();


