_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



_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("Programs")){
   style=menuStyle2;
  aI("text= &nbsp;&nbsp;Dietetics and Nutrition   &nbsp;;url=http://chua2.fiu.edu/dietetics-nutrition/;");
   aI("text= &nbsp;&nbsp;Health Policy & Management   &nbsp;;url=http://chua2.fiu.edu/hsa/;");
   aI("text= &nbsp;&nbsp;Epidemiology and Biostatistics   &nbsp;;url=http://chua2.fiu.edu/EB/default.htm;");
   aI("text= &nbsp;&nbsp;Environmental and Occupational Health   &nbsp;;url=http://chua2.fiu.edu/EOH/default.htm;");
   aI("text= &nbsp;&nbsp;Health Promotion and Disease Prevention   &nbsp;;url=http://chua2.fiu.edu/HPP/default.htm;");
}

with(milonic=new menuname("Newsletter")){
   style=menuStyle2;
  aI("text= &nbsp;&nbsp;Current Issue   &nbsp;;url=http://chua2.fiu.edu/ssph/newsletter/Fall2005_SSPHNewsletter.pdf;");
   aI("text= &nbsp;&nbsp;Archives   &nbsp;;url=http://chua2.fiu.edu/ssph/newsletter_archives.htm;");
   
}

with(milonic=new menuname("SideMenu")){
style=menuStyle;
position="relative"; 
alwaysvisible=1;
orientation="vertical";
aI("text= &nbsp;&nbsp;Home   &nbsp;;url=http://chua2.fiu.edu/SSPH/;");
aI("text= &nbsp;&nbsp;Dean's Message   &nbsp;;url=http://chua2.fiu.edu/ssph/dean_message.htm;");
aI("text= &nbsp;&nbsp;Robert R. Stempel   &nbsp;;url=http://chua2.fiu.edu/SSPH/about.htm;");
aI("text= &nbsp;&nbsp;School Overview   &nbsp;;url=http://chua2.fiu.edu/SSPH/school_overview.htm;");
aI("text= &nbsp;&nbsp;Strategic Plan <br>&nbsp;&nbsp;& Accreditation   &nbsp;;url=http://chua2.fiu.edu/SSPH/strategic_plan.htm;");
aI("text= &nbsp;&nbsp;Academic<br>&nbsp;&nbsp;Departments   &nbsp;;showmenu=Programs;");
aI("text= &nbsp;&nbsp;Degree Programs   &nbsp;;url=http://chua2.fiu.edu/SSPH/degree_programs.htm;");
aI("text= &nbsp;&nbsp;Faculty   &nbsp;;url=http://chua2.fiu.edu/ssph/Faculty/ssph_faculty.htm;");
aI("text= &nbsp;&nbsp;Research   &nbsp;;url=http://chua2.fiu.edu/Research/SSPH_Research.asp;");
aI("text= &nbsp;&nbsp;Newsletter   &nbsp;;showmenu=Newsletter;");
aI("text= &nbsp;&nbsp;Distance Learning   &nbsp;;url=http://chua2.fiu.edu/ssph/MPH_online.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;Contact <br>&nbsp;&nbsp;Information  &nbsp;;url=http://chua2.fiu.edu/ssph/contact.htm;");
aI("text= &nbsp;&nbsp;Maps and Directions  &nbsp;;url=http://chua2.fiu.edu/ssph/Maps_directions.htm;");
}

drawMenus();