function showImage(objname, image)
{
	var obj = document.getElementById(objname);
	obj.src = image;
}
