﻿


function SetupDialog(DialogID) {
    $(DialogID).dialog({ autoOpen: false, modal: true, width: 800 });
};
