function showImageZoom(filename) 
{
	window.open('/templates/allpress/photo.php?image='+filename, 'imgzoom', "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=200,left=150,width=250,height=250"); 
}