// JavaScript Document
<!--
function changeImg(id, path){
document.getElementById(id).src=path;
}
-->
