
<!--Hide JavaScript from old browsers

// preload universal images:

home = new Image(635,24);
home.src = "/Images/corp/gofs/js_hhp.gif";
blank = new Image(635,24);
blank.src = "/Images/corp/js_blank.gif";
gof = new Image(635,24);
gof.src = "/Images/corp/gofs/js_gof.gif";
data = new Image(635,24);
data.src = "/Images/corp/gofs/js_archive.gif";
software = new Image(635,24);
software.src = "/Images/corp/gofs/js_software.gif";
proposals = new Image(635,24);
proposals.src = "/Images/corp/gofs/js_proposals.gif";
outreach = new Image(635,24);
outreach.src = "/Images/corp/gofs/js_outreach.gif";


function hiLite(imgDocID,imgObjName)
 {
  // manages mouseOver animations

  //   (imgDocID  - the name or number of the document image to be replaced
  //   imgObjName - the name of the image object to be swapped in)

  document.images[imgDocID].src = eval(imgObjName + ".src")
 }

// -- End of hiding the JavaScript code -------------- -->


