/* Tigra Menu items structure */
var MENU_ITEMS = [
	[ "Home", 'http://www.eco-gear.ca/index.html', {'sb' : 'EcoGear - A showplace of your Green Alternative as a consumer.'}],
	
	[ "EcoWear", 'http://www.eco-gear.ca/ecogearmain.htm', {'sb' : 'EcoWear'},
		[ "Women's EcoWear", "http://www.eco-gear.ca/WoMen-ecogearmain.html", {'sb' : 'Womens EcoWear'}],
		[ "Men's EcoWear", "http://www.eco-gear.ca/Men-ecogearmain.html", {'sb' : 'Mens EcoWear'}],
	],	
	
	[ "Eco Body Care", 'http://www.eco-gear.ca/ecobodycare_main.htm', {'sb' : 'Eco Body Care'},
		[ "Body Soap", "http://www.eco-gear.ca/EcoBodySoap.html", {'sb' : 'Body Soap'}],
		[ "Body Shampoo", "http://www.eco-gear.ca/EcoBarShampoo.html", {'sb' : 'Body Shampoo'}],
		[ "Shea Butter", "http://www.eco-gear.ca/EcoBodyButter.html", {'sb' : 'Shea Butter'}],
		[ "Salt Scrubs", "http://www.eco-gear.ca/EcoSaltScrub.html", {'sb' : 'Salt Scrubs'}],
	],	
	
	[ "Global Gifts", "http://www.eco-gear.ca/main.html", {'sb' : 'EcoJewel'},
		 [ "Colombian Jewellery", "http://www.eco-gear.ca/Colombia_SubCategory.html", {'sb' : 'Colombia Jewellery'}],
		[ "Uganda Jewellery", "http://www.eco-gear.ca/Uganda_SubCategory.html", {'sb' : 'Uganda Jewellery'}],
		[ "Nepalese Textiles", "http://www.eco-gear.ca/Nepal_SubCategory.html", {'sb' : 'Nepalese Textiles'}],
		[ "Vietnamese CocoWare", "http://www.eco-gear.ca/Vietnam_SubCategory.html", {'sb' : 'Vietnamese CocoWare'}],
	 [ "Kenya Stationary", "http://www.eco-gear.ca/Kenya_SubCategory.html", {'sb' : 'Kenya Stationary'}],
	 	 
	 ],
		
	
	[ "Coco Ware", "http://www.eco-gear.ca/ecohome_coconut.html", {'sb' : 'Coco Ware'}],
	
	[ "Bags 'N Stuff", "http://www.eco-gear.ca/BagsNStuff.html", {'sb' : "Bags 'N Stuff"}],
	
	[ "Shopping Cart", "https://www.eco-gear.ca/cgi-bin/apluspro/scripts/apluspro.cgi?action=3", {'sb' : 'Shopping Cart'}],

]


function nw(url, name) {
	// see full list of options at 
	// http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/open_0.asp
	window.open(url,(name ? name : '_blank'),'HEIGHT=500,WIDTH=700,TOP=20,LEFT=20,scrollbars=yes, resizable=yes, menubar=yes,location=yes,toolbar=yes');
}


