// JavaScript Document

function changepic(img_src,img_name) {
	document[img_name].src = img_src;
}
