/*
  --- 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 = [
	[' PJ Main Menu', './sga_puddle_jumper.htm'],
	['Download', './puddle_jumper_download.htm'],
	['Gallery', './puddle_jumper_gallery.htm'],
	['Prototype 12', './prototype12.htm'],
	['Prototype 10', './prototype10.htm'],
	['Prototype 09', './prototype09.htm'],
	['Prototype 08a', './prototype08a.htm'],
	['Prototype 08b', './prototype08b.htm'],
	['Prototype 07', './prototype07.htm'],
	['Prototype 06', './prototype06.htm'],
	['Prototype 05', './prototype05.htm'],
	['Prototype 04', './prototype04.htm'],
	['Prototype 03', './prototype03.htm'],
	['Prototype 02', './prototype02.htm'],
	['Prototype 01', './prototype01.htm'],
	['Prototype 00', './prototype00.htm'],
	['', null],
	['More:', null],
	['Stargate Lego', '../sg1_gateroom.htm'],
	['Other Models', '../../lego_creations/index.htm'],
	['', null],
	['Contact / Email', 'mailto:lego_stargate@yoda.ca'],

];

