$(function() {
    $("#dialog").dialog({
        bgiframe: true,
        height: 140,
        modal: true
    });
});
