/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Weddings', 'http://adphotography.com.au/weddings.htm', {'tw':'_self','sb':'Award winning Wedding Photography'},
		['Overview', 'http://adphotography.com.au/weddings.htm', {'tw':'_self','sb':'Award winning Wedding Photography.'}],
		['Sample Albums', null, null,
			['Sample 1', 'http://adphotography.com.au/weddingalbum/sample1/index.htm', {'tw':'_self'}],
			['Sample 2', 'http://adphotography.com.au/weddingalbum/sample2/index.htm', {'tw':'_self'}],
			['Sample 3', 'http://adphotography.com.au/weddingalbum/sample3/index.htm', {'tw':'_self'}]
		],
		['Galleries', 'http://adphotography.com.au/weddingphotos/index.htm', {'tw':'_self','sb':'Photo Gallery'}],
		['Packages', 'http://adphotography.com.au/weddingphotographer.htm', {'tw':'_self','sb':'Pricing'}]
	],
	['Commercial', 'http://adphotography.com.au/commercial.htm', {'tw':'_self','sb':'Leading Commercial Phtographer.'},
		['Overview', 'http://adphotography.com.au/commercial.htm'],
		['Portfolio', 'http://adphotography.com.au/commercial/advertising/index.htm', {'tw':'_self'}]
	],
	['Portraiture', 'http://adphotography.com.au/portraiture.htm', {'tw':'_self'},
		['Overview', 'http://adphotography.com.au/portraiture.htm', {'tw':'_self','sb':'Amazing portrait photography.'}],
		['Gallery', 'http://adphotography.com.au/portraitphotographer/index.htm', {'tw':'_self','sb':'Photo Gallery'}]
	],
	['Galleries', 'http://adphotography.com.au/weddingphotos/index.htm', {'tw':'_self'},
		['Commercial', 'http://adphotography.com.au/commercial/advertising/index.htm', {'tw':'_self'},
			['Real Estate', 'http://adphotography.com.au/commercial/realestate/index.htm', {'tw':'_self'}],
			['Advertising', 'http://adphotography.com.au/commercial/advertising/index.htm', {'tw':'_self'}]
		],
		['Weddings', 'http://adphotography.com.au/weddingphotos/index.htm', {'tw':'_self'}],
                ['Fashion', 'http://adphotography.com.au/gallery/fashion/index.html', {'tw':'_self'}],
		['Portraits', 'http://adphotography.com.au/portraitphotographer/index.htm', {'tw':'_self'}],
                ['For Your Wall', 'http://adphotography.com.au/gallery/digitalart/index.html', {'tw':'_self'}]
	],
	['About Us', '/contactus.htm', {'tw':'_self'},
		['Contact Us', 'http://adphotography.com.au/contactus.htm', {'tw':'_self','sb':'Send us a message'}],
		['Publications', 'http://adphotography.com.au/gallery/publications/index.html', {'tw':'_self'}]
	],
	['Home', 'http://adphotography.com.au/index.htm', {'tw':'_self'}]
];

