function openLegacyWindow(page) {
	OpenWin = this.open(page, "", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=570,height=500");
}
function openLegacyPrintWindow(page) {
	OpenWin = this.open(page, "", "toolbar=no,menubar=yes,location=no,scrollbars=yes,resizable=yes,width=777,height=500");
}