
_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=1            // 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="#ffffff";
oncolor="#993333";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="#000000";
pagebgcolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Alpha(opacity=90)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="vertical";
position="relative";
aI("text=About Us;showmenu=about;");
aI("text=News & Information;showmenu=info;");
aI("text=Calendar;url=calendar.cfm;status=Back To Home Page;");
aI("text=Careers;url=careers.cfm;status=Back To Home Page;");
aI("text=Community;showmenu=community;");
aI("text=Fry Healthcare;url=fry.cfm;status=Back To Home Page;");
aI("text=Extended Care;url=ecf.cfm;status=Back To Home Page;");
}
	
with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Departments;showmenu=deps;");
aI("text=Physicians;url=physicians.cfm;");
/*aI("text=Directory;url=menusample.php?sampleid=2;");
aI("text=Board of Trustees;url=menusample.php?sampleid=3;"); */
aI("text=History;url=history.cfm;");
aI("text=Contact;url=contact.cfm;status=Contact Information");
}

with(milonic=new menuname("deps")){
style=menuStyle;
aI("text=Departments;url=departments.cfm;");
aI("text=Acute Care;url=dep_acf.cfm;");
aI("text=Cardiopulmonary Services;url=dep_cv.cfm;");
aI("text=Community Health;url=dep_com.cfm;");
aI("text=Emergency Department;url=dep_emer.cfm;");
aI("text=Laboratory;url=dep_lab.cfm;");
aI("text=Nutritional Services;url=dep_nut.cfm;");
aI("text=Occupational Health;url=dep_occ.cfm;");
aI("text=Outpatient Clinics;url=dep_op.cfm;");
aI("text=Outpatient Surgery;url=dep_surg.cfm;");
aI("text=Radiology;url=dep_xray.cfm;");
aI("text=Rehabilitation;url=dep_rehab.cfm;");
aI("text=Social Services;url=dep_soc.cfm;");
}

with(milonic=new menuname("info")){
style=menuStyle;
aI("text=News;url=news.cfm;");
aI("text=Heath Information;url=healthinfo.cfm;");
aI("text=Compliance;url=compliance.cfm;");
aI("text=Privacy;url=privacy.cfm;");
}

with(milonic=new menuname("community")){
style=menuStyle;
aI("text=Volunteer;url=community.cfm;");
aI("text=Links;url=comlinks.cfm;");
}

drawMenus();

