function r_on(i) {
  if (document.images) { 
    if (document[i].src.indexOf("down") < 0) {
      document[i].src = "../../images/" + i + "_over.gif"; 
    }
  }
}

function r_off(i) {
  if (document.images) { 
    if (document[i].src.indexOf("down") < 0) {
      document[i].src = "../../images/" + i + ".gif"; 
    }
  }
}

function s_on(i) {
  if (document.images) { 
    if (document[i].src.indexOf("down") < 0) {
      document[i].src = "/patients/images/" + i + "_over.gif"; 
    }
  }
}

function s_off(i) {
  if (document.images) { 
    if (document[i].src.indexOf("down") < 0) {
      document[i].src = "/patients/images/" + i + ".gif"; 
    }
  }
}

function pophelp() {
  popUpWin = window.open("http://www.wpahs.org/patients/health/popup.html","help",'toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=yes,top=150,left=212,width=500,height=290');
}

function popUp(URL,LABEL, SIZE) {
	eval("page = window.open(URL, LABEL, 'scrollbars=1,resizable=0," + SIZE + ",left = 285,top = 262');");
}
