/*
  --- 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.shtml', null,
		['About Us', 'home/about.shtml'],
		
		['Clients >', 'clients/clients.shtml', null,
			['Docs', 'clients/docs.shtml'],
			['Eclipse', 'clients/eclipse.shtml'],
			['Hippodrome', 'clients/hippo.shtml'],
			['HotIce', 'clients/hotice.shtml'],
			['Mirage', 'clients/mirage.shtml'],
			['Pilsen', 'clients/pilsen.shtml'],
			['Roadhouse', 'clients/roadhouse.shtml'],
			['Safari', 'clients/safari.shtml'],
			['Skydome', 'clients/skydome.shtml'],
			['Stopline', 'clients/stopline.shtml'],
			['Sunway', 'clients/sunway.shtml'],
			['Time', 'clients/time.shtml'],
			['Timeout', 'clients/timeout.shtml'],
			['Venue', 'clients/venue.shtml'],
		],
		['Examples', 'demo/demo.shtml'],
		['Laser Lightshows >', 'home/shows.shtml', null,
					['Hire', 'home/mpu.shtml'],
				],
	],
	['Products', 'products/products.shtml', null,
		['Forensic Lasers >', 'products/forensic.shtml', null,
			['Revelation', 'products/revelation.shtml'],
			['Genesis', 'products/genesis.shtml'],
		],
		['Lasers >', 'products/laser.shtml', null,
			['Genesis Red', 'products/laser-gen-red.shtml'],
			['Genesis', 'products/laser-gen.shtml'],
			['Emerald', 'products/laser-emerald.shtml'],
			['58 GES Series', 'products/laser-58ges.shtml'],
			['Chroma 5', 'products/laser-chroma5.shtml'],
			['Chroma 10', 'products/laser-chroma10.shtml'],
			['Enterprise Series', 'products/laser-enterprise.shtml'],
			['Star Series', 'products/laser-star.shtml'],
		],
		
		['Projection Heads >', 'products/head.shtml', null,
			['Diamond Series', 'products/head-diamond.shtml'],
			['NatScan', 'products/head-natscan.shtml'],
			['StageScan', 'products/head-stagescan.shtml'],
		],
		['Laser Controllers', 'products/controller-sa.shtml'],
		['Complete Systems', 'products/system-cyclone.shtml'],
	],
	['Contact Us', 'contact/contact.asp', null,
		['Enquiries', 'contact/contact.asp'],
		['The Team', 'contact/team.shtml'],
	],
	['News', 'news/news.shtml', null,
		['Recent News', 'news/news.shtml'],
		['Future Developments', 'news/future.shtml'],
		['Pictures >', null, null,
			['Blackpool Illuminations', 'news/gallery1.shtml'],
			['Basingstoke Balloon Glow', 'news/gallery2.shtml'],
		],	
	],
	['Support', 'support/support.shtml', null,
		['Documentation', 'support/support.shtml'],
	],
];


