// menu_items.js file  
// comments block here

var MENU_ITEMS =[
	["Home", 'index.htm',null,
	],
	["Board", null,null,
		["Executive Board", 'b_executive.shtml',null],
		["Committee Chairs", 'b_committee.shtml',null],
		["Bylaws", 'b_bylaws.shtml',null],
		["District Reps", 'b_district.shtml',null],
		["Committee Reports",'b_reports.shtml',null]
	],
	["Districts", null,null,
		["Find Your District", 'd_find.shtml',null],
		["Broward", 'd_broward.shtml',null],
		["Central Fl", 'd_central.shtml',null],
		["Dade", 'd_dade.shtml',null],
		["Heartland", 'd_heartland.shtml',null],
		["Jacksonville", 'd_jacksonville.shtml',null],
		["N Central Fl", 'd_ncentral.shtml',null],
		["Palm Beach", 'd_palmbeach.shtml',null],
		["Pinellas", 'd_pinellas.shtml',null],
		["Speedcoast", 'd_speedcoast.shtml',null],
		["Suncoast", 'd_suncoast.shtml',null],
		["Tri-County", 'd_tridpan.shtml',null]

	],	
	["Calendar", 'calendar.shtml',null,
	],
	["Education", null,null,
		["State Seminars", 'e_state.shtml',''],
		["District Workshops", 'e_district.shtml',''],
		["Conference Brochure", 'e_brochure.shtml',null],
		["Airway", 'e_airway.shtml',null],
		["Online Contact Hour", 'e_contacthour.shtml',null],
		["McKechnie Grant", 'e_grant.shtml',null]
	],
	["Awards", null,null,
			["District of the Year", 'a_district.shtml',null],
			["Outstanding Clinical Practice", 'a_outstanding.shtml',null],
			["Outstanding Achievement", 'a_achievement.shtml',null],
			["Award Applications", 'a_applications.shtml',null],
			["President's Award", 'a_presidents.shtml',null],
			["Newly Certified CPAN/CAPA", 'new_cpancapa.htm',null]
	],
	["Links", 'links.shtml',null,
	],
	["Contact Us", 'contact.shtml',null,
	],
];
