function swap(on, off)
{
  if (document.images)
    document.images[on].src=eval(off+'.src');
}


