function rollover(id,src) {
   if (document.getElementById) {
      document.getElementById(id).src=src;
   }
}