/***********************************************************************************

*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)

*	For info write to menus@burmees.nl		          *

*	You may remove all comments for faster loading	          *		

***********************************************************************************/



	var NoOffFirstLineMenus=8;			// Number of first level items

	var LowBgColor='#0D25B6';			// Background color when mouse is not over - originally #3D3D3D

	var LowSubBgColor='#7DA7D9';			// Background color when mouse is not over on subs

	var HighBgColor='black';			// Background color when mouse is over

	var HighSubBgColor='black';			// Background color when mouse is over on subs

	var FontLowColor='white';			// Font color when mouse is not over

	var FontSubLowColor='black';			// Font color subs when mouse is not over

	var FontHighColor='white';			// Font color when mouse is over

	var FontSubHighColor='white';			// Font color subs when mouse is over

	var BorderColor='white';			// Border color

	var BorderSubColor='black';			// Border color for subs

	var BorderWidth=0;				// Border width

	var BorderBtwnElmnts=1;			// Border between elements 1 or 0

	var FontFamily="geneva,arial,helvetica,sans-serif"	// Font family menu items

	var FontSize=8;				// Font size menu items

	var FontBold=0;				// Bold menu items 1 or 0

	var FontItalic=0;				// Italic menu items 1 or 0

	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'

	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'

	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static

	var ChildOverlap=.2;				// horizontal overlap child/ parent

	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent

	var StartTop=80;				// Menu offset x coordinate

	var StartLeft=10;				// Menu offset y coordinate

	var VerCorrect=0;				// Multiple frames y correction

	var HorCorrect=0;				// Multiple frames x correction

	var LeftPaddng=3;				// Left padding

	var TopPaddng=5;				// Top padding

	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL

	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0

	var DissapearDelay=1000;			// delay before menu folds in

	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame

	var FirstLineFrame='';			// Frame where first level appears

	var SecLineFrame='';			// Frame where sub levels appear

	var DocTargetFrame='';			// Frame where target documents appear

	var TargetLoc='';				// span id for relative positioning

	var HideTop=0;				// Hide first level when loading new document 1 or 0

	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0

	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0

	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover

	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0

	var ShowArrow=0;				// Uses arrow gifs when 1

	var KeepHilite=1;				// Keep selected path highligthed

	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height



function BeforeStart(){return}

function AfterBuild(){return}

function BeforeFirstOpen(){return}

function AfterCloseAll(){return}





// Menu tree

//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);

//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"



Menu1=new Array("About Us  |","","",7,20,60);

	Menu1_1=new Array("About Us","p_about_us.htm","",0,20,150);

	Menu1_2=new Array("Guiding Principles","p_about_guiding.htm","",0,20,150);	

	Menu1_3=new Array("HIPAA Compliance","p_about_hipaa.htm","",0,20,150);

	Menu1_4=new Array("History","p_about_history.htm","",0,20,150);

    Menu1_5=new Array("Mission Statement","p_about_mission.htm","",0,20,150);

    Menu1_6=new Array("Volunteers","p_about_volunteer.htm","",0,20,150);
	
	Menu1_7=new Array("Welcome from the CEO","p_about_welcome.htm","",0,20,150);

	

