/*
  --- 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'}],
	['For Sale', null, null,
		['Homes For Sale', 'http://mls.gbrar.com/property_search_results.asp?gateway_la_code=B10811&SavedSearchID=80676' , {'tw' : 'content'}],
		['Lots For Sale', 'http://mls.gbrar.com/property_search_results.asp?gateway_la_code=B10811&SavedSearchID=93204' , {'tw' : 'content'}],
		['Featured Homes', 'homesforsale.php', {'tw' : '_blank'}],
	],
	['Homeowners Assoc.', 'http://www.pelicanpointgc-hoa.org', {'tw' : '_blank'}],
	['Contact Us', null, null,
		['Submissions', 'submit.htm'],
		['Contact Info','contact.htm'],
	],
	 ['Useful Links', null, null,
		['Government Sites', null, null,
		  ['Ascension Parish', 'http://www.ascensionparish.net/', {'tw' : 'content'}],
		  ['City of Gonzales','http://www.gonzalesla.com', {'tw' : 'content'}],
		  ['State of Louisiana', 'http://www.state.la.us', {'tw' : 'content'}],
		  ['Federal Statistics','http://www.fedstats.gov', {'tw' : 'content'}],
		  ['HUD', 'http://www.hud.gov', {'tw' : 'content'}],
		  ['IRS', 'http://www.irs.gov', {'tw' : 'content'}],
		],
		['Ascension Chamber', 'http://www.ascensionchamber.com', {'tw' : 'content'}],
		['Weather Channel', 'http://www.weather.com/outlook/recreation/outdoors/local/70737', {'tw' : 'content'}],
	],
	['Tour', 'http://www.visualtour.com/shownp.asp?T=930784', {'tw' : 'content'}],
];

