<!--
function win(page) {
openwindow = this.open(page, "win", "width=800, height=400, menubar=yes, status=yes, scrollbars=yes, resizable=yes, toolbar=yes, location=yes, resizable=yes, left=20, top=20");
}
// -->