/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self','tt':'','sw':'225'}],
	['Pricing', '', {'tw':'_self','tt':'','sw':'225'},
		['Price List', 'PriceList-2010-11.pdf', {'tw':'_blank','tt':'','sw':'300'}],
/*		['Request a Quote', 'quote.html', {'tw':'_self','tt':'','sw':'300'}] */
	],	
	['Pet Treats', 'treats.html', {'tw':'_self','tt':'','sw':'225'}],
	['Links', 'links.html', {'tw':'_self','tt':'','sw':'225'}],
/*	['Contact Us', 'contactus.html', {'tw':'_self','tt':'','sw':'300'}], */
];


