/*
  --- 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 = [
	['MyBaitShop', 'http://www.mybaitshop.com', null,
		['Advertising', 'http://www.mybaitshop.com/rules2.htm'],
		['Appraisals', 'http://www.mybaitshop.com/appraisals.htm'],
		['Contact Us', 'mailto:email@mybaitshop.com'],
	],
	['Message Board', 'http://www.mybaitshop.com/forum/', null,
		['Board Rules', 'http://www.mybaitshop.com/rules2.htm'],
	],
	['Sale/Trade Page', 'http://www.mybaitshop.com/cgi-local/lures/view.pl', null,
		['FAQ\'s', 'http://www.mybaitshop.com/salefaq.htm'],
		['Appraisals', 'http://www.mybaitshop.com/appraisals.htm'],
		['Contact Us', 'mailto:email@mybaitshop.com'],
	],
	['Collections', null, null,
		['Catch All', 'http://www.mybaitshop.com/catchall.htm'],
		['Heddon', 'http://www.mybaitshop.com/heddon.htm'],
		['Lazy Ike', 'http://www.mybaitshop.com/lazyike.htm', null,
			['Catalogs', 'http://www.mybaitshop.com/lazyike_catalogs.htm'],
			['Flex Ikes', 'http://www.mybaitshop.com/flexike.htm'],
		],

	],
	['Resources', null, null,
		['Chat', 'http://www.mybaitshop.com/chat.htm'],
				['Collector Books', 'http://www.mybaitshop.com/books.htm'],
		['Links', 'http://www.mybaitshop.com/links.htm'],
		['Link To Us', 'http://www.mybaitshop.com/linktous.htm'],
		['WATC', 'http://www.watconline.org/'],
	],
	['Miscellaneous', null, null,
		['Fish Weight Calculator', 'http://www.mybaitshop.com/fishcalculator.htm'],
		['In Memory Of', 'http://www.mybaitshop.com/inmemoryof.htm'],
		['Old Poll Results', 'http://www.mybaitshop.com/polls2.htm'],
	],
];

