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=1;
fontfamily="Corbel, Verdana, Tahoma, Arial";
fontsize="120%";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#FFFFFF";
offbgcolor="#000060";
offcolor="#FFFFFF";
onbgcolor="#E0F0FC";
oncolor="#000060";
outfilter="randomdissolve(duration=0.0)";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=6;
pagebgcolor="#96C8E1";
pagecolor="black";
separatorcolor="#FFFFFF";
separatorsize=1;
separatorpadding=0;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
menuwidth=920;
menualign="left";
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=120;

aI("text=Home;url=index.html;");
aI("text=Meetings;url=meetings.htm;")
aI("text=Breast feeding;url=lactation.htm;")
aI("showmenu=Photos;text=Photo gallery;");
aI("text=Escorts;url=escorts.htm;")
aI("showmenu=FAQ;text=FAQ;");
aI("showmenu=Misc;text=Miscellaneous;");
aI("text=Web links;url=links.htm;")
aI("text=About me;url=about.htm;")
aI("text=Contact me;url=contact.htm;");
aI("text=;url=contact.htm;");
}

with(milonic=new menuname("Misc")){
overflow="scroll";
style=menuStyle;
aI("text=What I am looking for;url=whatfor.htm;");
aI("text=Advice for new models;url=advice.htm;");
aI("text=Sample model release;url=modrel.htm;");
aI("text=Large breasted models of the past;url=past.htm;");
aI("text=Great nipples;url=nipples.htm;");
}

with(milonic=new menuname("Photos")){
overflow="scroll";
style=menuStyle;
aI("text=Friends of StudioB;url=friends.htm;");
aI("text=Linda;url=linda.htm;");
aI("text=Amber;url=amber.htm;");
aI("text=Dee;url=dee.htm;");
aI("text=Donna;url=donna.htm;");
aI("text=Katie;url=katie.htm;");
aI("text=Pat;url=pat.htm;");
aI("text=Sammie;url=sam.htm;");
}

with(milonic=new menuname("FAQ")){
overflow="scroll";
style=menuStyle;
aI("text=For female and male readers;url=faq.htm;");
aI("text=For male readers;url=faqmale.htm;");
}

drawMenus();


