/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':'','sw':'90'}],
	['About Us', '/aboutus.html', {'tw':'_self','tt':'','sw':'100'}],
/*	['1% Cash Back!', '/cashback-toplevel.html', {'tw':'_self','tt':'','sw':'130'}], */
	['Common Questions', 'faq.html', {'tw':'_self','tt':'','sw':'176'}],
/*	['For Sale<br>By Owner', 'fsbo.html', {'tw':'_self','tt':'','sw':'137'}], */
	['Types of Agents', 'agents.html', {'tw':'_self','tt':'','sw':'160'}],
	['Exclusive Buyer Representation', 'ebr.html', {'tw':'_self','tt':'','sw':'255'}],
/*		['What is Exclusive Buyer Representation?', '/ebr.html', {'tw':'_self','tt':''}],*/
/*	['How We Get Paid', '/paid.html', {'tw':'_self','tt':'','sw':'143'}], */
	['Press', '/press.html', {'tw':'_self','tt':'','sw':'89'}],
/*	['Links', 'links.html', {'tw':'_self','tt':''}], */
	['Contact Us', '/contactus.html', {'tw':'_self','tt':'','sw':'110'}],
];

