function setimg(id){
	var img="<img  src=images/in_im/"+ id +".jpg width=521 height=197>";
	window.randimg.innerHTML=img;
}
