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


