_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

// base_url = "www.chp.cmich.edu";
base_url = document.domain;

with(menuStyle=new mm_style()){
align="left";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#88B1DA";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=94);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
// pagebgcolor="#88B1DA";
pagebgcolor="#E9E9E9";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
align="left";
alwaysvisible=1;
// left=40;
itemwidth="133";
orientation="vertical";
style=menuStyle;
// top=218;

aI("showmenu=Students;text=Current Students;url=http://"+base_url+"/pt/current.htm;");
aI("showmenu=Prospective;text=Prospective Students;url=http://"+base_url+"/pt/prospect.htm;");
aI("showmenu=Prereq;text=Prerequisites;url=http://"+base_url+"/pt/prereq.htm;");
aI("text=Cost & Financial Aid;url=http://"+base_url+"/pt/cost.htm;");
aI("text=Housing;url=http://"+base_url+"/pt/housing.htm;");
aI("text=Admission Process;url=http://"+base_url+"/pt/admission.htm;");
aI("text=Application;url=http://"+base_url+"/pt/application.htm;");
aI("text=Request Information;url=http://"+base_url+"/pt/request.htm;");
aI("text=Faculty;url=http://"+base_url+"/pt/faculty/default.htm;");
aI("text=Alumni;url=http://"+base_url+"/pt/alumni.htm;");
aI("text=PT Links;url=http://"+base_url+"/pt/links.htm;");
aI("text=PT Home;url=http://"+base_url+"/pt/default.htm;");
aI("text=CHP Home;url=http://"+base_url+";");
aI("text=CMU Home;url=http://www.cmich.edu;");

}

with(milonic=new menuname("Students")){
overflow="scroll";
style=menuStyle;
aI("text=Information for 1st Year Students;url=http://"+base_url+"/pt/new_students.htm;");
aI("text=Curriculum;url=http://"+base_url+"/pt/current.htm;");
aI("text=Messages;url=http://"+base_url+"/pt/messages.htm;");
}

with(milonic=new menuname("Prospective")){
overflow="scroll";
style=menuStyle;
aI("text=Facts About PT Profession;url=http://"+base_url+"/pt/facts.htm;");
aI("text=Technical Standards;url=http://"+base_url+"/pt/pt_tech_standards.pdf;");
aI("text=Graduate Program in PT;url=http://"+base_url+"/pt/grad-prog.htm;");
aI("text=Professional Curriculum;url=http://"+base_url+"/pt/current.htm;");
aI("text=Information for 1st Year Students;url=http://"+base_url+"/pt/new_students.htm;");
}

with(milonic=new menuname("Prereq")){
overflow="scroll";
style=menuStyle;
aI("text=Course Equivalencies;url=http://"+base_url+"/pt/course-equiv/default.htm;")
aI("text=Prerequisites;url=http://"+base_url+"/pt/prereq.htm;")

}


drawMenus();

