/*
  --- 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.htm', {'tw' : '_top'}],
	
	['Places of Interest', 'places.html', {'tw' : '_top'}],
	
	['Useful Links', null, null,
		['On the Water', null, null,
		  ['River Rat Rob', 'http://www.riverratrob.com/', {'tw' : '_blank'}],
		],
		['Real Estate Sites', null, null,
		  ['Don Stern Real Estate', 'http://www.donandalishastern.com/', {'tw' : '_blank'}],
		  ['Live Ascension', 'http://www.liveascension.com/', {'tw' : '_blank'}],
		  ['The Home Vendor', 'http://www.thehomevendor.com', {'tw' : '_blank'}],
		  ['Real Estate Blog', 'http://www.thehomevendor.com/blog', {'tw' : '_blank'}],
		  ['Pelican Point Homes', 'http://www.pelicanpointhomes.net', {'tw' : '_blank'}],
		],
		['Rental Property', 'http://www.thunderbayourentals.com/', {'tw' : '_blank'}],
		['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'}],
	],
	['Real Estate Info', null, null,
	  ['Request Market Analysis', 'RequestCMA.php', {'tw' : '_top'}],
	  ['Request Appointment', 'RequestAppointment.php', {'tw' : '_top'}],
	  ['Download Brochure', 'Brochure.pdf', {'tw' : '_blank'}],
	],
	['Download Brochure', 'Brochure.pdf', {'tw' : '_blank'}],
	['Contact Us', 'contact.html', {'tw' : '_top'}],
];

