//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames = 0

//Menu properties   
oCMenu.pxBetween=10
oCMenu.fromLeft=0 
oCMenu.fromTop=0   
oCMenu.rows=1 
oCMenu.menuPlacement="center"
                                                             
oCMenu.offlineRoot="file:///H|/mgh/foundation" 
oCMenu.onlineRoot="/mgh/" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="0%"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX=0 
oCMenu.barY=0
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=135
oCMenu.level[0].height=22 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="bottom"



//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width-2
oCMenu.level[1].height=22
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"


//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=190
oCMenu.level[2].height=20
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"


/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
oCMenu.makeMenu('top0','','&nbsp;MGHS Web Site','','')
  oCMenu.makeMenu('sub00','top0','MGHS Home Page','http://www.mgh.org/index.html')
  oCMenu.makeMenu('sub01','top0','Guest Book','http://www.mgh.org/guestbook/guestbook.htm')
  oCMenu.makeMenu('sub02','top0','Link Page','http://www.mgh.org/links.html')
  oCMenu.makeMenu('sub03','top0','Privacy Statement','http://www.mgh.org/site_privacy_statement.html', '_blank')
  oCMenu.makeMenu('sub04','top0','Web Site Awards','http://www.mgh.org/awards/award.html')
  oCMenu.makeMenu('sub05','top0','Web Site Feedback','http://www.mgh.org/feedback.html')
  oCMenu.makeMenu('sub06','top0','Web Site Search','http://www.mgh.org/new.html')  
    	
oCMenu.makeMenu('top1','','&nbsp;About M.G.H.S.','','')
	oCMenu.makeMenu('sub10','top1','Services >>>','','')
		oCMenu.makeMenu('sub100','sub10','Bariatric Services >>>','http://www.mgh.org/weight/index.html')
			oCMenu.makeMenu('sub10000','sub100','Non-Surgical Weight Managment','http://www.mgh.org/weight/weightmgt.html')
			oCMenu.makeMenu('sub10001','sub100','Ask a Weight Question','http://www.mgh.org/weight/ask_doc.html')
			oCMenu.makeMenu('sub10002','sub100','e-Balance','http://www.mgh.org/weight/ebalance.html')
			oCMenu.makeMenu('sub10003','sub100','Surgical Weight Management','http://www.mgh.org/weight/surgical_wl.html')
		oCMenu.makeMenu('sub101','sub10','Coumadin Clinic','http://www.mgh.org/coumadin/index.html')
		oCMenu.makeMenu('sub102','sub10','Diabetes Services','http://www.mgh.org/diabetes/index.html')
		oCMenu.makeMenu('sub103','sub10','Dog Therapy','http://www.mgh.org/umdtp/index.html')
		oCMenu.makeMenu('sub104','sub10','Emergency Department','http://www.mgh.org/ed/index.html')
		oCMenu.makeMenu('sub105','sub10','Employee Assistance','http://www.mgh.org/eap/eap.html')
		oCMenu.makeMenu('sub106','sub10','EMS-Emergency','http://www.mgh.org/ems/index.html')
		oCMenu.makeMenu('sub107','sub10','EMS-Medical Control','http://www.mgh.org/mqtems/index.html')
		oCMenu.makeMenu('sub108','sub10','Hand Surgery','http://www.mgh.org/hand_surgeryMGHS.html')
		oCMenu.makeMenu('sub109','sub10','Laboratory Services','http://www.mgh.org/lab/homepage.htm')
		oCMenu.makeMenu('sub1010','sub10','Occupational Medicine','http://www.mgh.org/occmed/index.html')
		oCMenu.makeMenu('sub1011','sub10','Pain Network','http://www.mgh.org/pain/index.html')
		oCMenu.makeMenu('sub1012','sub10','Plastic Surgery','http://www.mgh.org/plastic_surgery.html')
		oCMenu.makeMenu('sub1013','sub10','Urology Services','http://www.mgh.org/urology/index.html')
		oCMenu.makeMenu('sub1014','sub10','Respiratory Care','http://www.mgh.org/respiratory/index.html')
		oCMenu.makeMenu('sub1015','sub10','Sports Medicine','http://www.mgh.org/rehab/sports.html')
		oCMenu.makeMenu('sub1016','sub10','Vascular Services','http://www.mgh.org/vascular/index.html')
			
