/* --- menu items --- */
var MENU_ITEMS = [
	['Main', null,
		['10-19 Home', 'index.php'],
		['Lodge Officers', 'lodge_officers.php'],
		['Calendar of Events', 'calendar.php'],
		['Sickness, Distress & Death', 'sickness_distress.php'],
		['Other News', 'other_news.php'],
		['Coors Rumors', 'coors.php'],
		['Event Photos', 'photos.php'],
		['Newsletters', 'newsletters.php'],
		['Members Area', 'members_area.php']
	],
	['Other Webs', null,
		['PSTA Home Page', 'http://www.psta.org/'],
		['PA State Police Home Page', 'http://www.pema.state.pa.us/PA_Exec/State_Police/'],
		['FOP Headquarters', 'http://www.pafop.org/'],
		['Commonwealth of PA Home', 'http://www.state.pa.us/'],
		['PA Legislative Web', 'http://www.legis.state.pa.us/'],
		['PA State Police Historical', 'http://www.psp-hemc.org/'],
		['PA-Weather', 'http://www.weather.com/weather/local/15301'],
	],
	['Administration', null,
		['Admin Options', 'admin.php',
			['Ticker Administration', 'change_message.php'],
			['Calander Administration', 'change_calendar.php?type=Add'],
		],
	],
];

