/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'about.htm', {'tw':'_body'}],
	['club', null, null,
		['Contact Us', 'forms/index.cgi', {'tw':'_body'}],
		['Committies', 'comit/committee.htm', {'tw':'_body'}],
		['History', 'club/history.htm', {'tw':'_body'}]
	],
	['Blog', 'blog/index.php', {'tw':'_blank','sb':'Cobras Blog'}],
	['Teams', null, null,
		['U8', 'teams/u8.htm', {'tw':'_body'}],
		['U9', 'teams/u9.htm', {'tw':'_body'}],
		['U10', 'teams/u10.htm', {'tw':'_body'}],
		['U11', 'teams/u11.htm', {'tw':'_body'}],
		['U12', 'teams/u12.htm', {'tw':'_body'}],
		['U14', 'teams/u14.htm', {'tw':'_body'}],
		['U16', 'teams/u16.htm', {'tw':'_body'}],
		['U18', 'u18/u18.htm', {'tw':'_body'}],
		['Ladies', 'teams/ladies.htm', {'tw':'_body','sb':'Ladies'}]
	],
	['Fixtures', null, null,
 		['U8', 'http://www.sportingpulse.com/team_info.cgi?c=1-3928-59009-111145-12517061&a=SFIX', {'tw':'_body'}],
		['U9', 'No Team this season', {'tw':'_body'}],
		['U10', 'http://www.sportingpulse.com/team_info.cgi?c=1-3928-59009-111331-12517058&a=SFIX', {'tw':'_blank'}],
		['U11', 'http://www.sportingpulse.com/team_info.cgi?c=1-3928-59009-111333-12523100&a=SFIX', {'tw':'_blank'}],
		['U12', 'http://www.sportingpulse.com/team_info.cgi?c=1-3928-59009-112387-12731036&a=SFIX', {'tw':'_blank'}],
		['U14', 'http://www.sportingpulse.com/team_info.cgi?c=1-3928-59009-112394-12731463&a=SFIX', {'tw':'_blank'}],
		['U16', 'http://www.sportingpulse.com/team_info.cgi?c=1-3928-59006-112397-12731548&a=SFIX', {'tw':'_blank'}],
		['Ladies', 'http://www.sportingpulse.com/comp_info.cgi?a=ROUND&round=-1&client=1-109-0-105142-0&pool=1', {'tw':'_body'}]
	],
		['Events', 'events/events.htm', {'tw':'_body'},
		['Teams Of the Year', null, null,
			['2006', 'teams/toty/toty2006.htm', {'tw':'_body','tt':'2006 Team of the year'}],
			['2007', 'teams/toty/toty2007.htm', {'tw':'_body','tt':'2007 Team of the year'}],
			['2008', 'teams/toty/toty2008.htm', {'tw':'_body','tt':'2008 Team of the year'}],
			['2009', 'teams/toty/toty2009.htm', {'tw':'_body','tt':'2008 Team of the year'}]
		],
		['Profiles', 'club/prof/profile.htm', {'tw':'_body'}]
	],
	['Sponsors', null, null, 
		['Club Sponsors', 'sponsors.htm', {'tw':'_body','tt':'Support our Sponsors'}],
		['Club Supporters', 'support.htm', {'tw':'_body','tt':'Support our Supporters'}]
	],
	['Links', 'links.htm', {'tw':'_body'}],
	['Gallery', 'gallery/', {'tw':'_body'}],
	['Web Mail', 'http://webmail.interweb.rivanet.co.uk', {'tw':'_body','tt':'Cobras Email','sb':'Cobras Email'}],
	['Newsletter', '/news/news.htm', {'tw':'_body','tt':'Cobras Hiss Newsletter'}]
	
];
