

function DoPopUp(URL, width, height) {
msgWindow = window.open(URL, "PopUp", "toolbar=no,width=" + width + ",height=" +height)
}

function DoPopUp2(URL, width, height) {
msgWindow = window.open(URL, "PopUp", "toolbar=no,scrollbars=yes,width=" + width + ",height=" +height)
}

function DoPopUp3(URL, width, height) {
msgWindow = window.open(URL, "PopUp", "toolbar=no,scrollbars=yes,width=" + width + ",height=" +height)
}
