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()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana,Arial,Helvetica,sans-serif";
fontsize="10px";
fontstyle="normal";
// fontweight="bold";
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#222222";
offcolor="#FFFFFF";
onbgcolor="#7DB04C";
oncolor="#FFFFFF";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Alpha(opacity=80)";
padding=4;
//pagebgcolor="#82B6D7";
//pagecolor="black";
//separatorcolor="#FFFFFF";
separatorsize=0;
//subimage="http://www.milonic.com/menuimages/arrow.gif";
//subimagepadding=2;
}

with(milonic=new menuname("Photogs")){
screenposition="center";
top=66;
left="offset=-44";
style=menuStyle;

aI("text=S&E Photo;url=sande_photo.php;");
aI("text=Adam Jones;url=adam_jones.php;");
aI("text=Tom Vezo;url=tom_vezo.php;");
aI("text=Tony Sweet;url=tony_sweet.php;");
aI("text=Brenda Hawkes;url=brenda_hawkes.php;");
aI("text=Joe Demichael;url=joe_demichael.php;");
aI("text=Susan Milestone;url=susan_milestone.php;");
}

with(milonic=new menuname("About")){
screenposition="center";
top=66;
left="offset=266";
style=menuStyle;
aI("text=About Liz Kaye;url=about.html;");
aI("text=Kudos from Photographers;url=kudos.html;");
aI("text=Professional Memberships;url=about.html#memberships;");
aI("text=Home;url=index.html;");
}

drawMenus();

