/*
  --- 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','index1.html', {'tw' : 'content'}],
	['John Z. DeLorean Memorial','JZDMemorial.html', {'tw' : 'content'}],
	['Eurofest - Belfast 06','eurofest2006.htm', {'tw' : 'content'}],
	['Updates','updates.html', {'tw' : 'content'}],
	['Background', null, null,
		['John Z DeLorean','johnzdelorean.html', {'tw' : 'content'}],
		['DeLorean Motor Company','dmc.html', {'tw' : 'content'}],
		['DeLorean Owners in Ireland','doi.html', {'tw' : 'content'}],
		
	],
	['FAQ','faq.html', {'tw' : 'content'}],
	['Owning a DeLorean in Ireland', null, null,
		['How and where to buy','buy.html', {'tw' : 'content'}],
		['Repair and Maintenance','repair.html', {'tw' : 'content'}],
		['Insurance','insurance.html', {'tw' : 'content'}],
		['Driving Experience','experience.html', {'tw' : 'content'}],
	],
	['Owners Picture Gallery','owners.html', {'tw' : 'content'}],		
	['Previous Meetings', null, null,
		['Leitrim 2005','leitrim2005p1.html', {'tw' : 'content'}],
		['Belfast - Peters Home','Peter.html', {'tw' : 'content'}],
		['Leitrim 2004','leitrim.html', {'tw' : 'content'}],
	],
	['Car Shows Attended', null, null,
		['Terenure 2005','Terenurecarshow2005.html', {'tw' : 'content'}],
	],
	['Promotional Work', null, null,
		['Weddings','wedding.html', {'tw' : 'content'}],
		['Television','tv.html', {'tw' : 'content'}],
		['Radio','radio.html', {'tw' : 'content'}],
		['Hire a DeLorean?','hire.html', {'tw' : 'content'}],
	],
	['Technical Section', null, null,
		['Restoration Logs','restore.html', {'tw' : 'content'}],
	],
	['For Sale Section', null, null,
		['DeLorean Cars for sale','carsforsale.html', {'tw' : 'content'}],
		['DeLorean Parts for sale','partsforsale.html', {'tw' : 'content'}],
		['Clothes & Accessories','shop.html', {'tw' : 'content'}],
	],
	['Useful links','links.html', {'tw' : 'content'}],
	['About this website','website.html', {'tw' : 'content'}],
	['Sign our guestbook','http://pub46.bravenet.com/guestbook/3938104825/', {'tw' : 'content'}],
	['Contact Us','contact.html', {'tw' : 'content'}],
];