/* menu_data_main_wo.js
 *
 * Contains the sub-menu for the "Working Here" section of the
 * IMS website.
 *
 * Corresponds to: wo.lbi
 */

with(milonic=new menuname("Main Menu"))
{
	alwaysvisible=1;
	itemheight=15;
	itemwidth="relative";

	position="relative";
	orientation="vertical";
	style=sub_main;

	aI("text=Staff Life;url=wo_a_1_stafflifeoverview.html;showmenu=wo_staff_life;");
	aI("text=Openings;url=wo_b_1_currentopenings.html;");
	aI("text=Job Application;url=wo_c_application.html;");
	aI("text=Volunteering;url=wo_d_volunteer.html;showmenu=wo_volunteer");
	aI("text=Work Retreat;showmenu=wo_workretreat;url=rc_individual_work.html;");
}

drawMenus();


