$(document).ready(function() {
  $('#dialog').dialog( {
    autoOpen: true,
    width: 760,
    height: 520,
    modal: true
  });
});
