function refreshimage(id)
{
	document.getElementById(id).src = document.getElementById(id).src + '?' + Math.random();
}