Menu2=new Array("Services  |","","",12,20,58);

	   Menu2_1=new Array("Cardiovascular","p_serv_cardio.htm","",5,20,150);	

       Menu2_1_1=new Array("Cardiac Cath Lab","p_serv_cardio.htm","",0,20,150);

	   Menu2_1_2=new Array("Cardiac Rehabilitation","p_serv_cardio.htm","",0,20,150);

	   Menu2_1_3=new Array("Heart Failure Management","p_serv_cardio.htm","",0,20,150);

	   Menu2_1_4=new Array("Non-Invasive Lab","p_serv_cardio.htm","",0,20,150);

	   Menu2_1_5=new Array("Open Heart","p_serv_cardio.htm","",0,20,150);

    Menu2_2=new Array("Carraway Clinics","p_serv_clinics_cmf.htm","",4,20,150);

	   Menu2_2_1=new Array("Community Care Clinic","p_serv_clinics_com.htm","",0,20,150);

	   Menu2_2_2=new Array("Family Medicine","p_serv_clinics_fam.htm","",0,20,150);

	   Menu2_2_3=new Array("Medical Foundation","p_serv_clinics_cmf.htm","",0,20,150);
	   
	   Menu2_2_4=new Array("Pain Management","p_serv_clinics_pm.htm","",0,20,150);

	Menu2_3=new Array("Critical Care","p_serv_critical.htm","",3,20,150);

	   Menu2_3_1=new Array("Coronary-Surgical ICU","p_serv_critical.htm","",0,20,150);

	   Menu2_3_2=new Array("Intensive Care Unit","p_serv_critical.htm","",0,20,150);
	   
	   Menu2_3_3=new Array("Neurosurgical ICU","p_serv_critical.htm","",0,20,150);

 	Menu2_4=new Array("Diagnostic Imaging","p_serv_diagnostic.htm","",5,20,150);

	   Menu2_4_1=new Array("CAT Scan","p_serv_diagnostic.htm","",0,20,150);

	   Menu2_4_2=new Array("MRI","p_serv_diagnostic.htm","",0,20,150);

	   Menu2_4_3=new Array("Nuclear Medicine","p_serv_diagnostic.htm","",0,20,150);

	   Menu2_4_4=new Array("Radiology","p_serv_diagnostic.htm","",0,20,150);

	   Menu2_4_5=new Array("Ultrasound","p_serv_diagnostic.htm","",0,20,150);

	Menu2_5=new Array("Emergency Department","p_serv_emergency.htm","",0,20,150);

    Menu2_6=new Array("Neurological","p_serv_neurology.htm","",0,20,150);	

	Menu2_7=new Array("Occupational Health","p_serv_occ_health.htm","",0,20,150);

	Menu2_8=new Array("Oncology","p_serv_oncology.htm","",2,20,150);

	   Menu2_8_1=new Array("Chemotherapy","p_serv_oncology.htm","",0,20,150);

	   Menu2_8_2=new Array("Radiation Therapy","p_serv_oncology.htm","",0,20,150);

	Menu2_9=new Array("Psychiatric Care & CDU","p_serv_psychiatric.htm","",0,20,150);

	Menu2_10=new Array("Rehabilitation","p_serv_rehab.htm","",2,20,150);

	   Menu2_10_1=new Array("Occupational Therapy","p_serv_rehab.htm","",0,20,150);

	   Menu2_10_2=new Array("Physical Therapy","p_serv_rehab.htm","",0,20,150);

	Menu2_11=new Array("Surgery","p_serv_surgery.htm","",3,20,150);

       Menu2_11_1=new Array("Bariatric","p_serv_surgery.htm","",0,20,150);

	   Menu2_11_2=new Array("General","p_serv_surgery.htm","",0,20,150);
	   
	   Menu2_11_3=new Array("Minimally Invasive","p_serv_surgery.htm","",0,20,150);

    Menu2_12=new Array("Wound Care","p_serv_wound.htm","",2,20,150);

	   Menu2_12_1=new Array("Hyperbaric Medicine","p_serv_wound.htm","",0,20,150);
	   
	   Menu2_12_2=new Array("Wound Care Center","p_serv_wound.htm","",0,20,150);



Menu3=new Array("Patients & Family  |","","",3,20,95);

	Menu3_1=new Array("Admission Procedures","p_pf_admission.htm","",0,20,150);

	Menu3_2=new Array("Directions & Maps","p_pf_map.htm","",0,20,150);
	
	Menu3_3=new Array("Visitor Information","p_pf_visit.htm","",0,20,150);



Menu4=new Array("Physicians  |","m_search.htm","",0,20,66);
// Menu4=new Array("Physicians  |","","",2,20,66);
//  	Menu4_1=new Array("Search","m_a.htm","",0,20,150);	
//  	Menu4_2=new Array("Search","m_addiction.htm","",0,20,150);	

Menu5=new Array("Physician Recruiting  |","","",2,20,112);

	Menu5_1=new Array("Newsletter (.pdf)","carraway.pdf","",0,20,150);
	
	Menu5_2=new Array("Contact Information","p_recruitment.htm","",0,20,150);
	
	

Menu6=new Array("Residency Programs  |","","",9,20,114);

	Menu6_1=new Array("Family Medicine","p_res_family.htm","",0,20,150);
	
	Menu6_2=new Array("Internal Medicine","p_res_internal.htm","",0,20,150);
	
	Menu6_3=new Array("Surgery","p_res_surgery.htm","",0,20,150);

	Menu6_4=new Array("Transitional Year","p_res_transitional.htm","",0,20,150);

	Menu6_5=new Array("Applicant Criteria","docs/res_criteria.pdf","",0,20,150);

    Menu6_6=new Array("Stipends & Benefits","p_res_stipends.htm","",0,20,150);

	Menu6_7=new Array("Visiting Clerkship","p_res_visiting.htm","",0,20,150);
	
	Menu6_8=new Array("General Information","p_res_general.htm","",0,20,150);

	Menu6_9=new Array("FAQ","p_res_faq.htm","",0,20,150);

  	
	
Menu7=new Array("Alumni  |","","",2,20,45);

	Menu7_1=new Array("Newsletter (.pdf)","docs/alumni.pdf","",0,20,150);
	
	Menu7_2=new Array("Contact Information","p_alumni_contact.htm","",0,20,150);
	


Menu8=new Array("Job Fair Information","","",1,20,45);

	Menu8_1=new Array("Opportunities","p_careers_listing.htm","",0,20,150);
	
	Menu8_2=new Array("Employee Benefits","p_careers_benefits.htm","",0,20,150);	