<html><head><title>Zoom</title>'+'</head><body bgcolor=#FFFFFF leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 >'+
			'<a href="javascript:self.close()"><img src="'+src+'" border=0 title="" width='+w+' height='+h+'></a></body></html>';
  
        if (IE) {
        	ww = ww-2;
	        wh = wh-2;   
win=window.open('','_blank','width='+ww+',height='+wh+',resizable=no'+',top='+tp+',left='+lp+',scrollbars='+sb+',status=no');
        
        }
        else {
  			//alert(Opera);
			if(Opera) win=window.open(src,'_blank','width='+ww+',height='+wh+',resizable=no'+',top=100,left=100,scrollbars='+sb+',status=no');
			else win=window.open(src,'_blank','width='+ww+',height='+wh+',resizable=no'+',top='+tp+',left='+lp+',scrollbars='+sb+',status=no');
        }
		win.document.open();
		win.document.write(html);
		win.document.close();

		setTimeout("win.focus()",100);

}

function refr(id){
	obj=document.getElementById(id);
	obj.src=obj.src;
	
}

function crop(file,w,h,img,hash){
	w=w+20;
	h=h+76;
	if (window.showModalDialog){
		win=window.showModalDialog("iface/jscrop1b9e.html@filename="+file+"&hash="+hash,"","dialogHeight:"+h+"px; dialogWidth:"+w+"px; resizable:no; status:no; help:no; scroll:no");
	}else{
		alert("Функция обрезки изображения доступна в Internet Explorer");
	}
	//win=window.open('iface/js/crop.php@filename='+file,'_blank','width='+w+',height='+h+',resizable=no'+',top='+tp+',left='+lp+',scrollbars='+sb+',status=no');
	if(win) setTimeout("refr('"+img+"')",3000);
}