function showimage(img,width,height)
{
	window.open('/img/gpudb/stat/image.php?id='+img,'image','toolbar=no,menubar=no,scrollbar=yes,resizable=no,width='+(width+15)+',height='+(height+15)+'');
}
