/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Bulletin Board', 'http://www.ultimatereef.net', {'sb':'Bulletin Board'}],
	['Gallery', 'http://www.ultimatereef.net/forums/photopost/', {'sb':'Gallery'}],
	['Chat', 'http://www.ultimatereef.net/forums/chat/flashchat.php', {'sb':'Chat'}],
	['Sponsors', '/sponsors.htm', {'sb':'Our Sponsors'}],
	['Tank of the Month', null, null,
		['October 2007', '/TOTM/2007_october/'],
		['August 2007', '/TOTM/2007_august/'],
		['July 2007', '/TOTM/2007_july/'],
		['June 2007', '/TOTM/2007_june/'],
		['May 2007', '/TOTM/2007_may/'],
		['April 2007', '/TOTM/2007_apr/'],
		['March 2007', '/TOTM/2007_mar/'],
		['February 2007', '/TOTM/2007_feb/'],
		['January 2007', '/TOTM/2007_jan/'],
		['October 2006', '/TOTM/2006_oct/index.htm'],
		],
];
var MENU_ITEMS2 = [
	['Articles', null, null,
		['TMC Trip 2007', '/articles/tmc/index.htm'],
		['Marine White Spot', '/articles/whitespot/index.htm'],
		['Marine Velvet', '/articles/marinevelvet/index.htm'],
		['Gas Bubble Disease', '/articles/bubble/index.htm'],
		['Good Starter Corals', '/articles/001/index.htm'],
		['Live rock, aquascaping and cycling a new setup', '/articles/002/index.htm'],
		['Good Starter Fish', '/articles/003/index.htm'],
		['Basic Lighting options for the Reef Tank', '/articles/004/index.htm'],
		['What to look for in a new fish', '/articles/005/index.htm'],
		['Guide To Installing An R/o Unit', '/articles/006/index.htm'],
			],
	['UK Magazines', '/ukmags.htm', {'sb':'UK Magazines'}],
	['TOTM - Archive', 'http://www.ultimatereef.net/totm/', {'sb':'Tank of the Month - Archive'}],
	['Contact Us', 'http://www.ultimatereef.net/forums/sendmessage.php', {'sb':'Contact Us'}],
];