oCMenu.makeMenu('sub111','top1','Clinic Information >>>','')
		oCMenu.makeMenu('sub1110','sub111','Provider Network','http://www.mgh.org/provider.html')
		oCMenu.makeMenu('sub1111','sub111','Maps','http://www.mgh.org/provider/cmap.html')
		oCMenu.makeMenu('sub1112','sub111','Outreach Clinics','http://www.mgh.org/pronetqf.html')
		oCMenu.makeMenu('sub1113','sub111','Visiting Specialist Calendar','http://www.mgh.org/specialty/mainccal.html')
		oCMenu.makeMenu('sub1114','sub111','Sports Injury Clinic','http://www.mgh.org/rehab/sports.html')
			
oCMenu.makeMenu('sub112','top1','Education >>>','')
		 oCMenu.makeMenu('sub1120','sub112','Education Department','http://www.mgh.org/education/index.html')
		 oCMenu.makeMenu('sub1121','sub112','Consumer Library','http://www.mgh.org/education/center.html')
		 oCMenu.makeMenu('sub1122','sub112','CPR Calendar','http://www.mgh.org/education/cpr.html')
		 oCMenu.makeMenu('sub1123','sub112','Health Information','http://www.mgh.org/education/health/mainq.html')
		 oCMenu.makeMenu('sub1124','sub112','Poison Safety Guide','http://www.mgh.org/poison/index.html')
		 oCMenu.makeMenu('sub1125','sub112','Patient Education','http://www.mgh.org/directry/docpage/staffpat.html')
		 oCMenu.makeMenu('sub1126','sub112','Professional Conferences','http://www.mgh.org/97conf.html')
		 oCMenu.makeMenu('sub1127','sub112','School of EMT','http://www.mgh.org/emt/index.html')
		 oCMenu.makeMenu('sub1128','sub112','School of Radiology','http://www.mgh.org/education/radsch/index.html')
		 oCMenu.makeMenu('sub1129','sub112','Speakers Bureau','http://www.mgh.org/education/bureau/speaker.html')
		 oCMenu.makeMenu('sub11210','sub112','Support Groups','http://www.mgh.org/education/support.html')
		 
oCMenu.makeMenu('sub113','top1','Employment >>>','')
		oCMenu.makeMenu('sub1130','sub113','Employment','http://www.mgh.org/employ/employ.html')
		oCMenu.makeMenu('sub1131','sub113','Applying','http://www.mgh.org/employ/apply.html')
		oCMenu.makeMenu('sub1132','sub113','Benefits','http://www.mgh.org/employ/benefits.html')
		oCMenu.makeMenu('sub1133','sub113','Open Positions','http://www.mgh.org/employ/open1.html', '_blank')


oCMenu.makeMenu('sub114','top1','General Information','')
		oCMenu.makeMenu('sub1140','sub114','History of MGHS','http://www.mgh.org/history/index.html')
		oCMenu.makeMenu('sub1141','sub114','MGHS Maps','http://www.mgh.org/map/world.html')
		oCMenu.makeMenu('sub1142','sub114','Mission/Vision/Values','http://www.mgh.org/mission.html')
		oCMenu.makeMenu('sub1143','sub114','Phone Listing','http://www.mgh.org/phlst.html')

	
	oCMenu.makeMenu('sub115','top1','MGHS News >>>','')
		oCMenu.makeMenu('sub1150','sub115','Press Releases','http://www.mgh.org/press/pressrel.html')
		oCMenu.makeMenu('sub1151','sub115','Back in the Game','http://www.mgh.org/rehab/newsletter.html')
		oCMenu.makeMenu('sub1152','sub115','Community Relations','http://www.mgh.org/commRel.html')
		oCMenu.makeMenu('sub1153','sub115','E.M.T. Newsletter','http://www.mgh.org/emt/newsletters.html')
		oCMenu.makeMenu('sub1154','sub115','Emp. Newsletter (Hotline)','http://www.mgh.org/hotline/index.html')
		oCMenu.makeMenu('sub1155','sub115','M.C.A. Newsletter','http://www.mgh.org/mqtems/newsletter.html')
		oCMenu.makeMenu('sub1156','sub115','UMDTP Newsletter','http://www.mgh.org/umdtp/newsletters/index.html')
		oCMenu.makeMenu('sub1157','sub115','The Lab Report','http://www.mgh.org/lab/news/archive.html')
		oCMenu.makeMenu('sub1158','sub115','TV Spotlights','http://www.mgh.org/tvspots/index.html')

		
	oCMenu.makeMenu('sub116','top1','Dietetics/Nutrition >>>','')
		oCMenu.makeMenu('sub1160','sub116','Nutrition Services','http://www.mgh.org/diet/index.html')
		oCMenu.makeMenu('sub1161','sub116','Ask the MGH Dietitian','http://www.mgh.org/diet/ask_diet.html')
		oCMenu.makeMenu('sub1162','sub116','Cafe Menu','http://www.mgh.org/diet/cafeteria.html')
		oCMenu.makeMenu('sub1163','sub116','Weight Management Center','http://www.mgh.org/weight/index.html')
				

		
