function view_window(hh,tt,ss,vv) {
var vys,l;
  vys=window.open(hh,tt,"menubar=0,resizable=0,toolbar=0,status=0,left=0,top=0,width="+ss+",height="+vv);
//  vys.document.write('<html><title>&nbsp;<\/title><body topmargin="0" leftmargin="0"><img name="pic" onClick=window.close(); src="'+hh+'" style="cursor:hand" alt="Zavrie"><\/body><\/html>');
//  vys.resizeTo(vys.document.images['pic'].width, vys.document.images['pic'].height);
  vys.focus();
  return vys;
}


