function SelService(Go){

if (document.HealthNav.SelServ.value != "null") {
	document.location.href = Go
	}
}

function SelLoc(Go){

if (document.NavLoc.AddDir.value != "null") {
	document.location.href = Go
	}
}

function MM_changeProp(objName,x,theProp,theValue) { //v6.0
  
  var obj = MM_findObj(objName);
  
  if (obj && (theProp.indexOf("style.")==-1 || obj.style)){
    if (theValue == true || theValue == false)
      eval("obj."+theProp+"="+theValue);
    else eval("obj."+theProp+"='"+theValue+"'");
  }
}
