/* Tigra Menu items structure */
var MENU_ITEMS = [
	['News', 'start.html', {'tw':'content','sb':'News'}],
	['Tools', null, null,
		['Injuk', 'injuk.html', {'tw':'content','sb':'Injuk'}],
		['MP3NameATag', 'mp3nameatag.html', {'tw':'content','sb':'MP3NameATag'}],
		['BackupAndSynch', 'backupandsynch.html', {'tw':'content','sb':'BackupAndSynch'}],
		['OutNow', 'outnow.html', {'tw':'content','sb':'OutNow'}],
		['BrightPaint', 'brightpaint.html', {'tw':'content','sb':'BrightPaint'}]
	],
	['Games', null, null,
		['Expansion', 'expansion.html', {'tw':'content','sb':'Expansion'}],
		['BrightSuDoKu', 'brightsudoku.html', {'tw':'content','sb':'BrightSuDoKu'}],
		['JnR2 Preview', 'jnr2jpreview.html', {'tw':'content','sb':'JnR2Preview'}],
		['Soccer Cup', 'soccercup.html', {'tw':'content','sb':'Soccer Cup'}],
		['Space Lord', 'spacelord.html', {'tw':'content','sb':'Space Lord'}],
		['Space Lord 2', 'spacelord2.html', {'tw':'content','sb':'Space Lord 2'}]
	],
	['Contact', 'contact.html', {'tw':'content','sb':'Contact'}],
	['Links', 'links.html', {'tw':'content','sb':'Links'}]
];
