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()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
itemwidth=105;
offcolor="#ffffff";
oncolor="#000000";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
rawcss="padding-top:10px;padding-bottom:5px";
separatorcolor="#000000";
separatorsize=1;
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#418ED6";
offcolor="#ffffff";
onbgcolor="#418ED6";
oncolor="#000000";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=6;
pagecolor="black";
separatorsize=1;
subimage="http://img.milonic.com/white_7x7.gif";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
followscroll=1;
orientation="horizontal";
screenposition="center";
top=277;
style=menuStyle;
aI("align=center;bgimage=images/multired.gif;text=Slide Show;url=slide_show.htm;");
aI("align=center;bgimage=images/multiwhite.gif;text=Contact Me;url=contact.htm;");
aI("align=center;bgimage=images/multimustard.gif;text=Your Wedding Photos On-Line;url=http://www.photomemory.net/grahamgawthorpe/;");
aI("align=center;bgimage=images/multiyellow.gif;showmenu=Prices;text=Prices;");
aI("align=center;bgimage=images/multigreen.gif;text=Ideal Reception Venues;url=venues.htm;");
aI("align=center;bgimage=images/multiblue.gif;text=Customer Quotes;url=quotes.htm;");
aI("align=center;bgimage=images/multipurple.gif;text=Webmaster;url=http://www.nyws.co.uk/");
aI("align=center;bgimage=images/multiorange.gif;text=Home;url=index.htm;");
}


with(milonic=new menuname("Prices")){
style=submenuStyle;
orientation="horizontal";
aI("text=Premium Range;url=premium_weddings.htm;");
aI("text=Smaller Weddings;url=smaller_weddings.htm;");
aI("text=Traditional;url=traditional_weddings.htm;");
}


drawMenus();


