<!--
function wopen(url, name, w, h)
{
// Bring up a new window for video
w += 32;
h += 96;
 var win = window.open(url,
  name,
  'width=' + w + ', height=' + h + ', ' +
  'location=no, menubar=no, ' +
  'status=no, toolbar=no, scrollbars=no, resizable=no');
 win.resizeTo(w, h);
 win.focus();
}
function secureMsg() {

alert("You will now be redirected to another authorized and secure \n Huntsville Hospital web site that is dedicated to processing \n online donations for the Huntsville Hospital Foundation.");
}
function MM_jumpMenu(targ,selObj,restore){
// Hot List

  var myurl = selObj.options[selObj.selectedIndex].value;

  if (myurl == '/career/employment/') {
        alert('You must read and agree to the employment agreement before you will be able to search for jobs.'); 
  }
  
 if(myurl=='http://www.onlinelifeline.org/store/product.php?productid=523&cat=40&page=1'){
  	alert("You will now be redirected to another authorized and secure \n Huntsville Hospital web site that is dedicated to processing \n online donations for the Huntsville Hospital Foundation.");
  } 
  
  location.href = myurl;

}
function showHide(ele){
  var x;
  if ( document.getElementById && (x = document.getElementById(ele)) && x.style ){
      x.style.display = ('none' == x.style.display )? '' : 'none' ;
  }
}
function show(){
  var strHref = window.location.href;
  var temp = strHref.split("#");
  var anchor_id = "#" + temp[1];
  var x;
  if ( document.getElementById && (x = document.getElementById(anchor_id)) && x.style ){
      x.style.display = "";
  }
}
function colorin(elem,name){
  elem.style.color = "#00703C";
  elem.style.cursor = "pointer"
}
function colorout(elem){
  elem.style.color = "#000000";
}
// -->

