_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#003063";
oncolor="#F4F4F0";
offbgcolor="#E7DFC6";
offcolor="#000000";
borderwidth=0;
bordercolor="#003063";
borderstyle="solid";
separatorcolor="#003063";
separatorsize="1";
padding=2;
fontsize="12px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#E7DFC6";
subimage="http://chua2.fiu.edu/Menus/arrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.0);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=0.0)";
itemwidth="148";
}
with(menuStyle2=new mm_style()){
onbgcolor="#E7DFC6";
oncolor="#000000";
offbgcolor="#003063";
offcolor="#F4F4F0";
bordercolor="#003063";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="1";
padding=2;
fontsize="12px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://chua2.fiu.edu/Menus/arrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.0);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=0.0)";
}

with(milonic=new menuname("Admissions")){
   style=menuStyle2;
   aI("text= &nbsp;&nbsp;Requirements   &nbsp;;url=http://chua2.fiu.edu/HPP/Requirements.htm;");
}

with(milonic=new menuname("Programs")){
   style=menuStyle2;
   aI("text= &nbsp;&nbsp;Graduate Certificate in Health Promotion   &nbsp;;url=http://chua2.fiu.edu/HPP/certificate.htm;");
   aI("text= &nbsp;&nbsp;Master's of Public Health with a Specialization in Health Promotion   &nbsp;;url=http://chua2.fiu.edu/HPP/Masters.htm;");
   aI("text= &nbsp;&nbsp;PhD in Public Health with Specialization in Health Promotion   &nbsp;;url=http://chua2.fiu.edu/HPP/PhD.htm;");
   
}

drawMenus();

with(milonic=new menuname("SideMenu")){
style=menuStyle;
position="relative"; 
alwaysvisible=1;
orientation="vertical";
aI("text= &nbsp;&nbsp;Home   &nbsp;;url=http://chua2.fiu.edu/HPP/default.htm;");
aI("text= &nbsp;&nbsp;About   &nbsp;;url=http://chua2.fiu.edu/HPP/About.htm;");
aI("text= &nbsp;&nbsp;Admission   &nbsp;;showmenu=Admissions;");
aI("text= &nbsp;&nbsp;Programs   &nbsp;;url=http://chua2.fiu.edu/HPP/Programs.htm;showmenu=Programs");
aI("text= &nbsp;&nbsp;Faculty   &nbsp;;url=http://chua2.fiu.edu/Research/HPP/HPP_faculty.asp;");
aI("text= &nbsp;&nbsp;Research   &nbsp;;url=http://chua2.fiu.edu/Research/HPP/HPP_research.asp;");
aI("text= &nbsp;&nbsp;Career<br>&nbsp;&nbsp;Opportunities   &nbsp;;url=http://chua2.fiu.edu/HPP/CareerOppotunities.htm;");
aI("text= &nbsp;&nbsp;Resources   &nbsp;;url=http://chua2.fiu.edu/HPP/resources.htm;");
aI("text= &nbsp;&nbsp;Student Association    &nbsp;;url=http://chua2.fiu.edu/publichealth_SA/default.htm;target=_blank");
aI("text= &nbsp;&nbsp;FAQ's   &nbsp;;url=http://chua2.fiu.edu/HPP/FAQ.htm;");
aI("text= &nbsp;&nbsp;Internships<br>&nbsp;&nbsp;Office of PH Practice  &nbsp;;url=http://chua.fiu.edu/ssph/ophp/default.htm;");
aI("text= &nbsp;&nbsp;Student and<br>&nbsp;&nbsp;Alumni Services  &nbsp;;url=http://chua2.fiu.edu/ssph/StudentServices.htm;target=_blank");
}

drawMenus();