function chgimg(id, imgname) {
document.images[id].src = imgname;
}