/*

  --- 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', null, null,

		['Main Page','index.html']

		
	],

	['ARES / RACES', null, null,
		['Overview','oview.html'],
		['Information','http://www.arrl.org/FandES/field/PSCM/sec1-ch1.htm'],
		['Member Resources','resources.htm'],
		['Join', null, null,
			['Registration Forms', null, null,
				['PDF','http://www.arrl.org/FandES/field/forms/fsd98.pdf'],
				['Word','http://www.arrl.org/FandES/field/forms/fsd156.doc'],
	
	]				
 	
 	],
 	
 	


	],

	['Links', null, null,

		['Emergency Radio', null, null,
			['Clark County EMA', 'http://www.clarkcounty911.com/ema'],
			['Clark Co. 911','http://www.clarkcounty911.com'],
			['NIMS Training', 'http://www.training.fema.gov/IS/NIMS.asp'],
			['Indiana DHS','http://www.in.gov/dhs/index.htm'],]
			
			
	],		

		['Satellites', null, null,
			['AMSAT', 'http://www.amsat.org']
				
	],

	
	['Events', null, null,
		['Disaster Drills', null, null,
			['Muscatatuck District 9', 'tuck/album/index.html'],
			['Clark County IN', 'ccdrill.htm']
	],
			
		['ARES NET','net.html']
			
	],

	
	['HAM Radio', null, null,

		['License Information', 'http://www.hello-radio.org/doityourself.html'],
		['FCC', 'http://www.fcc.gov'],
		['Clark Co. ARC','http://www.qsl.net/w9wwi'],
		['ARRL', 'http://www.arrl.org'],
		['QRZ', 'http://www.qrz.com']
],
	['Email', null, null,

		['N9TV - ARES EC', 'mailto:n9tv@arrl.net'],

		['N9VQ - Webmaster', 'mailto:webmaster@n9vq.net']

		
],

];



