<!--
function wopen(patch,xx,yy) {
if (xx==0){xx=560};
if (yy==0){yy=480};
if (navigator.userAgent.indexOf("MSIE") >= 0){
stroka= 'copyhistory=0,directories=0,top=50,left=50,height=' +yy+',location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0,width='+xx
		win1=open(patch,'win1',stroka);
		win1.focus();
	}else{
		win1=open(patch,'win1',stroka);
	}
}
//-->	

