<!--
function CloseWindow() {
        ww = window.open(window.location, "_self");
        ww.close();
}
-->

