﻿$(function() {
$("#msgBoxDivInfo").dialog({
    show: null,
    autoOpen: false,
    draggable: true,
    resizable: false,
    modal: true
});
});
//alert("aaa");
