// menu_items.js file// /*comments block here */
var MENU_ITEMS =[ 	
['JungleSeeds',  null, null,  
	['Home Page', '../index.html'], 
	['On Line Seed Shop', '../SeedShop/enter.html',{'tw' : '_blank'}],
	['Order Form', '../JS&GOrderForms2011.pdf']],
['JungleProducts',  null, null,
	['Propagators', '../HardwareShop/Propagators.htm',{'tw' : '_blank'}],
	['Grow Lamps', '../HardwareShop/GrowLamps.htm',{'tw' : '_blank'}],
	['Garden Lighting', '../HardwareShop/Gardman.htm',{'tw' : '_blank'}],
	['Wild Bird Care', '../HardwareShop/Birds.htm',{'tw' : '_blank'}],
	['Warming Cables', '../HardwareShop/Cables.htm',{'tw' : '_blank'}],
	['Greenhouse Heaters', '../HardwareShop/Heaters.htm',{'tw' : '_blank'}],
	['Growth Technology Products', '../HardwareShop/GT.htm',{'tw' : '_blank'}],
	['Frost Protect Cables', '../HardwareShop/FrostGuard.htm',{'tw' : '_blank'}],
	['Gift Vouchers', '../HardwareShop/Vouchers.htm',{'tw' : '_blank'}],
	['Tropical Butterflies', '../HardwareShop/Butterfly.htm',{'tw' : '_blank'}]],
['JunglePlants', null, null,
	['On Line Plant Shop', 'http://www.jungleseeds.com/PlantShop/enter.html',{'tw' : '_blank'}],
	['Order Form', '../JS&GOrderForms2007.pdf'],
	['Dreams of Amazonica', '../TropicalDreams/TropicalDream.html'],
	['Dreams of Winter@home', '../TropicalDreams/trachysnow.html']],
['Information', null, null,
	['About JS&G', '../Aboutus.htm'],
	['Terms & Conditions', '../Ts&Cs.htm'],
	['Contact Us', '../Contactus.htm'],
	['Whats New?', 'http://www.jungleseeds.co.uk/NewsPage.htm'],
	['Winter Hardiness', '../Hardiness.htm'],
	['USA Hardiness Zones', '../usa_zones.htm'], 			
	['Over Wintering','../Overwintering.htm'],
	['Client Comments','../cust_comments.htm'],
	['Pests Information', 'http://www.junglegardens.co.uk/Pests.htm',{'tw' : '_blank'}],
	['Growing Bananas', '../BananaArticle.htm'],
	['Grnhouse Heat Calc', '../HeaterCalculator.htm'],
	['Tropical Butterflies', '../Butterflies.htm'],
	['Links', '../GLI.htm'],
	['Veg Sowing Calendar', '../VegetableCalendar.htm'],
	['Vacancies', '../Vacancies.htm']],
['Delivery Information', '../DeliveryInformation.htm']];		

