// (c) Ger Versluis 2000-2004 version 7.00, July 17, 2004
//  You may use this script on non commercial sites
//  www.burmees.nl/menu/


	// Globals effecting all menus
	var PopNoOffMenus=1;	// number of seperate menus
	var BaseHref="";		// Root of the site
	var PopRClick=0;		// Defines which menu reacts on right click. 0=none

	var PopMenuSlide="";

	var PopMenuShadow="";
	
	var PopMenuOpacity="";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

PopMenu1=new Array(8,30,-19,"white","440044","black","BEAAC0","","arial",0,0,12,1,1,0,"left",0,0,400,0,"posone",0,"left","top",BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,3,15,0);
	PopMenu1_1=new Array("Home","index.htm","",0,20,65,"","","","","","",-1,-1,-1,"","");
	PopMenu1_2=new Array("Services","","",3,20,79,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_1=new Array("Cardiac Services","cardiac.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_2=new Array("Fetal Cardiology Services","fetal_cardiology.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_3=new Array("Cardiac Catheterization Services","cardiac_catheterization.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_3=new Array("Doctors Bios","","",2,20,101,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_1=new Array("Dr. Jane M. Kao","dr_kao.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_2=new Array("Dr. Henry W. Kort","dr_kort.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_4=new Array("Health Plans","health_plans.htm","",0,20,99,"","","","","","",-1,-1,-1,"","");
	PopMenu1_5=new Array("New Patient Forms","","",4,20,136,"","","","","","",-1,-1,-1,"","");
		PopMenu1_5_1=new Array("Child - Age Birth-18 Years","javascript:NewWin=window.open('http://www.heartcenterforchildrendallas.com/Docs/New-Patient-Age-Birth-18-Years-Feb-2012.pdf','NWin');window['NewWin'].focus()","",0,20,220,"","","","","","",-1,-1,-1,"","");
		PopMenu1_5_2=new Array("Child - Spanish","javascript:NewWin=window.open('http://www.heartcenterforchildrendallas.com/Docs/New_Patient_Packet_SPANISH.pdf','NWin');window['NewWin'].focus()","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_5_3=new Array("Fetal Patient","javascript:NewWin=window.open('http://www.heartcenterforchildrendallas.com/Docs/NPinsforsheetFetal.pdf','NWin');window['NewWin'].focus()","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_5_4=new Array("Adult - Age 19+ Years","javascript:NewWin=window.open('http://www.heartcenterforchildrendallas.com/Docs/New-Patient-Age-19+Years-Feb-2012.pdf','NWin');window['NewWin'].focus()","",0,20,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_6=new Array("Our Locations","locations.htm","",0,20,106,"","","","","","",-1,-1,-1,"","");
	PopMenu1_7=new Array("Hospital Affiliations","affiliations.htm","",0,20,133,"","","","","","",-1,-1,-1,"","");
	PopMenu1_8=new Array("Patient Information","patient_info.htm","",0,20,130,"","","","","","",-1,-1,-1,"","");
