  oneoff = new Image(); oneoff.src = "./images/filmguy_Home_up.png";
  oneon = new Image(); oneon.src = "./images/filmguy_Home_dn.png";

  twooff = new Image(); twooff.src = "./images/filmguy_Awards_up.png";
  twoon = new Image(); twoon.src = "./images/filmguy_Awards_dn.png";

  threeoff = new Image(); threeoff.src = "./images/filmguy_Writing_up.png";
  threeon = new Image(); threeon.src = "./images/filmguy_Writing_dn.png";

  fouroff = new Image(); fouroff.src = "./images/filmguy_Resumes_up.png";
  fouron = new Image(); fouron.src = "./images/filmguy_Resumes_dn.png";
  
  fiveoff = new Image(); fiveoff.src = "./images/filmguy_Films_up.png";
  fiveon = new Image(); fiveon.src = "./images/filmguy_Films_dn.png";
  
  sixoff = new Image(); sixoff.src = "./images/filmguy_Contact_up.png";
  sixon = new Image(); sixon.src = "./images/filmguy_Contact_dn.png";  

function imgChg(imgID, imgFile) {
  //  alert("--"+imgID+" "+imgFile+" "+imgFile.src+" "+[imgFile].src);
     imgsrc= eval(imgFile+".src");

  if ( document.images ) { document [imgID].src = imgsrc; }
}