function preloadMenuImages() {
	MM_preloadImages('../products_navi/buttons/button-camping-active.gif','../products_navi/buttons/button-lightad-active.gif','../products_navi/buttons/button-overseasad-active.gif','../products_navi/buttons/button-climbing-active.gif','../products_navi/buttons/button-canoe-active.gif','../products_navi/buttons/button-fishspear-active.gif','../products_navi/buttons/button-swim-active.gif','../products_navi/buttons/button-timetools-active.gif','../products_navi/buttons/button-book-active.gif','../products_navi/buttons/button-clothing-active.gif','../products_navi/buttons/button-shoes-active.gif','images/buttons/button-about-over.gif','images/buttons/button-product-over.gif','images/buttons/button-outdoor-over.gif','product/products_navi/buttons/button-camping-active.gif','product/products_navi/buttons/button-lightad-active.gif','product/products_navi/buttons/button-overseasad-active.gif','product/products_navi/buttons/button-climbing-active.gif','product/products_navi/buttons/button-canoe-active.gif','product/products_navi/buttons/button-fishspear-active.gif','product/products_navi/buttons/button-swim-active.gif','product/products_navi/buttons/button-timetools-active.gif','product/products_navi/buttons/button-book-active.gif','product/products_navi/buttons/button-clothing-active.gif','product/products_navi/buttons/button-shoes-active.gif');
}

