function RollOverButton(elnm, flnm)
{
  var fullpath = '../images/' + flnm;
  document.getElementById(elnm).src=fullpath;
}


