_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="White";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots5.gif";
offbgcolor="#930600";
offcolor="#ffffff";
onbgcolor="#463C01";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="5";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="160";
}

with(submenuStyle=new mm_style()){
bordercolor="Black";
borderstyle="solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="White";
offcolor="#463C01";
onbgcolor="#8F854D";
oncolor="White";
padding="4";
pagecolor="White";
separatorcolor="#463C01";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home Page;target=;url=http://www.mrsplot.net/;");
aI("showmenu=IntroductionCourse OutlineLEFT_MENU;text=Introduction;target=;url=Introduction.html;");
aI("showmenu=ResourcesCalendarLEFT_MENU;text=Resources;target=;url=Resources.html;");
aI("showmenu=NewsLeadershipLEFT_MENU;text=News;target=;url=News.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("IntroductionCourse OutlineLEFT_MENU")){
style=submenuStyle;
aI("text=Course Outline;target=;url=Course-Outline.html;");
aI("showmenu=Course ContentTerm 1LEFT_MENU;text=Course Content;target=;url=Course-Content.html;");
aI("text=FAQ;target=;url=FAQ.html;");
aI("text=References;target=;url=References.html;");
}

with(milonic=new menuname("Course ContentTerm 1LEFT_MENU")){
style=submenuStyle;
aI("text=Term 1;target=;url=Term-1.html;");
aI("text=Term 2;target=;url=Term-2.html;");
aI("text=Term 3;target=;url=Term-3.html;");
aI("text=Term 4;target=;url=Term-4.html;");
}

with(milonic=new menuname("ResourcesCalendarLEFT_MENU")){
style=submenuStyle;
aI("text=Calendar;target=;url=Calendar.html;");
aI("text=Retreats;target=;url=Retreats.html;");
aI("text=Web Sites;target=;url=Web-Sites.html;");
aI("text=Products;target=;url=Products.html;");
aI("text=Links;target=;url=Links.html;");
aI("text=People;target=;url=People.html;");
}

with(milonic=new menuname("NewsLeadershipLEFT_MENU")){
style=submenuStyle;
aI("text=Leadership;target=;url=Leadership.html;");
aI("text=News Release 2;target=;url=News-Release-2.html;");
aI("text=News Release 3;target=;url=News-Release-3.html;");
aI("text=News Release 4;target=;url=News-Release-4.html;");
aI("text=News Release 5;target=;url=News-Release-5.html;");
}


 drawMenus();