function mmLoadMenus() {
	if (window.productAdviceMenu) return;
	
	//start: top menu definition
	window.aboutUsMenu = new Menu("root",190,20,"Arial, Helvetica, sans-serif",12,"#FFFFFF","#000000","#CE5D18","#EDA274","left","middle",3,1,100,-5,7,true,false,true,0,false,false);
		aboutUsMenu.addMenuItem("philosophy","window.open('../about/philosophy.htm', '_self');");
		aboutUsMenu.addMenuItem("location","location='../about/location.htm'");
		aboutUsMenu.addMenuItem("our&nbsp;store","window.open('../about/our_store.htm', '_self');");
		aboutUsMenu.addMenuItem("brands&nbsp;we&nbsp;stock","location='../about/brands_we_stock.htm'");
		aboutUsMenu.hideOnMouseOut=true;
		aboutUsMenu.bgColor='#555555';
		aboutUsMenu.menuBorder=1;
		aboutUsMenu.menuLiteBgColor='#FFFFFF';
		aboutUsMenu.menuBorderBgColor='#777777';
	window.productAdviceMenu = new Menu("root",190,20,"Arial, Helvetica, sans-serif",12,"#FFFFFF","#000000","#CE5D18","#EDA274","left","middle",3,1,100,-5,7,true,false,true,0,false,false);
		productAdviceMenu.addMenuItem("what&nbsp;to&nbsp;buy","location='../product/what_to_buy.htm'");
		productAdviceMenu.addMenuItem("have&nbsp;a&nbsp;question?","location='../product/have_a_question.htm'");
		productAdviceMenu.hideOnMouseOut=true;
		productAdviceMenu.bgColor='#555555';
		productAdviceMenu.menuBorder=1;
		productAdviceMenu.menuLiteBgColor='#FFFFFF';
		productAdviceMenu.menuBorderBgColor='#777777';
	window.outdoorCommunityMenu = new Menu("root",190,20,"Arial, Helvetica, sans-serif",12,"#FFFFFF","#000000","#CE5D18","#EDA274","left","middle",3,1,100,-5,7,true,false,true,0,false,false);
		outdoorCommunityMenu.addMenuItem("shack&nbsp;news","window.open('../outdoor/shack_news.htm', '_self');");
		outdoorCommunityMenu.addMenuItem("photo&nbsp;gallery","window.open('../outdoor/photo_gallery.htm', '_self');");
		outdoorCommunityMenu.addMenuItem("adventure&nbsp;stories","window.open('../outdoor/adventure_stories.htm', '_self');");
		outdoorCommunityMenu.addMenuItem("checklists","window.open('../outdoor/checklists.htm', '_self');");
		outdoorCommunityMenu.addMenuItem("caring&nbsp;for&nbsp;equipment","window.open('../outdoor/equip_care.htm', '_self');");
		outdoorCommunityMenu.addMenuItem("outdoor&nbsp;links","window.open('../outdoor/outdoor_links.htm', '_self');");
		outdoorCommunityMenu.hideOnMouseOut=true;
		outdoorCommunityMenu.bgColor='#555555';
		outdoorCommunityMenu.menuBorder=1;
		outdoorCommunityMenu.menuLiteBgColor='#FFFFFF';
		outdoorCommunityMenu.menuBorderBgColor='#777777';
	//end: top menu definition
	
	//start: address menu definition
	window.addressMenu = new Menu("root",790,14,"Arial, Helvetica, sans-serif",10,"#F73400","#F73400","#CECFCE","#CECFCE","right","middle",0,0,100,-5,7,true,false,true,0,false,false);
		addressMenu.addMenuItem("Outdoor&nbsp;Shack&nbsp;-&nbsp;1131&nbsp;Pittwater&nbsp;Road&nbsp;&nbsp;Collaroy&nbsp;Beach&nbsp;NSW&nbsp;2097&nbsp;-&nbsp;phone:&nbsp;61-2-9981&nbsp;6933&nbsp;-&nbsp;fax:&nbsp;61-2-9984&nbsp;8688&nbsp;-&nbsp;info@outdoorshack.com.au","location='mailto:info@outdoorshack.com.au'");
		addressMenu.hideOnMouseOut=true;
		addressMenu.bgColor='#555555';
		addressMenu.menuBorder=1;
		addressMenu.menuLiteBgColor='#FFFFFF';
		addressMenu.menuBorderBgColor='#777777';
	//end: address menu definition
	
	//start: product submenu definition
	window.campingMenu = new Menu("root",190,25,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#D6D3D6","#CCCCCC","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
		campingMenu.addMenuItem("shelter","window.open('../product/products_navi/camping/shelter.htm', '_self');");
		campingMenu.addMenuItem("furniture","window.open('../product/products_navi/camping/furniture.htm', '_self');");
		campingMenu.addMenuItem("sleeping","window.open('../product/products_navi/camping/sleeping.htm', '_self');");
		campingMenu.addMenuItem("cooking","window.open('../product/products_navi/camping/cooking.htm', '_self');");
		campingMenu.addMenuItem("refrigeration","window.open('../product/products_navi/camping/refrigeration.htm', '_self');");
		campingMenu.addMenuItem("lighting","window.open('../product/products_navi/camping/lighting.htm', '_self');");
		campingMenu.addMenuItem("heating & shower","window.open('../product/products_navi/camping/heating.htm', '_self');");
		campingMenu.addMenuItem("hardware","window.open('../product/products_navi/camping/hardware.htm', '_self');");
		campingMenu.addMenuItem("accessories","window.open('../product/products_navi/camping/accessories.htm', '_self');");
		campingMenu.hideOnMouseOut=true;
		campingMenu.bgColor='#CE5D18';
		campingMenu.menuBorder=1;
		campingMenu.menuLiteBgColor='#CE5D18';
		campingMenu.menuBorderBgColor='#CE5D18';
		
	window.lightweightMenu = new Menu("root",190,25,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#D6D3D6","#CCCCCC","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
		lightweightMenu.addMenuItem("shelter","window.open('../product/products_navi/lightweight/shelter.htm', '_self');");
		lightweightMenu.addMenuItem("sleeping","window.open('../product/products_navi/lightweight/sleeping.htm', '_self');");
		lightweightMenu.addMenuItem("packs","window.open('../product/products_navi/lightweight/packs.htm', '_self');");
		lightweightMenu.addMenuItem("cooking","window.open('../product/products_navi/lightweight/cooking.htm', '_self');");
		lightweightMenu.addMenuItem("lighting","window.open('../product/products_navi/lightweight/lighting.htm', '_self');");
		lightweightMenu.addMenuItem("hydration","window.open('../product/products_navi/lightweight/hydration.htm', '_self');");
		lightweightMenu.addMenuItem("filtration","window.open('../product/products_navi/lightweight/filtration.htm', '_self');");
		lightweightMenu.addMenuItem("navigation","window.open('../product/products_navi/lightweight/navigation.htm', '_self');");
		lightweightMenu.addMenuItem("safety","window.open('../product/products_navi/lightweight/safety.htm', '_self');");
		lightweightMenu.addMenuItem("dry gear","window.open('../product/products_navi/lightweight/drygear.htm', '_self');");
		lightweightMenu.addMenuItem("accessories","window.open('../product/products_navi/lightweight/accessories.htm', '_self');");
		lightweightMenu.hideOnMouseOut=true;
		lightweightMenu.bgColor='#CE5D18';
		lightweightMenu.menuBorder=1;
		lightweightMenu.menuLiteBgColor='#CE5D18';
		lightweightMenu.menuBorderBgColor='#CE5D18';
	
	window.overseasMenu = new Menu("root",190,25,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#D6D3D6","#CCCCCC","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
		overseasMenu.addMenuItem("packs","window.open('../product/products_navi/overseas/packs.htm', '_self');");
		overseasMenu.addMenuItem("luggage","window.open('../product/products_navi/overseas/luggage.htm', '_self');");
		overseasMenu.addMenuItem("sleeping bags","window.open('../product/products_navi/overseas/sleeping.htm', '_self');");
		overseasMenu.addMenuItem("accessories","window.open('../product/products_navi/overseas/accessories.htm', '_self');");
		overseasMenu.hideOnMouseOut=true;
		overseasMenu.bgColor='#CE5D18';
		overseasMenu.menuBorder=1;
		overseasMenu.menuLiteBgColor='#CE5D18';
		overseasMenu.menuBorderBgColor='#CE5D18';
	
	window.climbingMenu = new Menu("root",190,25,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#D6D3D6","#CCCCCC","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
		climbingMenu.addMenuItem("harness","window.open('../product/products_navi/climbing/harness.htm', '_self');");
		climbingMenu.addMenuItem("ropes","window.open('../product/products_navi/climbing/ropes.htm', '_self');");
		climbingMenu.addMenuItem("hardware","window.open('../product/products_navi/climbing/hardware.htm', '_self');");
		climbingMenu.addMenuItem("accessories","window.open('../product/products_navi/climbing/accessories.htm', '_self');");
		climbingMenu.hideOnMouseOut=true;
		climbingMenu.bgColor='#CE5D18';
		climbingMenu.menuBorder=1;
		climbingMenu.menuLiteBgColor='#CE5D18';
		climbingMenu.menuBorderBgColor='#CE5D18';
	
	window.canoeMenu = new Menu("root",190,25,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#D6D3D6","#CCCCCC","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
		canoeMenu.addMenuItem("kayaks","window.open('../product/products_navi/canoe/kayaks.htm', '_self');");
		canoeMenu.addMenuItem("canoes","window.open('../product/products_navi/canoe/canoes.htm', '_self');");
		canoeMenu.addMenuItem("inflatables","window.open('../product/products_navi/canoe/inflatable.htm', '_self');");
		canoeMenu.addMenuItem("life vests","window.open('../product/products_navi/canoe/life_vests.htm', '_self');");
		canoeMenu.addMenuItem("dry gear","window.open('../product/products_navi/canoe/dry_gear.htm', '_self');");
		canoeMenu.addMenuItem("accessories","window.open('../product/products_navi/canoe/accessories.htm', '_self');");
		canoeMenu.hideOnMouseOut=true;
		canoeMenu.bgColor='#CE5D18';
		canoeMenu.menuBorder=1;
		canoeMenu.menuLiteBgColor='#CE5D18';
		canoeMenu.menuBorderBgColor='#CE5D18';
	
	window.fishMenu = new Menu("root",190,25,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#D6D3D6","#CCCCCC","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
		fishMenu.addMenuItem("snorkeling","window.open('../product/products_navi/fish/shorkel.htm', '_self');");
		fishMenu.addMenuItem("spearfishing","window.open('../product/products_navi/fish/spear.htm', '_self');");
	    fishMenu.hideOnMouseOut=true;
		fishMenu.bgColor='#CE5D18';
		fishMenu.menuBorder=1;
		fishMenu.menuLiteBgColor='#CE5D18';
		fishMenu.menuBorderBgColor='#CE5D18';
	
	window.swimMenu = new Menu("root",190,25,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#D6D3D6","#CCCCCC","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
		swimMenu.addMenuItem("swim &amp; beach","window.open('../product/products_navi/swim/fun.htm', '_self');");
		swimMenu.addMenuItem("accessories","window.open('../product/products_navi/swim/accessories.htm', '_self');");
		swimMenu.addMenuItem("sun relaxation","window.open('../product/products_navi/swim/relaxation.htm', '_self');");
		swimMenu.addMenuItem("sun protection","window.open('../product/products_navi/swim/protection.htm', '_self');");
		swimMenu.hideOnMouseOut=true;
		swimMenu.bgColor='#CE5D18';
		swimMenu.menuBorder=1;
		swimMenu.menuLiteBgColor='#CE5D18';
		swimMenu.menuBorderBgColor='#CE5D18';
	
	window.timeMenu = new Menu("root",190,25,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#D6D3D6","#CCCCCC","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
		timeMenu.addMenuItem("watches","window.open('../product/products_navi/time/watches.htm', '_self');");
		timeMenu.addMenuItem("compasses","window.open('../product/products_navi/time/compasses.htm', '_self');");
		timeMenu.addMenuItem("knives / tools","window.open('../product/products_navi/time/knives.htm', '_self');");
		timeMenu.addMenuItem("binoculars","window.open('../product/products_navi/time/binoculars.htm', '_self');");
		timeMenu.addMenuItem("sunglasses","window.open('../product/products_navi/time/sunglasses.htm', '_self');");
		timeMenu.hideOnMouseOut=true;
		timeMenu.bgColor='#CE5D18';
		timeMenu.menuBorder=1;
		timeMenu.menuLiteBgColor='#CE5D18';
		timeMenu.menuBorderBgColor='#CE5D18';
	
	window.booksMenu = new Menu("root",190,25,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#D6D3D6","#CCCCCC","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
		booksMenu.addMenuItem("books","window.open('../product/products_navi/books/books.htm', '_self');");
		booksMenu.addMenuItem("maps","window.open('../product/products_navi/books/maps.htm', '_self');");
		booksMenu.hideOnMouseOut=true;
		booksMenu.bgColor='#CE5D18';
		booksMenu.menuBorder=1;
		booksMenu.menuLiteBgColor='#CE5D18';
		booksMenu.menuBorderBgColor='#CE5D18';
	
	window.clothingMenu = new Menu("root",190,25,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#D6D3D6","#CCCCCC","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
		clothingMenu.addMenuItem("jackets","window.open('../product/products_navi/clothing/jackets.htm', '_self');");
		clothingMenu.addMenuItem("waterproof shells","window.open('../product/products_navi/clothing/rainwear.htm', '_self');");
		clothingMenu.addMenuItem("down wear","window.open('../product/products_navi/clothing/downwear.htm', '_self');");
		clothingMenu.addMenuItem("soft shells / windstoppers","window.open('../product/products_navi/clothing/softshells.htm', '_self');");
		clothingMenu.addMenuItem("fleeces / merino mid layers","window.open('../product/products_navi/clothing/midlayers.htm', '_self');");
		clothingMenu.addMenuItem("thermals / underwear","window.open('../product/products_navi/clothing/thermals.htm', '_self');");
		clothingMenu.addMenuItem("shirts / singlets","window.open('../product/products_navi/clothing/shirts_singlets.htm', '_self');");
		clothingMenu.addMenuItem("pants / shorts","window.open('../product/products_navi/clothing/pants_shorts.htm', '_self');");
		clothingMenu.addMenuItem("accessories","window.open('../product/products_navi/clothing/accessories.htm', '_self');");
		clothingMenu.addMenuItem("select from brands","window.open('../product/products_navi/clothing/brands.htm', '_self');");
		clothingMenu.hideOnMouseOut=true;
		clothingMenu.bgColor='#CE5D18';
		clothingMenu.menuBorder=1;
		clothingMenu.menuLiteBgColor='#CE5D18';
		clothingMenu.menuBorderBgColor='#CE5D18';
	
	window.footwearMenu = new Menu("root",190,25,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#D6D3D6","#CCCCCC","left","middle",3,0,100,-5,7,true,true,true,0,false,false);
		footwearMenu.addMenuItem("travel","window.open('../product/products_navi/footwear/travel.htm', '_self');");
		footwearMenu.addMenuItem("hiking","window.open('../product/products_navi/footwear/hiking.htm', '_self');");
		footwearMenu.addMenuItem("multisports","window.open('../product/products_navi/footwear/xtraining', '_self');");
		footwearMenu.addMenuItem("sandals","window.open('../product/products_navi/footwear/sandals.htm', '_self');");
		footwearMenu.addMenuItem("socks","window.open('../product/products_navi/footwear/socks.htm', '_self');");
		footwearMenu.hideOnMouseOut=true;
		footwearMenu.bgColor='#CE5D18';
		footwearMenu.menuBorder=1;
		footwearMenu.menuLiteBgColor='#CE5D18';
		footwearMenu.menuBorderBgColor='#CE5D18';
	//end: product submenu definition
	
	writeMenus();
}