
function showImg(file)
{
	newWin = window.open('./popup_img.php?file=' + file, 'popUpImage', 'top=10,left=10,width=200,height=200,resizable=yes,scrollbars=yes');
	newWin.focus();
}

