function fwLoadMenus() {
	if (window.fw_menu_0) return;
	window.fw_menu_0 = new Menu("root",235,18,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#E66C00","#000000");
	fw_menu_0.addMenuItem("Introduction","location='wg_introduction.html'");
	fw_menu_0.addMenuItem("Whisky history","location='wg_history.html'");
	fw_menu_0.addMenuItem("Whisky making","location='wg_making.html'");
	fw_menu_0.addMenuItem("Distillery profiles","location='wg_distilleryProfiles.html'");
	fw_menu_0.addMenuItem("Links to other sites","location='wg_linksPage.html'");
	fw_menu_0.addMenuItem("Whisky Course at Moray College","location='wg_morayCourse.html'");
	fw_menu_0.fontWeight="bold";
	fw_menu_0.hideOnMouseOut=true;
	// OUR PRODUCTS MENU ITEMS //
	window.fw_menu_1 = new Menu("root",160,18,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#E66C00","#000000");
	fw_menu_1.addMenuItem("Ranges","location='op_ranges.html'");
	fw_menu_1.addMenuItem("Brands","location='op_brands.html'");
	fw_menu_1.addMenuItem("Whisky Tasting Notes","location='Tasting-Search.asp'");
	fw_menu_1.addMenuItem("Whisky Cocktails","location='Whisky-Cocktails.html'");
	fw_menu_1.addMenuItem("Whisky Recipes","location='Whisky-Recipes.html'");
	fw_menu_1.fontWeight="bold";
	fw_menu_1.hideOnMouseOut=true;
	window.fw_menu_2 = new Menu("root",148,18,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#E66C00","#000000");
	fw_menu_2.addMenuItem("Gordon &amp; MacPhail","location='ob_gordonMacPhail.html'");
	fw_menu_2.addMenuItem("Benromach Website","location='http://www.benromach.com'");
	fw_menu_2.addMenuItem("Retail Shop","location='ob_retailShop.html'");
	fw_menu_2.fontWeight="bold";
	fw_menu_2.hideOnMouseOut=true;
	window.fw_menu_3 = new Menu("root",300,18,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#E66C00","#000000");
	fw_menu_3.addMenuItem("History","location='ab_history.html'");
	fw_menu_3.addMenuItem("Chronology","location='ab_chronology.html'");
	fw_menu_3.addMenuItem("Site Map","location='siteMap.html'");
	fw_menu_3.addMenuItem("Website Terms and Conditions of Use","location='TermsConditions.html'");
	fw_menu_3.fontWeight="bold";
	fw_menu_3.hideOnMouseOut=true;
	window.fw_menu_4 = new Menu("root",156,18,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#E66C00","#000000");
	fw_menu_4.addMenuItem("Personalised Labels","location='ts_personalLabels.html'");
	fw_menu_4.addMenuItem("Hampers","location='ts_hampers.html'");
	fw_menu_4.addMenuItem("Personalised Favours","location='ts_personalisedFavours.html'");
	fw_menu_4.fontWeight="bold";
	fw_menu_4.hideOnMouseOut=true;
	window.fw_menu_5 = new Menu("root",155,18,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#E66C00","#000000");
	fw_menu_5.addMenuItem("H.O Details","location='cu_headOffice.html'");
	fw_menu_5.addMenuItem("Benromach Distillery","location='cu_benromach.html'");
	fw_menu_5.addMenuItem("Media Contact","location='cu_mediaContact.html'");
	fw_menu_5.addMenuItem("General Enquiries","location='cu_generalContact.html'");
	fw_menu_5.addMenuItem("Retail Shop","location='cu_shopContact.html'");
	fw_menu_5.fontWeight="bold";
	fw_menu_5.hideOnMouseOut=true;
	window.fw_menu_6 = new Menu("root",134,18,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#E66C00","#000000");
	fw_menu_6.addMenuItem("News","location='me_news.html'");
	fw_menu_6.addMenuItem("News Archives","location='News-Archive.html'");	
	fw_menu_6.addMenuItem("Exhibitions","location='me_exhibitions.html'");
	//fw_menu_6.addMenuItem("Press Releases","location='me_pressRelease.html'");
	//fw_menu_6.addMenuItem("Image Bank","location='me_imageBank.html'");
	fw_menu_6.addMenuItem("Awards","location='me_awards.html'");
	fw_menu_6.fontWeight="bold";
	fw_menu_6.hideOnMouseOut=true;

  fw_menu_6.writeMenus();
}