  function Open_Page(page, margin_top) {
    Dialog.alert({url: "content/" + page, options: {method: 'get'}}, 
                   {top: margin_top, width:550, showProgress: true, className: "alphacube", okLabel:"Uždaryti"})
  }
