/*
  --- 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', '/rec-use/default.asp', null,],
	['General Information', '/rec-use/geninfo.asp', null,
		['Purpose', '/rec-use/hunt1.asp'],
		['Legal Notice', '/rec-use/hunt2.asp'],
		['License Information', '/rec-use/leases.asp'],
		['Recreational Use Policies', '/rec-use/Policy.asp'],
		['Important Dates', '/rec-use/Policy.asp#Important Dates'],
		['Submitting An Offer', '/rec-use/instruction.asp'],
		['Join a License?', '/rec-use/aspfiles/LseInfo_MSLGet.ASP'],
	],
	['Available Licenses', null, null,
		['Alabama', '/rec-use/alabama.asp', null,
		['Recreational Use Policies', '/rec-use/Policy.asp'],
			['Club Bylaws Sample', '/rec-use/bylaws.asp'],
		],
		['Georgia', '/rec-use/georgia.asp', null,
		['Recreational Use Policies', '/rec-use/Policy.asp'],
			['Club Bylaws Sample', '/rec-use/bylaws.asp'],
		],
	],
	['Existing Licenses', '/rec-use/aspLLSExist/login.asp', null,
	],
	['Help', null, null,
		['FAQs', '/rec-use/faq.asp'],
		['Site Map', '/rec-use/sitemap.asp'],
	],
];

