with(main=new menuname("weddings")){
style=menuStyle;
itemwidth=125;
aI("text=Wedding Gallery;url=wedding-gallery.php");
aI("text=Individual Wedding;url=wedding-sample.php");
aI("text=Wedding Packages;url=wedding-packages.php");
aI("text=OnLine Diary;url=diary.php");
aI("text=Wedding Albums;url=wedding-albums.php");
aI("text=Framing;url=wedding-frames.php");
aI("text=Feedback;url=wedding-feedback.php");
aI("text=Wedding Venue Links;url=wedding-links.php");
aI("text=Our Wedding Photography;url=wedding-fergus.php");
aI("text=Wedding Enquiries;url=enquiry.php");
}

with(main=new menuname("portraits")){
style=menuStyle;
itemwidth=200;
aI("text=Portrait Gallery;url=portrait-gallery.php");
aI("text=Packages;url=portrait-packages.php");
aI("text=Framing;url=portrait-frames.php");
aI("text=Portrait Enquiries;url=contact.php");
}

with(main=new menuname("information")){
style=menuStyle;
itemwidth=155;
aI("text=Corporate Services;url=corporate.php");
/* aI("text=Picture Library;url=picture-library.php"); */
/*aI("text=Calendars;url=calendar.php");*/
aI("text=Triple Sets;url=triples.php");
aI("text=Prices;url=prices.php");
/* aI("text=<font color=#ff0000>* Shopping Nights *</font>;url=shopping-nights.php"); */
/* aI("text=Wedding List;url=wedding-list.php"); */
aI("text=Gift Ideas;url=gift-ideas.php");
/* aI("text=Gift Vouchers;url=gift-vouchers.php"); */
aI("text=About Fergus Noone;url=fergus.php");
aI("text=News;url=news.php");
/* aI("text=Online Exhibition;url=exhibition.php"); */
aI("text=Shopping Online;url=terms.php");
aI("text=Where to Find Us;url=greenwich-gallery.php");
aI("text=Join our Mailing List;url=mailList.php");
aI("text=Contact;url=contact.php");
}


drawMenus()