/*
  --- 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 = [
	['galleries', null, null,
		['1853', 'javascript:changeArea(\'1853\',3450,\'saltsmill\')'],
		['gallery 2', 'javascript:changeArea(\'gallery2\',1193,\'mainfloor\')'],
		['25 trees and other pictures', 'javascript:changeArea(\'opera\',200,\'opera\')'],
		/*['1853', 'gallery.htm'],*/
		['saltaire history exhibition', 'javascript:changeArea(\'history\',2700,\'saltsmill\')']
	],
	['food &amp; drink', null, null,
		['diner', 'javascript:changeArea(\'history\',2840,\'mainfloor\')'],
		['cafe opera', 'javascript:changeArea(\'cafe opera\',2360,\'opera\')'],
		['espresso bar', 'javascript:changeArea(\'espresso bar\',1000,\'mainfloor\')'],
		['menus', null, null,
			['diner', 'diner_menu.php'],
			['cafe opera', 'opera_menu.php']
		]
	],
	['shops', null, null,
		['ground floor', null, null,
			['art materials', 'javascript:changeArea(\'art\',4600,\'saltsmill\')'],
			['zeba textiles', 'javascript:changeArea(\'carpet\',5600,\'saltsmill\')'],
			['early music shop', 'javascript:changeArea(\'music\',5400,\'saltsmill\')'],
			['yamaha music', 'http://www.yamaha-music.co.uk'],
			['all terrain cycles', 'javascript:changeArea(\'bike\',439,\'mainfloor\')']
		],
		['main floor', null, null,
			['antiques', 'javascript:changeArea(\'antique\',4000,\'opera\')'],
			['the home', 'javascript:changeArea(\'design\',6300,\'mainfloor\')'],
			['jewellery', 'javascript:changeArea(\'jewellery\',7980,\'mainfloor\')'],
			['books', 'javascript:changeArea(\'book\',5240,\'mainfloor\')'],
			['outdoors', 'javascript:changeArea(\'outdoor\',7360,\'mainfloor\')']
		],
		['top floor', null,	null,
			['antiques', 'javascript:changeArea(\'antique\',4000,\'opera\')'],
			['tailors', 'javascript:changeArea(\'tailor\',5700,\'opera\')'],
			['florists', 'javascript:changeArea(\'florist\',3700,\'opera\')'],
		],
		
	],
	['biographies', null, null,
		['sir titus salt', 'sir_titus_salt.htm'],
		['jonathan silver', 'jonathan_silver.htm'],
		['david hockney', 'david_hockney.htm']
	],
	['resources', null, null,
		['david hockney gallery', 'gallery.htm'],
		['digital library', 'digital_library.htm'],
		['film archive', 'vids.htm'],
		['links', 'links.php']
	],
	['what\'s on?','whats_on.php', null,
		['noticeboard', 'whats_on.php'],
		['new exhibitions', 'new_exhibitions.php']
		/*['subscribe', 'javascript:changeArea(\'1853\',4900,\'saltsmill\')']*/
	],
	['visitor info', null, null,
		['free admission', 'opening_times.htm'],
		['opening times', 'opening_times.htm'],
		['directions', 'directions.htm'],
		['group bookings', 'group_booking.htm'],
		['disabled access', 'disabled.htm'],
		['contact details', 'contact.htm']
	],
	['space to rent', 'SaltsCommercialBrochure_web.pdf', '_blank' 
		/*
		['free admission', 'opening_times.htm'],
		['opening times', 'opening_times.htm'],
		['directions', 'directions.htm'],
		['group bookings', 'group_booking.htm'],
		['disabled access', 'disabled.htm'],
		['contact details', 'contact.htm']
		*/
	]
];


