function popup(url,wi,he) {
  var okn = window.open(url,"okno",'width=' + wi + ',height=' + he +
   ',resizable=0,scrollbars=no,menubar=no' );
}
