_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("SideMenu")){
style=menuStyle;
position="relative"; 
alwaysvisible=1;
orientation="vertical";
aI("text= &nbsp;&nbsp;Home   &nbsp;;url=http://chua2.fiu.edu/Nursing/anesthesiology/;");
aI("text= &nbsp;&nbsp;Applicant Info   &nbsp;;url=http://chua2.fiu.edu/Nursing/anesthesiology/ANPinfo/ANPinfo.htm;");
aI("text= &nbsp;&nbsp;Courses   &nbsp;;url=http://chua2.fiu.edu/Nursing/anesthesiology/COURSES/Course%20Index.htm;");
aI("text= &nbsp;&nbsp;Calender   &nbsp;;url=http://chua2.fiu.edu/Nursing/anesthesiology/CALENDAR/Calendar.htm;");
aI("text= &nbsp;&nbsp;Clinical   &nbsp;;url=http://chua2.fiu.edu/Nursing/anesthesiology/Clinical/Clinical%20Index.htm;");
aI("text= &nbsp;&nbsp;Policies   &nbsp;;url=http://chua2.fiu.edu/nursing/anesthesiology/Policies/Policies%20Index.htm;");
aI("text= &nbsp;&nbsp;FAC/STAFF LogIn   &nbsp;;url=http://fiumail.fiu.edu;");
aI("text= &nbsp;&nbsp;Faculty & Staff   &nbsp;;url=http://chua2.fiu.edu/Nursing/anesthesiology/Faculty/ANP%20Faculty.htm;");
aI("text= &nbsp;&nbsp;Residents   &nbsp;;url=http://chua2.fiu.edu/Nursing/anesthesiology/Residents/Residents%20Index.htm;");
aI("text= &nbsp;&nbsp;Anesthesia Links   &nbsp;;url=http://chua2.fiu.edu/Nursing/anesthesiology/LINKS/Links%20Index.htm;");
aI("text= &nbsp;&nbsp;Simulation Center   &nbsp;;url=http://chua2.fiu.edu/Nursing/anesthesiology/SIM%20Center/SIM_index.htm;");
aI("text= &nbsp;&nbsp;Time Request Form   &nbsp;;url=http://chua2.fiu.edu/Nursing/anesthesiology/Time_Management_Web/Time_Management_Request.asp;");
aI("text= &nbsp;&nbsp;Case Log Sign-In   &nbsp;;url=http://fiu.typhongroup.net;target=_blank");
aI("text= &nbsp;&nbsp;ExamSoft Page    &nbsp;;url=https://examsoft.com/fiunursing;target=_blank");
aI("text= &nbsp;&nbsp;Email   &nbsp;;url=http://webmail.fiu.edu/;target=_blank");

}

drawMenus();