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);
}