function popimage(id, img)
{
	document.getElementById(id).src=img;
}


