function launch_help(URL) {
aWindow=window.open (URL,"thewindow", "scrollbars=1, resizable=yes, width=" + 590 + ",height=" + 675);
}

function openWin(URL) {
aWindow=window.open (URL,"thewindow");
}

function launch_dochelp() {
self.name = "opener";
remote = open("doc_instructions.asp", "remote", "scrollbars=1,menubar=yes,resizable=yes,width=" + 800 + ",height=" + 600);
}

function launch_check(URL) {
    aWindow = window.open(URL, "thewindow", "scrollbars=0, resizable=no, width=" + 520 + ",height=" + 420);
}
