<!--

var x = "";

function MM_jumpMenu(targ,selObj,restore) { 
  eval("location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function onImg(musswitch, targ) {
  if (document.images) {
      if (targ) {
	ms = targ;
      } else {
	ms = musswitch;
      }
      switchnavn = eval(musswitch + "_on");
      document.images[ms].src = switchnavn.src;
  }
}

function offImg(musswitch, targ) {
  if (document.images) {
      if (targ) {
	ms = targ;
      } else {
	ms = musswitch;
      }
      switchnavn = eval(musswitch + "_off");
      document.images[ms].src = switchnavn.src;
  }
}

function onMast(bg, ro) {
  clearTimeout(x);
  if (document.images) {
      srcFile = eval("mast_" + bg + "_" + ro);
      document.mastCenter.src = srcFile.src;
  }
}

function offMast(bg) {
  x = setTimeout("offMastReal(" + eval(bg) + ")",1000);
}

function offMastReal(bg) {
  if (document.images) {
      srcFile = "http://www.abbottleadership.org/masthead/" + bg + ".jpg";
      document.mastCenter.src = srcFile;
  }
}
//-->