/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index.php', {'sb':'Home'}],
	['IMAGES', 'category.php?country_id=1', null,
		['New Images', 'newImageList.php?country_id=1&category_code=NEW'],
		['Kimberly', 'photos.php?country_id=1&category_code=KIMB'],
		['Pilbara', 'photos.php?country_id=1&category_code=PILB'],
		['South Coast', 'photos.php?country_id=1&category_code=SOU'],
		['South West', 'photos.php?country_id=1&category_code=sw'],
		['Fremantle &amp; Perth', 'photos.php?country_id=1&category_code=URB'],
		['Norhern Territory', 'photos.php?country_id=1&category_code=CENT'],
		['East Coast', 'photos.php?country_id=1&category_code=QLD'],
		['Vertical', 'vertical.php?country_id=1&category_code=VERT'],		
		['Map Search', 'category.php?country_id=1']
	],
	['ABOUT', 'about_adam.php', {'sb':'About Adam'},
		['About Adam', 'about_adam.php'],
		['Awards', 'awards.php'],
		['Landscape Photography', 'landscapephotography.php'],
		['Photography as Art', 'photography_as_art.php'],
		['Creative Process', 'creative_process_and_technical_info.php'],
		['Limited Editions', 'limitededition.php'],
		['Large Formats', 'largeformat.php'],
		['Canvas Prints', 'dynamicpage.php?linkpage=canvas'],
		['Site Map', 'sitemap.php']
		
	],
	['LOCATION', 'gallery.php', {'sb':'Gallery location'}],
	['PRODUCTS', 'products.php', {'sb':'Products'},
		['Kimberley Tour', 'k20-kimb-cruise.php'],
		['Book - The Real Australia', 'book-real-aust.php'],
		['Course - Perfect Panoramas', 'photocourse.php'],
		['Corporate', 'products.php'],
		['Free Stuff', 'freestuff.php'],
		['Wedding Registry', 'wedding_registry.php']
	],
	['FAQ', 'faq.php', {'sb':'Fequently Asked Questions'}],
	['CONTACT', 'contactus.php', {'sb':'Contact'}]
];
