
_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()){ 
onbgcolor="#000000"; 
oncolor="#FFFFFF"; 
offbgcolor="#FFFFFF"; 
offcolor="#000000"; 
separatorcolor="#FFFFFF"; 
separatorsize=4; 
padding=10; 
fontsize="60%"; 
fontstyle="bold"; 
fontfamily="Comic Sans MS";
subimagepadding="4"; 
subimage="arrow.gif"; 
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
style=menuStyle;
top=270;
left=5;
overflow="scroll";
followscroll=1;
aI("text=THE WEDDING PACKAGES;url=wedding-packages.htm");
aI("text=HANDY VENUES WITH SAMPLE PICTURES;url=venues.htm");
aI("text=SAMPLE WEDDING PHOTOS;url=photos_sample.htm");
aI("text=THE KIND WORDS;url=kind_words.htm");
aI("text=CONTACT ME;url=wedding-photographers-wensleydale-contact.htm");
aI("text=USEFUL LINKS;url=useful_links.htm");
aI("text=ON-LINE PURCHASING;url=on_line_purchasing.htm");
aI("text=HOME PAGE;url=index.htm");
}


                              
               with(milonic=new menuname("Packages")){
	         style=menuStyle;
               top="offset=-1";
               left="offset=1";
               aI("text=THE STUART;url=the_stuart.htm");
               aI("text=THE TUDOR;url=the_tudor.htm"); 
               aI("text=THE EDWARDIAN;url=the_edwardian.htm");
               aI("text=THE CONTEMPORARY;url=the_contemporary.htm");
               aI("text=THE REPORTAGE;url=the_reportage.htm"); 
               aI("text=THE PLATINUM;url=the_platinum.htm");                     
               }                

               
drawMenus();
