/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Portraiture', '/portraitphotographer/index.htm', {'tw':'_self'}],
	['Weddings', '/sydneyweddingphotographers/index.htm', {'tw':'_self','sb':'Award winning Wedding Photography'},
		['Photography', '/sydneyweddingphotographers/index.htm', {'tw':'_self','sb':'Award winning Wedding Photography.'}],
		['Video', '/sydneyweddingvideo/index.htm', {'tw':'_self','sb':'Wedding Videos'}],
		['Packages', '/sydneyweddingphotographers/weddingpackages.htm', {'tw':'_self','sb':'Pricing'}]
	],
	['Galleries', '/weddingphotos/index.htm', {'tw':'_self'},
		['Weddings', '/weddingphotos/index.htm', {'tw':'_self'}],
		['Portraits', '/portraitphotos/index.htm', {'tw':'_self'}]
	],
	['Contact Us', '/contactus/index.htm', {'tw':'_self'}],
	['Home', '/index.htm', {'tw':'_self'}]
];

