/*
  --- 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 = [
	['Previous Shows', null, null,
	    	['&bull; Sourires Grill&eacute;s', 'souriresgrilles.html', null,],
		['&bull; Embrace', 'embrace.html', null,],
		['&bull; Embrace : Experiments', 'spacebetween.html', null,],
 		['&bull; Create Her', 'createher.html', null,],
		['&bull; Dirty Water and Wine', 'dirtywater.html', null,],
		['&bull; Dreams in a Pink Glass', 'dreams.html', null,],
		['&bull; Camellia in Chiswick Land', 'camellia.html', null,],
 		['&bull; The Poor Room', 'poorroom.html', null,],
	 	['&bull; The Poor Room Lab', 'poorroomlab.html', null,],
	],  
	['Book now', 'booking.html', null,],
	['About Usanu', 'about.html', null,],
	['Artists', 'artists.html', null,],
	['Gallery', 'photos.html', null,],
	['Education', 'education.html', null,],
	['Support Us', 'youandus.html', null,],
	['Contact us', 'contact.html', null,],
	['Links', 'links.html', null,],
];

