http://chua2.fiu.edu/jennifer/New_CHUA_Website/EOH/CurrentStudents.htm_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("EOH")){
   style=menuStyle2;
   aI("text= &nbsp;&nbsp;Current Students   &nbsp;;url=http://chua2.fiu.edu/EOH/Current.htm;");
   aI("text= &nbsp;&nbsp;Prospective Students   &nbsp;;url=http://chua2.fiu.edu/EOH/prospective.htm;");
   }
drawMenus();


with(milonic=new menuname("Degrees")){
   style=menuStyle2;
   aI("text= &nbsp;&nbsp;Graduate Certificates in EOH   &nbsp;;url=http://chua2.fiu.edu/EOH/Certificate.htm;");
   aI("text= &nbsp;&nbsp;MPH   &nbsp;;url=http://chua2.fiu.edu/EOH/masters.htm;");
   aI("text= &nbsp;&nbsp;PhD in EOH   &nbsp;;url=http://chua2.fiu.edu/EOH/PhD.htm;");
   
}

drawMenus();
with(milonic=new menuname("Requirements")){
   style=menuStyle2;
   aI("text= &nbsp;&nbsp;Requirements   &nbsp;;url=http://chua2.fiu.edu/EOH/Admission.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/EOH/default.htm;");
aI("text= &nbsp;&nbsp;Welcome   &nbsp;;url=http://chua2.fiu.edu/EOH/Welcome.htm;");
aI("text= &nbsp;&nbsp;About   &nbsp;;url=http://chua2.fiu.edu/EOH/About.htm;");
aI("text= &nbsp;&nbsp;Admission   &nbsp;;showmenu=Requirements;");
aI("text= &nbsp;&nbsp;Academic Programs   &nbsp;;showmenu=Degrees;");
aI("text= &nbsp;&nbsp;Course Descriptions   &nbsp;;url=http://chua2.fiu.edu/EOH/CourseDescription.htm;");
aI("text= &nbsp;&nbsp;Career <br>&nbsp;&nbsp;Opportunities   &nbsp;;url=http://chua2.fiu.edu/EOH/CareerOpportunities.htm;");
aI("text= &nbsp;&nbsp;Students   &nbsp;;showmenu=EOH;");
aI("text= &nbsp;&nbsp;Faculty &<br>&nbsp;&nbsp;Research  &nbsp;url=http://chua2.fiu.edu/eoh/faculty.htm;");
aI("text= &nbsp;&nbsp;Resources    &nbsp;;url=http://chua2.fiu.edu/EOH/StudentResources.htm;");
aI("text= &nbsp;&nbsp;Student Association    &nbsp;;url=http://chua2.fiu.edu/publichealth_SA/default.htm;target=_blank");
aI("text= &nbsp;&nbsp;FAQ    &nbsp;;url=http://chua2.fiu.edu/EOH/FAQ.htm;");
aI("text= &nbsp;&nbsp;Internships<br>&nbsp;&nbsp;Env Health 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");
aI("text= &nbsp;&nbsp;Contact    &nbsp;;url=http://chua2.fiu.edu/EOH/ContactInfo.htm;");

}

drawMenus();