/*
  --- 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.asp',null],
	['About us','about.asp',null,
	 	['Our Training', 'about.asp'],
		['Our Centres', 'centres.asp'],
		['Our Instructors', 'instructors.asp'],
		['Gallery', 'gallery.asp'],
		['Contact Us', 'contact.asp']],
	['Your Licence','',null,
	 	['How to get your Licence', 'licence_how.asp'],
		['About your Licence', 'licence.asp']],
	['Our Courses','',null,
		['CBT', 'course_cbt.asp'],
		['Standard Test', 'course_a1.asp'],
		['Direct Access (DAS)','course_das.asp']],
	['Your Test','',null,
		['Book your test online','http://www.dsa.gov.uk/tests/online_booking_1.asp', {'tw' : '_blank'}],
		['Theory Test', 'test_theory.asp'],
		['Moped Test', 'test_moped.asp'],
		['A1 Test Less than 120cc', 'test_a1.asp'],
		['A Practical Test 125cc', 'test_a.asp'],
		['Direct Access Test', 'test_das.asp'],
		['Advanced Test','test_advanced.asp']],
	['Links','links.asp',null,
		
		['Alex Buckingham','http://www.alexbuckinghammotorcycles.com/', {'tw' : '_blank'}],
		['Hedgehog Motorcycles','http://www.hedgehogmotorcycles.co.uk/', {'tw' : '_blank'}],
		['James Sherlock','http://www.james-sherlock.co.uk/', {'tw' : '_blank'}],
		['Wheels to Work','http://www.devonwheels2work.co.uk/', {'tw' : '_blank'}],
		['Ireland&acute;s Motorcycles','', {'tw' : '_blank'}],
		['Other links','links.asp']],
	,];

	/*
var MENU_ITEMS = [
	['Home','index.html',null],
	['About us', null, null,
		['Supported Browsers', null, null,
			['Win32 Browsers', null, null, 
				['Internet Explorer 5+'],
				['Netscape 6.0+'],
				['Mozilla 0.9+'],
				['AOL 5+'],
				['Opera 5+']
			],
			['Mac OS Browsers', null, null,
				['Internet Explorer 5+'],
				['Netscape 6.0+'],
				['Mozilla 0.9+'],
				['AOL 5+'],
				['Safari 1.0+']
			],
			['KDE (Linux, FreeBSD)', null, null,
				['Netscape 6.0+'],
				['Mozilla 0.9+']
			]
		],
		['Unsupported Browsers', null, null,
			['Internet Explorer 4.x'],
			['Netscape 4.x']
		],
		['Report test results', 'http://www.softcomplex.com/support.html'],
	],
	['Docs & Info', null, null,
		['Product Page', 'http://www.softcomplex.com/products/tigra_menu/'],
		['Welcome Page', '../'],
		['Documentation', 'http://www.softcomplex.com/products/tigra_menu/docs/'],
		['Forums', 'http://www.softcomplex.com/forum/forumdisplay.php?fid=29'],
		['TM Comparison Table', 'http://www.softcomplex.com/products/tigra_menu/docs/compare_menus.html'],
		['Online Menu Builder', 'http://www.softcomplex.com/products/tigra_menu/builder/'],
	],
	['Product Demos', null, null,
		['Traditional Blue', '../demo1/index.html'],
		['White Steps', '../demo2/index.html'],
		['Inner HTML', '../demo3/index.html'],
		['All Together', '../demo4/index.html'],
		['Frames Targeting', '../demo5/index.html']
	],
	['Contact', null, null,
		['E-mail', 'http://www.softcomplex.com/support.html'],
		['ICQ: 31599891'],
		['Y! ID: softcomplex'],
		['AIM ID: softcomplex']
	],
];
*/

