


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#999999";
oncolor="#cc3333";
offbgcolor="#3c7dd5";
offcolor="#000000";
padding=6;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="ffffff";
pagebgcolor="#6699cc";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("why")){
style=menuStyle;
orientation="horizontal";
aI("text=Value of MBA;url=valuepoll.html;")
aI("text=Succeed as MBA;url=11keys.html;")
aI("text=Path to MBA;url=path.html;")
}

with(milonic=new menuname("jobs")){
style=menuStyle;
left=280;
orientation="horizontal";
aI("text=Profiles;url=profiles.html;")
aI("text=Employment Data;url=employdata.html;")
aI("text=On the Job;url=onthejob.html;");
aI("text=Employers;url=employers.html;");
}

with(milonic=new menuname("schools")){
style=menuStyle;
orientation="horizontal";
aI("text=Yellow Ribbon Schools;url=yrschools.html;")
aI("text=Flight &amp; Aviation Programs;url=aviation.html;")
aI("text=Rankings;url=schoolrankings_intro.html;")
}


with(milonic=new menuname("plan")){
style=menuStyle;
left=300;
orientation="horizontal";
aI("text=Tracking Your Progress;url=checkoff.html;")
aI("text=Assessments;url=assessment.html;")
aI("text=Taking the GMAT;url=gmat.html;")
aI("text=Scholarships;url=scholarships.html;")
}


//Adam...this is the submenu to edit


with(milonic=new menuname("login")){
style=menuStyle;
left=1000;
orientation="horizontal";

//aI("text=My Profile;url=profile.php;")
//aI("text=New User Registration;url=signup.php;")
//aI("text=Discussion Groups;url=gmat.html;")
aI("text=`<form action=/dologin.php method=post target=_top style='margin:0px;'><table><tr><td class=cent><div align=center><b>Log in Now</b></div><br></td></tr><tr><td class=cent>username&nbsp;<input name=username size=11><br>password&nbsp;&nbsp;<input name=password size=11 type=password></td></tr><tr><td><div align=center><input type=submit value=Login></div></td></tr><tr><td class=cent><br><div class=tiny>Not registered? Go <a href=join.php>here</a></div><br></td></tr></table></form>`;type=form;align=center;onbgcolor=;onborder=;");
}	


drawMenus();

