/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self'}],
	['Streets', null, null,
		['the park', 'thepark.html'],
		//['the park hunter plus', 'park.html'],
		['giraffe', 'giraffe.html', {'tw':'_self'}],
		['Gravevault', 'gravevault.html', {'tw':'_self'}],
		['Dynamite Brothers Syndicate', 'dbs.html', {'tw':'_self'}],
		['Reebok', 'reebok.html', {'tw':'_self'}]
	],
	['Shop', 'shopping.html', {'tw':'_self'}],
	['Blog', 'http://cgi.thepark.jp/tboard/tboard006.cgi', {'tw':'_self'}],
	['Contact', 'contact.html', {'tw':'_self'}]
];


