
<!--
// Contact Us Script
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

// Popup Window for volunteer
function openWinvol(URL) {
  volWin = window.open(URL,"feature","width=550,height=440,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=no");
}

 function showpopup() {
var popup=window.open("","","location=no,toolbar=no,status=no,menubar=no,scrollbars=yes,width=475,height=500");
popup.location="/babies/webpages/TCHCDRom.htm";
// window.location=currenturl;
 }

// Open Generic window
function openWingeneric(URL) {
GenericWin = window.open(URL,"thegenericwindow","width=300,height=375,scrollbars=no,toolbar=no,status=no,resizable=no,menubar=no,left=100,top=10");
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//-->

<!--
// Magnify and Reduce content area text
var max = 24;
var min = 8;
size = 12; // default font size

var Arial12bST = document.getElementById('Arial12b');

function MagnifyContent() {
   var Arial12bST = document.getElementById('Arial12b');
   if (size != max) {
     size = size + 2;
     fsize = size + "px";
   }
   document.getElementById('Arial12b').style.fontSize = fsize;
}

function ReduceContent() {
   var Arial12bST = document.getElementById('Arial12b');
   if (size != min) {
     size = size - 2;
     fsize = size + "px";
   }
   document.getElementById('Arial12b').style.fontSize = fsize;
}
//-->

<!--
// ImageReady rollover script
function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		hosp_serv_hd4_over = newImage("http://www.health-alliance.com/hospitals/images/hosp_serv_hd4-over.jpg");
// sidebar nav
		sb_nav_map003 = newImage("http://www.health-alliance.com/images/sb_nav_map-03.gif");
		sb_nav_phone005 = newImage("http://www.health-alliance.com/images/sb_nav_phone-05.gif");
		sb_nav_text007 = newImage("http://www.health-alliance.com/images/sb_nav_text-07.gif");
		sb_nav_friend009 = newImage("http://www.health-alliance.com/images/sb_nav_friend-09.gif");
		sb_nav_cal011 = newImage("http://www.health-alliance.com/images/sb_nav_cal-11.gif");
		preloadFlag = true;
	}
}

// -->
