﻿/*
  --- 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', 'index.htm'],
	['Weddings', 'weddings.htm', null,
		['Coverage', 'weddingprice.htm', null],
		['Print Packages', 'weddingprintprice.htm', null],
		['Sample Galleries', null, null,
			['Gallery 1', 'gallery.php?gal=wedding1&gtype=na',null],
			['Gallery 2', 'gallery.php?gal=wedding2&gtype=na',null],
			['Gallery 3', 'gallery.php?gal=wedding3&gtype=na',null],
			['Gallery 4', 'gallery.php?gal=wedding4&gtype=na',null],
			['Gallery 5', 'gallery.php?gal=wedding5&gtype=na',null],
		],
		['Recent Weddings', null, null,
			['Derek & Eileen', 'wedding20060625derekeileen/weddinggallery.php'],
			['Colin & Tara', 'wedding20060827colintara/weddinggallery.php'],
			['Andrew & Liz', 'wedding20070421andrewliz/weddinggallery.php?gtype=ev'],
			['Ben & Katie', 'wedding20070519benkatie/weddinggallery.php?gtype=ev'],
			['Craig & Ellie', 'wedding20070707craigellie/weddinggallery.php?gtype=ev', null,
				['Pre Wedding Shoot', 'wedding20070707craigelliepre/weddinggallery.php?gtype=ev'],
			],
			['Andy & Sharon', 'wedding20070901andysharon/weddinggallery.php?gal=p1&gtype=ev'],
			['Stephen & Kirsty', 'wedding20070922stephenkirsty/weddinggallery.php?gal=p1&gtype=ev'],
			['Stuart & Ruth', 'wedding20080301stuartruth/weddinggallery.php?gal=p1&gtype=ev'],
			['Gary & Marie', 'wedding20080725garymarie/weddinggallery.php?gal=p1&gtype=ev'],
			['Matthew & Emma', 'wedding20080802ME/weddinggallery.php?gal=p1&gtype=ev'],
			['Stuart & Lucinda', 'wedding20080906SL/weddinggallery.php?gal=p1&gtype=ev'],
			['David And Linzi','wedding20080912LD/weddinggallery.php?gal=p1&gtype=ev', null,
				['Pre Wedding Shoot', 'wedding20080912LD/weddinggallery.php?gal=20080912LDP&gtype=port'],
			],
			['Ronnie & Louise', 'wedding20081024RL/weddinggallery.php?gal=p1&gtype=ev'],
			['Graham & Sarah', 'wedding20081030GS/weddinggallery.php?gal=p1&gtype=ev'],
			['Kelly & Peter', 'wedding20090530KP/weddinggallery.php?gal=p1&gtype=ev'],
			['Simone & Ben', 'wedding20090704SB/weddinggallery.php?gal=p1&gtype=ev'],
			['Leanne & Stewart', 'wedding20090718LS/weddinggallery.php?gal=p1&gtype=ev'],
			['Laura & Danny', 'wedding20090807LD/weddinggallery.php?gal=p1&gtype=ev'],
			['Katy & Russell', 'wedding20090822KR/weddinggallery.php?gal=p1&gtype=ev'],
			['Anna & Lee', 'wedding20090926AL/weddinggallery.php?gal=p1&gtype=ev'],
		],
	],
	['Portraits', 'portraits.htm', null,
		['Sittings & Prices', 'portraitprice.htm', null],
		['Sample Galleries', null, null,
			['Gallery 1', 'gallery.php?gal=portrait1&gtype=na',null],
			['Gallery 2', 'gallery.php?gal=portrait2&gtype=na',null],
			['Gallery 3', 'gallery.php?gal=portrait3&gtype=na',null],
			['Gallery 4', 'gallery.php?gal=portrait4&gtype=na',null],
		],
	],
	['Event Photography', 'events.htm', null,
		['Cancer Care Starwalk', 'starwalk09.htm', null],
		['Cross Bay 2009', 'xbay09.htm', null],
		['Santa Dash 2009', 'santadash09.htm', null],
		['Animal Care 2009', null, null,
			['Gallery 1', 'gallery.php?gal=20090627AC1&gtype=ev',null],
			['Gallery 2', 'gallery.php?gal=20090627AC2&gtype=ev',null],
		],
	],
	['Commercial Services', 'commercial.htm', null,
		['Product Photography', 'products.htm', null],
		['Stock Photography', 'stock.htm', null],
	],
	['More info', null, null,
		['Contact us', 'contact.htm', null],
		['Purchase gift vouchers', 'giftvoucher.htm', null],	
	],
];

