_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots1.gif";
offbgcolor="#7D9476";
offcolor="#ffffff";
onbgcolor="#34564B";
oncolor="#ffffff";
padding="10";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="196";
}

with(submenuStyle=new mm_style()){
bordercolor="#34564B";
borderstyle="solid";
borderwidth="5";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#34564B";
offcolor="#ffffff";
onbgcolor="#7D9476";
oncolor="#ffffff";
padding="4";
separatorcolor="#213730";
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;target=;url=.././;");
aI("text=Application Process Chapters;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Applying to College;target=;url=college-application-overview.html;");
aI("text=GPA and Transcripts;target=;url=gpa-transcripts.html;");
aI("text=Standardized Tests;target=;url=standardized-tests.html;");
aI("text=Extra Curricular Activities;target=;url=extra-curricular-activities.html;");
aI("text=ECA Myths and Facts;target=;url=college-eca-myths.html;");
aI("text=Early - Regular - Rolling;target=;url=early-regular-rolling.html;");
aI("text=The Application;target=;url=college-application.html;");
aI("text=Writing the College Essay;target=;url=college-essay.html;");
aI("text=Letters of Recommendations;target=;url=recommendations.html;");
aI("text=Supplementary Materials;target=;url=supplementary.html;");
aI("text=College Interview Tips;target=;url=college-interview.html;");
aI("text=Hooks and Intangibles;target=;url=hooks-intangibles.html;");
aI("text=Admissions Guide Site Map;target=;url=../sitemap-navigation.html;");
}


 drawMenus();
