// use second property item as linking url
var MENU_ITEMS = [
	[wrap_blue('Home'), 'index.htm', null],
	[wrap_blue('About Sue'), 'sue.htm', null],
	//[wrap_red('815 MacOdrum Condos'), null, null,
		//[wrap_red('Exterior Photo'),  "condo/815MacOdrum-exterior.pdf", {'tw' : '_blank'}],
		//[wrap_red('Floor Plans'), null, null,
			//[wrap_red('The Laurier'), "condo/floorplans/laurier.pdf", {'tw' : '_blank'}],
			//[wrap_red('The Stewart'), "condo/floorplans/stewart.pdf", {'tw' : '_blank'}],
			//[wrap_red('The Parkedale'), "condo/floorplans/parkedale.pdf", {'tw' : '_blank'}],
			//[wrap_red('The Kensington'), "condo/floorplans/kensington.pdf", {'tw' : '_blank'}],
			//[wrap_red('The Kyle'), "condo/floorplans/kyle.pdf", {'tw' : '_blank'}]
		//],
		//[wrap_red('Investment Proposal'), "condo/815MacOdrum-investmentproposal.pdf", {'tw' : '_blank'}],
		//[wrap_red('Financial Projections'),"condo/815MacOdrum-financialprojections.xls", {'tw' : '_blank'}],
		//[wrap_red('Pricing'), "condo/815MacOdrum-pricelist.pdf", {'tw' : '_blank'}]
	//],
	[wrap_blue('Featured Listings'), 'listings.asp', null],
	[wrap_blue('Agent Referrals'), 'http://www.referraltriangle.com',  {'tw' : '_blank'}],
	[wrap_blue('Search MLS Listings'), 'mls-listings.htm',  {'tw' : '_blank'}],
	[wrap_blue('Why RE/MAX?'), null, null,
		   [wrap_blue('Quality Service'), 'whyremax-service.htm', null],
		   [wrap_blue('Competitive Advantage'), 'whyremax-competitive.htm', null],
		   [wrap_blue('Market Presence'), 'whyremax-presence.htm', null],
		   [wrap_blue('Leveraging Technology'), 'whyremax-tech.htm', null],
		   [wrap_blue('In the Community'), 'whyremax-community.htm', null]
	],
	[wrap_blue('Buyer Resources'), 'buyers.htm', null],
	[wrap_blue('Seller Resources'), 'sellers.htm', null],
	[wrap_blue('Area Profile'), 'brockville.htm', null],
	[wrap_blue('Mortgage Rates'), 'http://www.rbcroyalbank.com/RBC:Qm-X3Y71A8YAAmmgT7k/products/mortgages/view_rates.html',  {'tw' : '_blank'}],
	[wrap_blue('Mortgage Calculator'), 'https://www.rbcroyalbank.com/cgi-bin/mortgage/mortcalc.pl',  {'tw' : '_blank'}],
	[wrap_blue('Links'), 'links.htm', null],
	[wrap_blue('Site Map'), 'site-map.htm', null],
	[wrap_blue('Contact'), 'contact.htm', null],
]; 


function wrap_red(text) {
	return '<table cellpadding="0" cellspacing="0" style="width: 158px; height: 24px; margin-left-7px; padding:0px; background-image:url(../images/nav_bg_red.gif);"><tr><td style="padding-left:7px;">'+ text +'</td></tr></table>';
}


function wrap_blue(text) {
	return '<table cellpadding="0" cellspacing="0" style="width: 158px; height: 24px; margin-left-7px; padding:0px; background-image:url(../images/nav_bg.gif);"><tr><td style="padding-left:7px;">'+ text +'</td></tr></table>';
}
