function chgImg(name,img) {

	if (window.document.images) {
		window.document.images[name].src = img;
	}
}
