function chImg(name, source) { if (document.images) document.images[name].src = source;

}

