﻿$(document).ready(function() {
    $("#msgbox").dialog({
        autoOpen: false,
        resizable: false,
        bgiframe: true,
        modal: true,
        hide: 'slide',
        buttons: {
            Close: function() {
                $('#msgbox').dialog('close');
            }
        },
        title: 'Weyak'
    });


    
        
});
