/*
  --- 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 = [
	['Home', 'index_main.htm', {'tw' : 'main', 'sb' : 'Home Page of the Roi Rat'},
		['About This Site', 'about.htm', {'tw' : 'main'}],
		['Site Built with Tigra', 'http://www.softcomplex.com', {'tw' : 'main'}],
		['HTML Tutorial', 'http://www.echoecho.com/html.htm', {'tw' : 'main'}],
		['Core JavaScript Guide', 'http://www.jsdb.org/jsguide/index.html', {'tw' : 'main'}]
	],
	['Veterans', null, {'tw' : 'main'},
		['The Battle for Roi Namur', 'vet_battle_of_roi_namur.htm', {'tw' : 'main'}],
		['Photos by Dawson', 'vet_battle_of_roi_namur_dawson.htm', {'tw' : 'main'}],
		['Pearl Harbor', 'vet_pearl_harbor.htm', {'tw' : 'main'}]
	],
	['Pictures', null, {'tw' : 'main'},
		['Captain Jack Jones', 'pictures_jack.htm', {'tw' : 'main'}],
		['Chris Maule', null, {'tw' : 'main'}, 
			['Around Roi Namur', 'pictures_chris_around_roi_namur.htm', {'tw' : 'main'}],
			['Sixth Island', 'pictures_chris_sixth_island.htm', {'tw' : 'main'}],
			['Fourth Island Coral Head', 'pictures_chris_fourth_island.htm', {'tw' : 'main'}]
		],
		['People', 'pictures_people.htm', {'tw' : 'main'}],
		['Animals', 'pictures_animal.htm', {'tw' : 'main'}],
		['The Ocean Dome', 'pictures_ocean_dome.htm', {'tw' : 'main'}]
	],
	['Humor', null, {'tw' : 'main'},
		['Were off to see the wizard', 'humor_wizard.htm', {'tw' : 'main'}],
		['How to simulate being a sailor', 'humor_sailor joke.htm', {'tw' : 'main'}],
		['A day on the river', 'humor_tugboat.htm', {'tw' : 'main'}],
		['Little known facts about Chuck Norris', 'humor_Chuck_Norris.htm', {'tw' : 'main'}],
		['An Engineering Test', 'humor_engineering_quiz.htm', {'tw' : 'main'}],
		['Greetings', 'humor_greetings.htm', {'tw' : 'main'}],
		['The Office Party', 'humor_office_party.htm', {'tw' : 'main'}],
		['Think your Young ?', 'http://www.frontiernet.net/~cdm/age1', {'tw' : 'main'}],
		['Your 404 man !', 'missing.html', {'tw' : 'main'}]
	],
	['Links', null, {'tw' : 'main'},
		['php', 'links_php.htm', {'tw' : 'main'}],
		['Funny', 'links_funny.htm', {'tw' : 'main'}],
		['Science', 'links_science.htm', {'tw' : 'main'}],
		['Scuba', 'links_scuba.htm', {'tw' : 'main'}]
	],
	['Contact', 'email_form.htm', {'tw' : 'main'}
	],
];

