/*
  --- 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 = [
	['Aero Club', 'http://www.bealeservices.com/aeroclub/index.htm', null, 
	],
	['Arts & Crafts Ctr', 'http://www.bealeservices.com/artscrafts/index.htm', null,
	],
	['Auto Hobby Ctr', 'http://www.bealeservices.com/autohobby/index.htm', null,
	],
	['Bowling', 'http://www.bealeservices.com/bealelanes/index.htm', null,
		['Beale Lanes', 'http://www.bealeservices.com/bealelanes/index.htm'],
	    ['Spare Time Grill', 'http://www.bealeservices.com/sparetimegrill/index.htm'],
	],
	['Child Care', 'http://www.bealeservices.com/childcare.htm', null,
		['Child Development', 'http://www.bealeservices.com/cdc/index.htm'],
	    ['Family Child Care', 'http://www.bealeservices.com/fcc/index.htm'],
	],
	['Community Ctr', 'http://www.bealeservices.com/community/index.htm', null,
	],
	['Corporate Sponsors', 'http://www.bealeservices.com/sponsors/index.htm', null,
	],
	['Dining & Club', 'http://www.bealeservices.com/dining.htm', null,
		['Recce Point Club', 'http://www.bealeservices.com/reccepointclub/index.htm'],
	    ['Coyote Pub & Grill', 'http://www.bealeservices.com/coyotepub/index.htm'],
		['Contrails Inn', 'http://www.bealeservices.com/contrails/index.htm'],
		['Ramoneda Dining', 'http://www.bealeservices.com/flightlinedining/index.htm'],
		['Spare Time Grill', 'http://www.bealeservices.com/sparetimegrill/index.htm'],
	],
	['Fitness', 'http://www.bealeservices.com/harrisfitness/index.htm', null,
		['Harris Fitness Ctr', 'http://www.bealeservices.com/harrisfitness/index.htm'],
	   ],
	['Golf', 'http://www.bealeservices.com/coyoterungolf/index.htm', null,
		['Coyote Run Golf', 'http://www.bealeservices.com/coyoterungolf/index.htm'],
	   ],
	['Honor Guard', 'http://www.bealeservices.com/honorguard/index.htm', null,
	],
	['Human Resources', 'http://www.bealeservices.com/humanresources/index.htm', null,
	],
	['Library', 'http://www.bealeservices.com/hubzemke/index.htm', null,
		['Hub Zemke Library', 'http://www.bealeservices.com/hubzemke/index.htm'],
	   ],
	['Lodging/Camping', 'http://www.bealeservices.com/goldcountryinn/index.htm', null,
		['Gold Country Inn', 'http://www.bealeservices.com/goldcountryinn/index.htm'],
	    ['FamCamp', 'http://www.bealeservices.com/famcamp/index.htm'],
		],
	['Marketing', 'http://www.bealeservices.com/marketing/index.htm', null,
	],
	['Outdoor Adventure', 'http://www.bealeservices.com/oac/index.htm', null,
	],
	['Private Orgs', 'http://www.bealeservices.com/privateorgs/index.htm', null,
	],
	['Rod n Gun Club', 'http://www.bealeservices.com/rodngun/index.htm', null,
	],
	['Tickets & Travel', 'http://www.bealeservices.com/itt/index.htm', null,
		['ITT', 'http://www.bealeservices.com/itt/index.htm'],
	    ['Outdoor Adventure Ctr', 'http://www.bealeservices.com/oac/index.htm'],
		],
	['Youth Programs', 'http://www.bealeservices.com/youthcenter/index.htm', null,
		['Youth Center', 'http://www.bealeservices.com/youthcenter/index.htm'],
		['Youth Sports', 'http://www.bealeservices.com/youthsports/index.htm'],
	],
	['Veterinary Clinic', 'http://www.bealeservices.com/vetclinic/index.htm', null,
	],
	
	
	];

