// JavaScript Document
function chg(name,img){
name.src = img;
}
function chg2(name,img){
name.src = img;
}