


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#0059AB";
oncolor="#0059AB";
offbgcolor="#0059AB";
offcolor="#0059AB";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=0;
separatorcolor="#CCCCCC";
separatorsize="";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#FFFFFF";
headercolor="#FFFFFF";
headerbgcolor="#FFFFFF";
//subimage="";
//subimagepadding="";
}

with(popoutStyle=new mm_style()){
onbgcolor="#0059AB"; //dark blue cell on bg colour
oncolor="#F9D92F";  //font on colour
offbgcolor="#CCCCCC"; //light grey bg colour
offcolor="#0059ab"; // off text colour
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize=1;
padding=5;
itemwidth=170;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#0059AB";
headercolor="#0059AB";
headerbgcolor="#0059AB";
//subimage="";
//subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
outfilter="Fade(duration=0.4);Alpha(opacity=100);)";

}

with(milonic=new menuname("services")){
style=popoutStyle;
aI("text=Medico-Legal Assessments;url=medico.php;");
aI("text=Early Intervention/Injury Management Assessments;url=early.php;");
aI("text=Second Opinions;url=second_opinions.php;");
aI("text=File Reviews;url=file_reviews.php;");
aI("text=Worksite Evaluations;url=worksite.php;");
aI("text=Education;url=education.php;");

}

with(milonic=new menuname("appointments")){
style=popoutStyle;
aI("text=Book an Appointment;url=appointment.php?mode=search;");
aI("text=View/Reschedule/Cancel Current Appointments;url=appointment.php?mode=current;");
aI("text=Appointment History;url=appointment.php?mode=history;");
aI("text=Reports for Download;url=appointment.php?mode=documents;");
}

drawMenus();


