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="#296488";
borderstyle="solid";
borderwidth=1;
align="center";
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=207;
overflow="scroll";
followscroll=1;
aI("text=Home;url=index.htm;");
aI("showmenu=Packages;text=Package Choice;");
aI("showmenu=Extras;text=Extras;");
aI("showmenu=Samples;text=Sample Pictures;");
aI("showmenu=Contact;text=Contact Me;");
aI("text=Useful Links;url=links.htm;");
aI("text=Your Photos;url=http://www.photomemory.net/elainebrookesphotography/;target=blank/;");
aI("showmenu=Methods;text=My Methods;");
}

with(milonic=new menuname("Contact")){
orientation="horizontal";
style=menuStyle;
aI("align=center;text=Personal Contact;url=personal_contact.htm;");
aI("align=center;text=On-Line;url=contact_on.htm;");
aI("align=center;text=Off-Line;url=contact_off.htm;");
}

with(milonic=new menuname("Samples")){
orientation="horizontal";
left=100;
style=menuStyle;
aI("text=The Bride;url=samples-leeds-wedding-photographers-bride.htm;");
aI("text=The Bride & Groom;url=samples-leeds-wedding-photographers-bride-and-groom.htm;");
aI("text=Miscellaneous;url=samples_miscellaneous.htm;");
aI("text=The Children;url=samples_children.htm;");
aI("text=Funshots;url=samples_funshots.htm;");
aI("text=Bridesmaids and the Girls;url=samples_bridesmaids_and_the_girls.htm;");
aI("text=Groom and Reservoir Dogs;url=samples_groom_and_reservoir_dogs.htm;");
}

with(milonic=new menuname("Packages")){
orientation="horizontal";
left=190;
style=menuStyle;
aI("text=The Traditional Wedding Package;url=package_traditional.htm;");
aI("text=The Premier Wedding Package;url=package_premier.htm;");
aI("text=The Deluxe Wedding Package;url=package_deluxe.htm;");
}

with(milonic=new menuname("Extras")){
orientation="horizontal";
style=menuStyle;
aI("text=Thank You Cards;url=thanks.htm;");
aI("text=Extra Photographs;url=extras.htm;");
aI("text=Mini Album;url=mini_album.htm;");
aI("text=ODW or OSW;url=odwosw.htm;");
aI("text=CD Folio;url=cdfolio.htm;");
}

with(milonic=new menuname("Methods")){
orientation="horizontal";
left=650;
style=menuStyle;
aI("text=My Life;url=my_life.htm;");
aI("text=The options;url=more.htm;");
aI("text=A typical case;url=typical.htm;");
}

drawMenus();