oCMenu.makeMenu('sub117','top1','Nursing','http://www.mgh.org/nursing/index.html')
		
oCMenu.makeMenu('sub118','top1','Partners >>>','')
		oCMenu.makeMenu('sub1180','sub118','U.P. Health Care Network','http://www.mgh.org/uphcn.html')
		oCMenu.makeMenu('sub1181','sub118','U.P. Health Plan','http://www.mgh.org/uphp.html')

oCMenu.makeMenu('sub119','top1','Foundation','http://www.mgh.org/foundation/index.html')
oCMenu.makeMenu('sub120','top1','Quality','http://www.mgh.org/quality.html')
oCMenu.makeMenu('sub121','top1','Regional Blood Center','http://www.mgh.org/blood/blood.html')
oCMenu.makeMenu('sub122','top1','Telehealth','http://www.mgh.org/telehealth/index.html')
oCMenu.makeMenu('sub123','top1','Weight Management','http://www.mgh.org/weight/index.html')


	
oCMenu.makeMenu('top2','','&nbsp;Physician Section','')
	oCMenu.makeMenu('sub20','top2','Ask The Doctor Show','http://www.mgh.org/directry/askdoc.html')
	oCMenu.makeMenu('sub21','top2','Chief of Medical Staff','http://www.mgh.org/chief.html')
	oCMenu.makeMenu('sub22','top2','Residency','http://www.mgh.org/residenc/index.html')
	oCMenu.makeMenu('sub23','top2','Health Sciences Library','http://www.mgh.org/library/index.html')
	oCMenu.makeMenu('sub24','top2','Health Professionals','http://www.mgh.org/healthprof/index.html')
	oCMenu.makeMenu('sub25','top2','MSU College','http://www.mgh.org/uphec/index.html', '_blank')
	oCMenu.makeMenu('sub26','top2','Physician Directory','http://www.mgh.org/directry/dir.html', '_blank')
	oCMenu.makeMenu('sub27','top2','Physician Page','http://www.mgh.org/directry/docpage/main.html')
	oCMenu.makeMenu('sub28','top2','Physician Employment','http://www.mgh.org/phyemp/index.html')
	oCMenu.makeMenu('sub29','top2','Visiting Specialist Cal','http://www.mgh.org/specialty/mainccal.html')
	oCMenu.makeMenu('sub210','top2','Remote Secure Access','http://www.mgh.org/uroam.html')
		

