/*
  --- 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 = [
	['About Us','about.html',null,
		['Meet the Staff','staff.html'],
		['Contact Information', 'contact.html'],
	],
	['Our Products', null, null,
		['How to choose a timer', 'choose.html'],
		['All of our timers', 'our_timers.html'],
		['K1 - Flashing Light', 'k1page.html'],
		['K2 - Sequence of Finish', 'k2page.html'],
		['The Grand Prix Package', 'gppage.html'],
		['K3 - Elapsed Time', 'k3page.html'],
		['Timer Accessories', 'timeraccessories.html'],
		['Race Management Software', 'linksoftware.html'],
		['Case', 'case_page.html'],
	],
	['Place an Order', null, null,
		['Information to Order', 'order.html'],
		['Order Form', 'https://derbywiz.readyhosting.com/order/orderform.html'],
		['How to Measure your Track', 'measuretrack.html'],
	],
	['Downloads', null, null,
		['Timer Instruction Sheets','links.html'],
		['Utility Software','links.html'],
	],
	['Links', null, null,
		['Race Managment Software','linksoftware.html'],
		['Packs that use our timers','linkspacks.html'],
		['Where to buy Pinewood Derby Tracks','linktracks.html'],
		['How to manage your race','linksmanage.html'],
		['Advice on how to win a derby','linkwin.html'],
		['Pinewood Derby Car kits & Accessories','linkscars.html']
	],
	['Questions?', null, null,
		['Tech Support','techsupport.html'],
		['Customer Service','customerservices.html'],
		['Timer Accuracy','timeraccuracy.html'],
		['Frequently Asked Questions','faq.html'],
		['What is a kit?','whatskit.html']
	],
	['Price List','pricelist.html']
];

