_scrollAmount=5      // Used for Netscape 4 scrolling
_scrollDelay=10	     // Used for Netscape 4 scrolling

_menuCloseDelay=500  // The delay for menus to remain visible on mouse off
_menuOpenDelay=150   // The delay for opening menus on mouse over
_subOffsetTop=0;     // Sub menu offset Top position
_subOffsetLeft=0;  // Sub menu offset Left position

Goverfilter="Alpha(style=1,opacity=25,finishOpacity=100,startX=0,finishX=100,startY=100,finishY=0);Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
Goverfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"
Goutfilter="randomdissolve(duration=0.3)"
Goutfilter=""
Goverfilter=""

AllMargin=0

treeOffset=0;  // Used to set the offset of sub menus
singleMasterMenu=true // Informs the system to on;y have one menu open at a time

with(tstyle1=new mm_style()){
offcolor = "#FFFFFF";
onbgcolor = "#46819F";
oncolor = "#000000";
offbgcolor="#5A93B0"
borderstyle = "solid";
subimage="/images/white_arrow.gif"
onsubimage="/images/white_arrow_down.gif"
bordercolor="black"
borderwidth=0
padding = 2
fontsize = "12px";
fontfamily = "arial, verdana, tahoma";  

subimageposition="top right";
separatorsize=1
separatorcolor="#FFFFFF";
image="/images/trans.gif"
subimagepadding=3
imagepadding=2
itemwidth=188
}


sub1Style=new copyOf(tstyle1)
sub1Style.offcolor = "#ffffff";
sub1Style.offbgcolor="#8EA2BB"
sub1Style.separatorcolor="#556E8C"
sub1Style.image="/images/trans2.gif"

sub2Style=new copyOf(tstyle1)
sub2Style.offcolor = "#000000";
sub2Style.offbgcolor="#FFFFFF"
sub2Style.separatorcolor="#8EA2BB"
sub2Style.image="/images/trans3.gif"


tstyle1.clickcolor="#FFFFFF"
tstyle1.clickbgcolor="#5A93B0"
tstyle1.clickimage=""
tstyle1.fontweight="bold";
tstyle1.clicksubimage="/images/white_arrow_down.gif"

	with(new menuname("About")){
	style = sub1Style;
	margin=AllMargin
	aI("text=Mission Statement;url=/mission.htm");
	aI("text=History;url=/history.htm");
	aI("text=Leadership;url=/lead.htm");
	aI("text=BIDMC Affiliation;url=/bidmc.htm");
	aI("text=Accreditations and Health Insurance Affiliations;url=/accred.htm");
	aI("text=Employment;url=/employ.htm");
	}
	
	with(new menuname("Physicians")){
	style = sub1Style;
	margin=AllMargin
	aI("text=Introduction;url=/intro.htm");
	aI("text=Find a Physician;url=/finddoc.asp");
	}
	
	with(new menuname("Services")){
	style = sub1Style;
	margin=AllMargin
    aI("text=Cardiac Rehabilitation;url=/cardiac-rehabilitation.htm");
	aI("text=Emergency Services;url=/emergency.htm");
	aI("text=Endoscopy Center;url=/endoscopy-center.htm");
	
	aI("text=Geriatrics Program;url=/geriatrics.htm");
	aI("text=Inpatient Services;url=/inpatient.htm");
	
	aI("text=Laboratory;url=/laboratory.htm");

	
	
	
	
	
	
	
	
	
	
	
	
	
	aI("text=Nutrition;url=/nutrition.htm");
	aI("text=Occupational Health;url=/occu.htm");
	aI("text=Pain Management;url=/pain-management.htm");
	aI("text=Radiology;url=/radiology.htm");
	aI("text=Rehabilitation Services;url=/rehab.htm");	
	aI("text=Surgical Services;url=/surgical.htm");
	}
	
	with(new menuname("Patient")){
	style = sub1Style;
	margin=AllMargin
	aI("text=Welcome;url=/guidewelcome.htm");
	aI("text=Admitting and Patient Registration Services;url=/reg.htm");
	aI("text=Preparing for Elective Surgical Procedures;url=/elecprod.htm");
	aI("text=Financial Information;url=/fininfo.htm");
	aI("text=Patient Rights & Responsibilities;url=/patrite.htm");
	aI("text=Gift Shops & Flowers;url=/giftshop.htm");
	aI("text=Visiting Hours & Other Information;url=/visit.htm");
	aI("text=Pastoral Care;url=/pastor.htm");
	aI("text=Interpreters;url=/interpret.htm");	
	aI("text=Services for the Disabled;url=/disabled.htm");	
	aI("text=Organ & Blood Donation;url=/organ.htm");	
	aI("text=Smoking Policy;url=/smoke.htm");
	aI("text=Health Care Proxy;url=/health_care_proxy.htm");
	aI("text=Schwartz Center Rounds;url=/schwartz.htm");
	}
	
	with(new menuname("Education")){
	style = sub1Style;
	margin=AllMargin
	aI("text=Health Classes & Screenings;url=/health.htm");
	aI("text=Community Events;url=/commev.htm");
	}
	
	with(new menuname("Help")){
	style = sub1Style;
	margin=AllMargin
	aI("text=Volunteer Opportunities;url=/volun.htm");
	aI("text=Making a Gift;url=/gift.htm");
	}
	
drawMenus()
