/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['<img src="images2/homefore.gif" border="0">', 'index.php', null,],
	['<img src="images2/shopfore.gif" border="0">', null, null,
		['&#149; Wines & Spirits: \"Rat arsed\" range','products.php?product=winesandspirits&start=0'],
		['&#149; Clothing: \"Saggy \'n\' Baggy\" range', 'products.php?product=clothing&start=0'],
		['&#149; Preserves: \"Gone to Seed\" range','products.php?product=preserves&start=0'],
/*		['&#149; Fat and Stinky Cheese','products.php?product=cheese&start=0'],  */
	    ['&#149; Bath Oils: \"Bugger Off\" range','products.php?product=bathoils&start=0'],     
		['&#149; Toiletries: \"moody+disagreeable\" range','products.php?product=toiletries&start=0'],
		['&#149; Oils & Spices: \"Misero\" range','products.php?product=oilsandspices&start=0'],
		['&#149; Cakes & Puddings: \"Fat B\'Stard\" range','products.php?product=cakesandpuddings&start=0'],
		['&#149; Sweets: \"Chew on That\" range','products.php?product=sweets&start=0'],
		['&#149; Biscuits: \"Crummy\" range','products.php?product=biscuits&start=0'],
/*		['&#149; Seasonal','products.php?product=seasonal&start=0',null,
				['&#149; Christmas Wines and Spirits','products.php?product=xbooze&start=0'],
				['&#149; \"Tempers Fugit\" Christmas Cards','products.php?product=xcards&start=0'],
				['&#149; Christmas Puds and Cakes','products.php?product=xcakes&start=0'],
				['&#149; Christmas Chocs','products.php?product=xchocs&start=0'],
				['&#149; Christmas Hampers','products.php?product=xhamper&start=0'],
				['&#149; Make Your Own Hamper','products.php?productID=ha015'], 
		],*/
		['&#149; Hampers','products.php?product=hampers&start=0',null,
/*				['&#149; All Hampers','products.php?product=hampers&start=0'],
				['&#149; Christmas Hampers','products.php?product=xhamper&start=0'],  
				['&#149; Make Your Own Hamper','products.php?productID=ha015'],*/
		],
		['&#149; Cards & Stationery: \"Tempers Fugit\" range','products.php?product=cards&start=0',null,
				['&#149; \"Tempers Fugit\" Birthday Cards','products.php?product=bcards&start=0'],
/*				['&#149; \"Tempers Fugit\" Christmas Cards','products.php?product=xcards&start=0'],   */
				['&#149; \"Tempers Fugit\" Calendars','products.php?product=calcards&start=0'],
				['&#149; \"Tempers Fugit\" Valentines Day Cards','products.php?product=vcards&start=0'],
				['&#149; \"Tempers Fugit\" Occasional Cards','products.php?product=scards&start=0'],
		],
		['&#149; Novelties: \"Grumpy Gadget\" range','products.php?product=novelties&start=0'],
		['&#149; Ye Oldies Booke Shoppe','products.php?product=books&start=0'],
		['&#149; All Products','products.php?product=all&start=0',null,
			['&#149; All Products','products.php?product=all&start=0'],
			['&#149; New Products','products.php?product=new&start=0'],
			['&#149; Under £5','products.php?search=under5&start=0'],
			['&#149; Under £10','products.php?search=under10&start=0'],
			['&#149; Under £20','products.php?search=under20&start=0'],
			['&#149; Under £50','products.php?search=under50&start=0'],
			['&#149; Under £100','products.php?search=under100&start=0'],
			['&#149; Over £100','products.php?search=over100&start=0'],
		],
	],
	['<img src="images2/forumfore.gif" border="0">', 'http://www.grumpieroldmen.co.uk/forum/phpBB210/index.php', null,],
	['<img src="images2/contactfore.gif" border="0">', 'mailto:Kiljoyproducts@aol.com', null,],
	['<img src="images2/basketfore.gif" border="0">', 'http://www.romancart.com/cart.asp?storeid=13354', null,],
	['<img src="images2/checkoutfore.gif" border="0">', 'http://www.romancart.com/cart.asp?storeid=13354', null,],
/*	['<img src="images2/tracker.gif" border="0">', 'tracking.php', null,],  */
];