/*
  --- 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.
*/
BAS_HOME_INDEX = 0;
BAS_SHOP_INDEX = 1;
BAS_LABEL_INDEX =21;
BAS_FANZONE_INDEX = 25;
BAS_WHOLESALE_INDEX = 29;
BAS_LINK_INDEX =31;
BAS_ABOUT_INDEX =34;

var MENU_ITEMS = [
	['Home', '../index.html'
	],
	['Shop', null, null,
		['Products', null, null,
			['BBQ Sauces', '../shopbbqsauce.asp'],
			['Grilling & Marinade Sauces', '../shopmarinades.asp'],
			['Hot Sauces', '../shophotsauce.asp'],
			['Italian Specialties', '../shopitalianspecialties.asp'],
        	['Ketchups', '../shopketchup.asp'],
			['Mustards', '../shopmustards.asp'],
			['Rubs & Seasonings', '../shoprubs.asp'],
			['Salsas', '../shopsalsa.asp'],
			['Steak Sauce', '../shopsteaksauce.asp'],
			['Wing Sauce', '../shopwingsauce.asp'],
			['Rest of the Pantry', '../shoprestofpantry.asp']
		],
		['Collectible Sauces', null, null,
			['House Sauces', '../shopcollectibles.asp'],
			['Customer Sauces', '../shopcollectibles_customers.asp']
		],
		['Gift Baskets & more..', '../shopbaskets.asp'],
		['Multi-packs (SAVE $$)', '../shopmultipacks.asp'],
		['Merchandise', '../shopmerchandise.asp'],
		['Shipping & Payment Info', '../sauceshipping.asp']
	],
	['Build A Label', '../saucelabels.asp',,
		['Message on a Bottle', '../saucelabels.asp'],
		['Custom Labels','../saucelabels_custom.asp'],
		['Private Labels','../saucelabels_private.asp']	
	],
	['Fan Zone', null, null,
		['Recipes', '../saucerecipes.asp'],
		['Testimonials', '../saucetestimonials.asp'],
		['Fan Gallery', '../saucefans.asp']
	],
	['Wholesale', null, null,
		['General Information', '../saucewholesale.asp'],
		['Display Packages', '../saucedisplaypackages.asp']
	],
	['Links', null, null,
		['Hot Links', '../hslinks.asp'],
		['Link Exchange Program', '../saucelinkexch.asp']
	],
	['About Us', null, null,
		['Company Info', '../saucecompany.asp'],
		['Contact Information', '../saucecontacts.asp'],
		['In the News', '../saucenews.asp'],
		['Upcoming Events', '../saucelocations.asp#events'],
		['Where to Find Us', '../saucelocations.asp']
	],
];

