_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(milonic=new menuname("SideMenu")){
style=menuStyle;
position="relative"; 
alwaysvisible=1;
orientation="vertical";
aI("text= &nbsp;&nbsp;Home   &nbsp;;url=http://chua2.fiu.edu/SchoolofHealth/;");
aI("text= &nbsp;&nbsp;Faculty   &nbsp;;url=http://chua2.fiu.edu/SchoolofHealth/Research/SOH_Faculty.asp;");
aI("text= &nbsp;&nbsp;Research   &nbsp;;url=http://chua.fiu.edu/research/SHS/SHS_research.asp;");
aI("text= &nbsp;&nbsp;Honor Society   &nbsp;;url=http://www.fiu.edu/~soz/;target=_blank");
}

drawMenus();