oCMenu.makeMenu('top3','','&nbsp;Patient Information','')
	oCMenu.makeMenu('sub30','top3','Patient Access >>>','')
		oCMenu.makeMenu('sub300','sub30','Patient Access/Admissions','http://www.mgh.org/admitting/admit.html')
		oCMenu.makeMenu('sub301','sub30','Advance Directive','http://www.mgh.org/advance_Directive.html')
		oCMenu.makeMenu('sub302','sub30','Customer Service','http://www.mgh.org/admitting/customer/index.html')
		oCMenu.makeMenu('sub303','sub30','Lab & Pre Admission','http://www.mgh.org/testcen.html')
		oCMenu.makeMenu('sub304','sub30','On-line Pre Registration','http://www.mgh.org/admitting/pre_reg.html')
		oCMenu.makeMenu('sub305','sub30','Privacy Practices','http://www.mgh.org/notice-of-privacy-practices.html', '_blank')
		oCMenu.makeMenu('sub306','sub30','Tests & Procedures','http://www.mgh.org/tests_proc/index.html')

	oCMenu.makeMenu('sub31','top3','Education >>>','')
	     oCMenu.makeMenu('sub310','sub31','Education Department','http://www.mgh.org/education/index.html')
		 oCMenu.makeMenu('sub311','sub31','Consumer Library','http://www.mgh.org/education/center.html')
		 oCMenu.makeMenu('sub312','sub31','CPR Calendar','http://www.mgh.org/education/cpr.html')
		 oCMenu.makeMenu('sub313','sub31','Health Information','http://www.mgh.org/education/health/mainq.html')
		 oCMenu.makeMenu('sub314','sub31','Poison Safety Guide','http://www.mgh.org/poison/index.html')
		 oCMenu.makeMenu('sub315','sub31','Professional Conferences','http://www.mgh.org/97conf.html')
		 oCMenu.makeMenu('sub316','sub31','Patient Education','http://www.mgh.org/directry/docpage/staffpat.html')
		 oCMenu.makeMenu('sub317','sub31','School of EMT','http://www.mgh.org/emt/index.html')
		 oCMenu.makeMenu('sub318','sub31','School of Radiology','http://www.mgh.org/education/radsch/index.html')
		 oCMenu.makeMenu('sub319','sub31','Speakers Bureau','http://www.mgh.org/education/bureau/speaker.html')
		 oCMenu.makeMenu('sub3110','sub31','Support Groups','http://www.mgh.org/education/support.html')
		 
		 
	oCMenu.makeMenu('sub32','top3','E-mail Patients','http://www.mgh.org/email.html')
	oCMenu.makeMenu('sub33','top3','E Store','http://www.mgh.org/employ/hrstore/index.html')
	oCMenu.makeMenu('sub34','top3','General Information','')
		 oCMenu.makeMenu('sub340','sub34','Disaster Information','http://www.mgh.org/bioInfo/index.html')
		 oCMenu.makeMenu('sub341','sub34','MGHS Maps','http://www.mgh.org/map/world.html')
		 oCMenu.makeMenu('sub342','sub34','Phone Listing','http://www.mgh.org/phlst.html')
	
	oCMenu.makeMenu('sub35','top3','Gift Shop','http://www.mgh.org/giftshop/index.html')
	oCMenu.makeMenu('sub36','top3','Hospitality Program','http://www.mgh.org/hospitality/indexhos.html')
	oCMenu.makeMenu('sub37','top3','Health Information Mgt','http://www.mgh.org/medrec/index.html')
	oCMenu.makeMenu('sub38','top3','Nominate an Employee','http://www.mgh.org/eom.html')
	oCMenu.makeMenu('sub39','top3','Organ Donation','http://www.mgh.org/life/index.html')
	oCMenu.makeMenu('sub3010','top3','On Line Bill Payment','http://www.mgh.org/business/index.html')
	oCMenu.makeMenu('sub3011','top3','Patient Feedback','http://www.mgh.org/patient_feedback.html')
	oCMenu.makeMenu('sub3012','top3','Tests & Procedures','http://www.mgh.org/tests_proc/index.html')
	oCMenu.makeMenu('sub3013','top3','Volunteers','http://www.mgh.org/vol/main.html')
	

oCMenu.makeMenu('top4','','&nbsp;Major Services','')
	oCMenu.makeMenu('sub40','top4','Assisted Living','http://www.mgh.org/brook/indexb.html')
	oCMenu.makeMenu('sub41','top4','Behavioral Health','http://www.mgh.org/bhealth/index.html')
	oCMenu.makeMenu('sub42','top4','Cancer Center','http://www.mgh.org/cancer/index.html')
	oCMenu.makeMenu('sub43','top4','Heart & Vascular','http://www.mgh.org/heart/heart.html')
	oCMenu.makeMenu('sub44','top4','Home Health & Hospice','http://www.mgh.org/home/index.html')
	oCMenu.makeMenu('sub45','top4','Imaging Services','http://www.mgh.org/nuclear/index.html')
	oCMenu.makeMenu('sub46','top4','Laboratory','http://www.mgh.org/lab/homepage.htm')
	oCMenu.makeMenu('sub47','top4','Level II Trauma Center','http://www.mgh.org/trauma/index.html')
	oCMenu.makeMenu('sub48','top4','Neuroscience Center','http://www.mgh.org/nscience/main.html')
	oCMenu.makeMenu('sub49','top4','Rehabilitation Center','http://www.mgh.org/rehab/rehabqf.html')
	oCMenu.makeMenu('sub410','top4','Surgical Services','http://www.mgh.org/nscience/surgery/main.html')
	oCMenu.makeMenu('sub411','top4','Vascular Services','http://www.mgh.org/vascular/index.html')
	oCMenu.makeMenu('sub412','top4','Womens & Childrens','http://www.mgh.org/wcc/wcqf.html')
	


//Leave this line - it constructs the menu
oCMenu.construct()