function showImg(img)
{
	document.getElementById("showbox").src = "upload/"+img+".gif";
}