/* menu_data_main_rc.js
 *
 * Contains the sub-menu for the "Retreat Center" section of the
 * IMS website.
 *
 * Corresponds to: rc.lbi
 */

with(milonic=new menuname("Main Menu"))
{
	alwaysvisible=1;
	itemheight=15;
	itemwidth="relative";

	position="relative";
	orientation="vertical";
	style=sub_main;

	aI("text=General Information;showmenu=RC_general_information;url=rc_general.html;");
	aI("text=Schedule & Descriptions;url=retreats.php;");
	aI("text=Fees & Dana (Generosity);url=rc_financial_fees.html;");
	aI("text=Financial Assistance;showmenu=Scholarships;url=rc_scholarships_general.html;");
	aI("text=Work Retreat;url=rc_individual_work.html;");
	aI("text=Self Retreat;url=rc_individual_self.html;");
	aI("text=Youth Outreach Program;url=rc_youth.html;");
}

drawMenus();


