// JavaScript Documentfunction m_over(id, src) {  var target = document.getElementById(id);  target.src = src;}
