/* menu_data_main_fr.js
 *
 * Contains the sub-menu for the "Forest Refuge" section of the
 * IMS website.
 *
 * Corresponds to: fr.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=General_Information;url=fr_general_i.html;");
	aI("text=Teaching Schedule;url=fr_general_teachschedule.html;");
	aI("text=Financial Information;url=fr_financial_fees.html;showmenu=fr_financial;");
	aI("text=Work Retreat;url=fr_work.html;");
	aI("text=Practice Guidelines;url=fr_guidelines.html;");
	aI("text=Applications;showmenu=fr_applications;url=fr_applications_process.html;");
}

drawMenus();


