function change_image(sr){
	document.imgp.src=sr;
	document.getElementById("imp").focus();
}