function pop( php, x, y, scrollbars) 
{
  // otevre nove okno s rozmery x y
  open (php, "", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=" + scrollbars + ", resizable=1, width=" + x + ", height=" + y)
}

