/*
  --- 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 = [
	['<br>Home', 'index.htm'],
	
	['<br>About Us',null, null,
		['Our Team', 'ourteam.htm'],
		['Contact Us', 'contact.cfm'],
	],
	['<br>Members Only', null, null,
	 	['Log In', 'membersonly.cfm'],
	 	['Benefits', 'memberbenefits.cfm'],
		['Members Home Page', 'members/_membershome.cfm'],
/* 3/14/07- take down per Lou
		['Camp Critics', 'http://localhost/aht-new2/members/campcritics.cfm'],
		['Win FREE Trips', 'http://localhost/aht-new2/members/drawing.cfm'],
		['Upload Member Photos', 'http://localhost/aht-new2/members/uploadPhotos-DBInfo.cfm'],
		['DNR Resources', 'http://localhost/aht-new2/members/FishNGameDepts.cfm'],	
		['Approved Outfitters', 'http://localhost/aht-new2/members/hotspots.cfm'],	
		['Forum', 'http://localhost/aht-new2/membersonly.cfm'],	
		['Submit Free Classified Ads', 'http://localhost/aht-new2/membersonly.cfm'],	
		['Sanctioned Fishing Charters', 'http://localhost/aht-new2/members/fishtrips.cfm'],			
*/
],
	['Photo <br>Galleries', null, null,
		['Team Photos', 'galleryintro.htm'],
		['Member Photos', 'memPhotos.cfm'],
		['Antique Hunting Photos', 'antiquehuntingphotos.htm'],
	],
	
	['Approved<br>Outfitters', 'hotspots.cfm'],
	
	['Hunting Gear <br>&amp; Services', null, null,
		['Store', 'store.cfm'],
		['Classified Ads', 'classifieds.cfm'],
/* 3/14/07- remove per Lou
		['Recommended Gear', 'http://localhost/aht-new2/recommgear.htm'],
		['Recommended Services', 'http://localhost/aht-new2/recommsvcs.htm'],	*/
],
		['Outfitter/Retailer<br> Corner', null, null,
		['Register here!', 'outfitterbenefits.cfm'],
/*		['Outfitter/<br>Retailer Form', 'ORForms.cfm'], */

],

	['<br>Links', null, null,
	 	['Sponsors', 'sponsors.htm'],
		['Organizations', 'organizations.htm'],
/*	 	['Endorsed Associations', 'http://localhost/aht-new2/endorsedAssns.htm'],		 */
	],
];

<!--- 	Camp Critics: Description, Current Review, Archived Reviews, Hot Spots --->
<!-- IDEAS FOR THE FUTURE -->
<!-- UNDER MISC.-->
<!--	['Whats New', null, null,  -->
<!--		['We have moved...', '#'],  -->
<!--		['Technical Updates', '#'],  -->
<!--	], -->
<!-- UNDER CONTACT US.-->
<!-- 	 	['Contact Us', '#'],	-->
<!--		['Employment', '#'], -->