_menuCloseDelay=200 // The time delay for menus to remain visible on mouse out 
_menuOpenDelay=50 // The time delay before menus open on mouse over 
_subOffsetTop=3 // Sub menu top offset 
_subOffsetLeft=-1 // Sub menu left offset 

with(menuStyle=new mm_style()){ 
offcolor="#000000";
oncolor="#000000";
onbgcolor="#EDE9E9"; 
oncolor="#0814B2"; 
offbgcolor="FFFFFF"; 
offcolor="#000000"; 
bordercolor="#FA0000"; 
borderstyle="solid"; 
borderwidth=0; 
separatorcolor="#000000";
separatorsize=1; 
padding=3; 
subimagepadding="4"; 
fontfamily="Book Antiqua";
fontsize="12pt"; 
rawcss="padding-left:10px;padding-right:10px"
}



with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=125;
screenposition="center";
orientation="horizontal";
style=menuStyle;
aI("align=center;text=Photograph Album;url=gallery.htm;");
aI("align=center;text=Links;url=links.htm;");
aI("align=center;text=Contact Me;url=north-yorkshire-wedding-photographers-contact.htm;");
aI("align=center;text=Clients' Quotes;url=quotes.htm;");
aI("align=center;text=Your Photos On Line;url=photos_on_line.htm;");
aI("align=center;text=Packages;url=packages.htm");
aI("align=center;text=Winter Offer;url=winter_offer.htm");
aI("align=center;text=Home;url=index.htm;");
}
 

              
           
 drawMenus();


