_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=Program_Info;text=Program Info;url=http://"+base_url+"/atep/program-info.htm;");
aI("showmenu=Prospective;text=Prospective / Selection Students;url=http://"+base_url+"/atep/prospect.htm;");
aI("text=Current Advanced ATS;url=http://"+base_url+"/atep/current.htm;");
aI("text=Alumni;url=http://"+base_url+"/atep/alumni.htm;");
aI("text=Faculty Profiles;url=http://"+base_url+"/atep/faculty/default.htm;");
aI("text=Facilities;url=http://"+base_url+"/atep/facilities/default.htm;");
aI("text=Links of Interest;url=http://"+base_url+"/atep/links.htm;");
aI("text=Contact Us;url=http://"+base_url+"/atep/contact.htm;");
aI("text=Announcements;url=http://"+base_url+"/atep/announce.htm;");
aI("text=ATEP Home;url=http://"+base_url+"/atep/default.htm;");
aI("text=PES Home;url=http://"+base_url+"/pes/default.htm;");
aI("text=CHP Home;url=http://www.chp.cmich.edu;");
aI("text=CMU Home;url=http://www.cmich.edu;");

}


with(milonic=new menuname("Program_Info")){
overflow="scroll";
style=menuStyle;
aI("text=Program Mission;url=http://"+base_url+"/atep/mission.htm;")
aI("text=Technical Standards;url=http://"+base_url+"/atep/forms-manuals/technical-standards.pdf;")
aI("text=History;url=http://"+base_url+"/atep/history.htm;")


}

 
with(milonic=new menuname("Prospective")){
overflow="scroll";
style=menuStyle;
aI("text=General Information;url=http://"+base_url+"/atep/general-info.htm;")
aI("text=Selection Courses;url=http://"+base_url+"/atep/selection-courses.htm;")
aI("text=Selection Criteria;url=http://"+base_url+"/atep/selection-criteria.htm;")
aI("text=Advanced Courses;url=http://"+base_url+"/atep/advanced-courses.htm;")
aI("text=Faculty Advisors;url=http://"+base_url+"/atep/faculty-advisors.htm;")
aI("text=Application;url=http://"+base_url+"/atep/forms-manuals/atep-program-application.pdf;")


}




drawMenus();

