var wpop='';

function Pop(resim,w,h){

	if (document.all) w+=16;
	//if (!document.all) h+=90;

	if (wpop && !wpop.closed) wpop.close();

	wpop=window.open(resim,'','scrollbars=yes,status=yes,directories=no,menubar=no,resizable=yes,toolbar=no,width='+w+',height='+h+',top=50,left=50');

	wpop.document.open();
	wpop.document.write('<html><title>Jozi Levi - Foto galeri</title><style>BODY {margin:0; background:url('+resim.href+') no-repeat;}</style><body></body></html>');
	wpop.document.close();
	wpop.focus();

	return false;
}

