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