/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self','tt':'','sw':'100'}],
	['Products', '', {'tw':'_self','tt':'','sw':'120'},
		['Note Cards', 'notecards.html', {'tw':'_self','tt':'','sw':'110'}],
		['Portraits', 'portraits.html', {'tw':'_self','tt':'','sw':'100'}],	
		['Note Pads', 'notepads.html', {'tw':'_self','tt':'','sw':'110'}],
		['Clothing & Mouse Pads', 'other.html', {'tw':'_self','tt':'','sw':'220'}]
	],
	['Before You Order...', 'beforeordering.html', {'tw':'_self','tt':'','sw':'180'}],
	['Buy Now!', 'placeorder.html', {'tw':'_self','tt':'','sw':'120'}],
	['Contact Us', 'contactus.html', {'tw':'_self','tt':'','sw':'130'}],
	['Links', 'links.html', {'tw':'_self','tt':'','sw':'110'}],
];


