function viewImg(id)
{
        imgWindow = window.open("showImg.php?file="+id,"imgWindow","status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=0,width=660,height=600");
	imgWindow.moveTo(((screen.width/2)-330),((screen.height/2)-300));
}

