/* menu_data_main.js
 *
 * Contains the "Main Menu" which is used in the IMS.dwt Dreamweaver Template
 * Therefore, at present, this menu shows up on every page linked with this
 * template.
 */
with(milonic=new menuname("Main Menu"))
{
	alwaysvisible=1;
	itemheight=15;
	itemwidth="relative";

	position="relative";
	orientation="vertical";
	style=main;

	aI("text=Home;url=/index.html");
	aI("text=Retreat Center;url=rc_general;showmenu=Retreat_Center;url=rc_general.html");
	aI("text=Forest Refuge;url=fr_general_i.html;showmenu=Forest_Refuge;");
	aI("text=Registration;url=ss_reg.html;showmenu=Registration");
	aI("text=Teachers;url=teachers.php;url=teachers.php;");
	aI("text=Participant Info;showmenu=Participant_Info;url=pi_a_retreat.html;");
	aI("text=About Us;url=ai_factsfigures.html;showmenu=About;");
	aI("text=Generosity;url=g_a_inspirationforgiving.html;showmenu=Generosity;");
	aI("text=New Construction Plans;url=new_construction_plans.html;showmenu=Ways_to_Give;");
	aI("text=Working Here;url=wo_a_1_stafflifeoverview.html;showmenu=Work_Opportunities;");
	aI("text=Meditation Resources;url=ss_meditation_resources.html;showmenu=Meditation_Resources;");
	aI("text=Contact & Media;url=cm_contact.html;showmenu=Contact_Media;");
}

drawMenus();


