<!--  
// Slab Button scripts
function GetMap(code) {
	
sendWin = window.open('http://lab.health-alliance.com/Maps_Directions_pop.aspx?hosp='+code,'Directions','toolbar=no,status=no,menubar=no,scrollbars=1,width=671,height=595')	
	
}

function PrintPage() {
  // var innerds = results.innerHTML;
  var URLstr = "http://lab.health-alliance.com/Lab_print_temp.html";
  printWin = window.open(URLstr,"PrintPage","width=670,height=550,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=no");	
}

function SendPage() {
		sendWin = window.open('http://lab.health-alliance.com/sendalink.htm','nnarch','toolbar=no,status=no,menubar=no,scrollbars=no,width=300,height=300')
}

function changeImagesSlab() {
	if (document.images && (preloadFlag == true)) {
		var img;
		for (var i=0; i<changeImagesSlab.arguments.length; i+=2) {
			img = null;
			if (document.layers) {
				img = findElement(changeImagesSlab.arguments[i],0);
			}
			else {
				img = document.images[changeImagesSlab.arguments[i]];
			}
			if (img) {
				img.src = changeImagesSlab.arguments[i+1];
			}
		}
	}
}

//-->


<!--
// Contact Us Script
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}


function showpopup(poppage) {
   var currenturl=location.href;
   var pagename=poppage;
   var popup=window.open("","","location=no,toolbar=no,status=no,menubar=yes,scrollbars=no,width=360,height=320");
   popup.location="http://www.health-alliance.com/lab/"+pagename;
}

//-->

<!--
// 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");

		LabOne_05_over = newImage("http://www.health-alliance.com/lab/images/LabOne_05-over.gif");
		LabOne_06_over = newImage("http://www.health-alliance.com/lab/images/LabOne_06-over.gif");
		LabOne_07_over = newImage("http://www.health-alliance.com/lab/images/LabOne_07-over.gif");
		LabOne_08_over = newImage("http://www.health-alliance.com/lab/images/LabOne_08-over.gif");
		LabOne_09_over = newImage("http://www.health-alliance.com/lab/images/LabOne_09-over.gif");
		LabOne_10_over = newImage("http://www.health-alliance.com/lab/images/LabOne_10-over.gif");
		LabOne_11_over = newImage("http://www.health-alliance.com/lab/images/LabOne_11-over.gif");
		LabOne_12_over = newImage("http://www.health-alliance.com/lab/images/LabOne_12-over.gif");

		LabTS_Title_Print_over = newImage("images/LabTS_Title-Print_over.gif");
		LabTS_Title_SendPage_over = newImage("images/LabTS_Title-SendPage_over.gif");
		LabTS_phone_Print_over = newImage("images/LabTS_phone-Print_over.gif");
		LabTS_phone_SendPage_over = newImage("images/LabTS_phone-SendPage_over.gif");
		LabTS_but_Print_over = newImage("images/LabTS_but-Print_over.gif");
		LabTS_but_SendPage_over = newImage("images/LabTS_but-SendPage_over.gif");

		preloadFlag = true;
	}
}

// -->

