/*
  --- 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 = [
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home', '/default.asp', null,],
	['General Information', '/geninfo.asp', null,
		['Purpose', '/hunt1.asp'],
		['Legal Notice', '/hunt2.asp'],
		['Lease Information', '/leases.asp'],
		['Submitting An Offer', '/instruction.asp'],
		['Do You Want to Join a Lease?', '/aspfiles/LseInfo_MSLGet.ASP'],
	],
	['Available Leases', null, null,
		['Alabama', '/alabama.asp', null,
			['Lease Policy', '/cpt_policy.asp'],
			['&nbsp;&nbsp;and Procedures', '/cpt_policy.asp'],
			['Club Bylaws Sample', '/bylaws.asp'],
		],
		['Arkansas', '/arkansas.asp', null,
			['Club Bylaws Sample', '/bylaws.asp'],
		],
		['Georgia', '/georgia.asp', null,
			['Lease Policy', '/cpt_policy.asp'],
			['&nbsp;&nbsp;and Procedures', '/cpt_policy.asp'],
			['Club Bylaws Sample', '/bylaws.asp'],
		],
		['Lousiana', '/louisiana.asp', null,
			['Lease Policy', '/cpt_policy.asp'],
			['&nbsp;&nbsp;and Procedures', '/cpt_policy.asp'],
			['Club Bylaws Sample', '/bylaws.asp'],
		],
		['Mississippi', '/mississippi.asp', null,
			['Club Bylaws Sample', '/bylaws.asp'],
		],
		['North Carolina', '/northcarolina.asp', null,
			['Club Bylaws Sample', '/bylaws.asp'],
		],
		['Oklahoma', '/oklahoma.asp', null,
			['Club Bylaws Sample', '/bylaws.asp'],
		],
		['South Carolina', '/southcarolina.asp', null,
			['Club Bylaws Sample', '/bylaws.asp'],
		],
		['Tennessee', '/tennessee.asp', null,
			['Club Bylaws Sample', '/bylaws.asp'],
		],
		['Texas', '/texas.asp', null,
			['Lease Policy', '/cpt_policy.asp'],
			['&nbsp;&nbsp;and Procedures', '/cpt_policy.asp'],
			['Club Bylaws Sample', '/bylaws.asp'],
		],
		/* Disabling.  Bulletinboard didn't come over from TIN.
		
		['Bragging Rights', '/bulletinboard', null 
		]
		*/
	],
	['Existing Leases', '/aspLLSExist/login.asp', null,
	],
	['Help', null, null,
		['FAQs', '/faq.asp'],
		['Site Map', '/sitemap.asp'],
	],
];

