/*
  --- 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 = [
	['TV', 'http://www.radiotimes.com/ListingsServlet?event=13&broadcastType=1&jspGridLocation=/jsp/tv_listings_grid.jsp&jspListLocation=/jsp/tv_listings_single.jsp&jspError=/jsp/error.jsp'],
	['Getting Out', null, null,
		['Cinema', null, null,
			['Little Cinema', 'http://www.picturehouses.co.uk/site/cinemas/Bath/whats-on.htm'],
			['Odeon', 'http://www.odeon.co.uk/fanatic/film_times/s65/Bath/'],
		],
		['Theatre', null, null, 
			['Theatre Royal', 'http://www.theatreroyal.org.uk/'],
			['Rondo Theatre', 'http://www.rondotheatre.co.uk/'],
			['Bristol Old Vic', 'http://www.bristol-old-vic.co.uk/'],
			['Theatre Bristol', 'http://www.theatrebristol.net/whatson_index.asp'],
		],
		['Music', null, null, 
			['Bath Abbey', 'http://www.bathabbey.org/events.html'],
			['Colston Hall', 'http://www.colstonhall.org/'],
			['Bristol Academy', 'http://www.bristol-academy.co.uk/'],
			['Aloud', 'http://www.aloud.com'],
		],
		['Clubs', null, null, 
			['Moles Club', 'http://www.moles.co.uk/'],
			['Po Na Na', 'http://www.ponana.com/venues/ponana/bath/index.html'],
			['The Fez', 'http://www.ponana.com/venues/fez/bath/index.html'],
			['Babylon', 'http://www.ponana.com/venues/babylon/bath/index.html'],
		],
	],
	['Travel', null, null,
		['Multimap', 'http://www.multimap.co.uk'],
		['National Rail', 'http://nationalrail.co.uk/index.html'],
		['Expedia', 'http://www.expedia.co.uk/pub/agent.dll?qscr=fexp&city1=&citd1=&date1=dd/mm/yyyy&time1=362&date2=dd/mm/yyyy&time2=362&cAdu=1&cSen=0&cChi=0&cInf=&infs=2&tktt=&ecrc=&eccn=&qryt=8&rfrr=-28277&&zz=1120263637072&'],
		['The Trainline', 'http://www.thetrainline.com/default.asp?T2ID=8426_2005102512940']
	],
	['Banks', null, null,
		['Barclays', 'https://ibank.barclays.co.uk/fp/1_2n/online/1,34414,logon,00.html'],
		['ING', 'https://secure.ingdirect.co.uk/InitialINGDirect.html?command=displayLogin&device=web&locale=en_GB'],
		['Barclaycard','https://bcol.barclaycard.co.uk/ecom/as/accountservicesinit/index.jsp'],
	],
	['EWB', null, null,
		['EWB UK', 'http://www.ewb-uk.org'],
		['RedR','http://www.redr.org'],
	],
	['BBC News', 'http://news.bbc.co.uk', null,],
	['Photos', 'http://www.tomnewby.co.uk/photos', null,],
	['Private', 'http://www.tomnewby.co.uk/private/', null],
];


