/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', 'index.shtml', {'tw' : '_top'}],
	['About us', null, null,
		['Background', 'background.php'],
		['Coldwell Banker', 'coldwellbanker.php'],
		['Contact', 'contact.php'],
		['Privacy Policy', 'privacy.php']
	],
	['Buyers', null, null,
		['Search Our Listings', 'searchscreen.php?stype=agent'],
		['Search All Homes', 'searchscreen.php?stype=MLS'],
		['Pre-qualify', 'PreQualify.php'],
		['Why us', 'WhyUs.php'],
		['Request Appointment', 'RequestAppointment.php'],
		['Pelican Point Homes', 'http://www.pelicanpointhomes.net/', {'tw' : '_blank'}],
		['FREE Buyer Information', 'InformationCenter.php?itype=buyer'],
		['Homebuilding Info', 'newconstruction.php']
	],
	['Sellers', null, null,
		['Why list with us', 'WhyList.php'],
		['Free in-home value assessment', 'ValueAssess.php'],
		['8 Big-time Mistakes', 'mistakes.php'],
		['Sellers Q&A', 'SellerQnA.php'],
		['Selling Tips', 'SellingTips.php'],
		['Request a free CMA', 'RequestCMA.php'],
		['FREE Seller Information', 'InformationCenter.php?itype=seller']
	],
	['Partners', null, null,   
		['Builders', null, null,
					 ['Elite Homebuilders LLC', 'EliteHomebuilders.php'],
		],
		['Lenders', null, null,
			['Coldwell Banker Mortgage', 'http://www.netmovein.com/home/landscape?cid=93521&agid=696662', {'tw' : '_blank'}],
		],
	],
	['Tools', null, null,
		['Mortgage Calculator', 'MortgageCalculator.php'],
		['Calendar', 'calendar.php'],
	],
	['News', null, null,
		['My ActiveRain Blog','general.php?ipage=http://activerain.com/blogs/donstern'],
		['News for Home Buyers and Sellers', 'general.php?ipage=http://www.inman.com/rss/IMRSS2_Consumer.xml'],
		['Industry News', 'general.php?ipage=http://www.inman.com/rss/IMRSS2_Residential.xml'],
		['WSJ Real Estate News', 'general.php?ipage=http://feeds.realestatejournal.com/wsj/realestate_journal?format=xml#'],
	],
	['Useful Links', null, null,
		['Government Sites', null, null,
		  ['Ascension Parish', 'http://www.ascensionparish.net/', {'tw' : '_blank'}],
		  ['City of Gonzales','http://www.gonzalesla.com', {'tw' : '_blank'}],
		  ['EBR Parish','http://brgov.com', {'tw' : '_blank'}],
		  ['Livingston Parish', 'http://www.lapage.com/parishes/livin.htm', {'tw' : '_blank'}],
		  ['State of Louisiana', 'http://www.state.la.us', {'tw' : '_blank'}],
		  ['Federal Statistics','http://www.fedstats.gov', {'tw' : '_blank'}],
		  ['HUD', 'http://www.hud.gov', {'tw' : '_blank'}],
		  ['IRS', 'http://www.irs.gov', {'tw' : '_blank'}],
		],
		['Chambers of Commerce', null, null,
		  ['Ascension Chamber', 'http://www.ascensionchamber.com', {'tw' : '_blank'}],
		  ['Baton Rouge Chamber', 'http://www.brchamber.org', {'tw' : '_blank'}],
		  ['Denham Springs Chamber', 'http://www.denhamspringschamber.com', {'tw' : '_blank'}],
		],
		['Weather Channel', 'http://www.w3.weather.com/weather/local/70769', {'tw' : '_blank'}],
	],
];

