function imageOn(img_src,img_name){
	document.images[img_name].src = img_src;
}
