// JavaScript Document



function rollover(name, filename)
{
  var fullpath = '../images/' + filename;
  document.images[name].src = fullpath;
}
