/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Syndicate', null, null,
		['Contact', 'http://www.shashinka-ichiban.com/contact.html', {'tw':'_self'}],
		['About', 'http://www.shashinka-ichiban.com/about.html', {'tw':'_self'}]
	],
	['Blogs', null, null,
		['Site Blog', 'http://www.shashinka-ichiban.com/blog.html', {'tw':'_self'}],
		['Photo Blog', 'http://shashinka_ichiban.myfotojournal.com/', {'tw':'_self'}]
	],
	['Press', null, null,
		['Wire Service', 'http://www.shashinka-ichiban.com/photojournalism.html', {'tw':'_self'}],
		['Newspaper', 'http://www.shashinka-ichiban.com/news/', {'tw':'_self'}]
	],
	['Photojournalism', null, null,
		['Vietnam: Revisited', 'http://www.shashinka-ichiban.com/nam/', {'tw':'_self'}],
		['Anti-War Rally', 'http://www.shashinka-ichiban.com/rally/', {'tw':'_self'}],
		['US Military', 'http://shashinka-ichiban.com/military/', {'tw':'_self'}]
	]
];
