/*
  --- 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_ITEMS1 = [
	['Home','http://www.osusae.org/index.php'],
];

var MENU_ITEMS2 = [
	['About Us','http://www.osusae.org/about_us.php', null,
		['About Oklahoma Mu','http://www.osusae.org/about_us.php'],
		['Rush SAE!','http://www.osusae.org/rush.php'],
	],
];

var MENU_ITEMS3 = [
	['Undergrad','http://www.osusae.org/undergrad/index.php', null,
		['Undergrad Home Page','http://www.osusae.org/undergrad/index.php'],
		['Undergrad News','http://www.osusae.org/undergrad/undergrad_news.php'],
		['Calendar of Events','http://www.osusae.org/undergrad/under_calendar_graphic.php'],
		['Directory','http://www.osusae.org/directory.php'],
		['Publications','http://www.osusae.org/undergrad/publications.php'],
		['Forums','http://www.osusae.org/forums_active/actives_forums.php'],
		['Photo Gallery','http://www.osusae.org/gallery2/main.php?g2_view=core.ShowItem&g2_itemId=12'],
		['Update Your Profile','http://www.osusae.org/update_profile.php'],
	],
];

var MENU_ITEMS4 = [
	['Alumni','http://www.osusae.org/alumni/index.php', null,
		['Alumni Home Page','http://www.osusae.org/alumni/index.php'],
		['Alumni News','http://www.osusae.org/alumni/alumni_news.php'],
		['Calendar of Events','http://www.osusae.org/alumni/alumni_calendar_graphic.php'],
		['Directory','http://www.osusae.org/directory.php'],
		['Publications','http://www.osusae.org/alumni/publications.php'],
		['Forums','http://www.osusae.org/forums/alumni_forums.php'],
		['Photo Gallery','http://www.osusae.org/gallery2/main.php?g2_view=core.ShowItem&g2_itemId=10'],
		['Update Your Profile','http://www.osusae.org/update_profile.php'],
		['Honored Alumni','http://www.osusae.org/alumni/honored_alumni.php'],
		['Past Presidents','http://www.osusae.org/alumni/past_presidents.php'],
	],
];

var MENU_ITEMS5 = [
	['Parents','http://www.osusae.org/parents/index.php', null,
		['Parent\'s Club Forum','http://www.osusae.org/forums_parents/parents_forums.php'],
		['Rush Information','http://www.osusae.org/parents/rush.php'],
		['Parent\'s Survey','http://www.osusae.org/parents/survey.php'],
		['Publications','http://www.osusae.org/parents/publications.php'],
		['Spy Cams','http://www.osusae.org/parents/spy_cams.php'],
	],
];

var MENU_ITEMS6 = [
	['Support Us','support_us.php'],
];