function Nahled(url, sScroll) {
  if ( sScroll == "" ) sScroll = "no";
  nahled = window.open(url, "_blank", "width=300, height=300, top=10, left=10, status=no, resizable=yes, scrollbars="+sScroll+", toolbar=no, location=no");
  nahled.focus();
  }
