function NewWinHelp(URL) {
window.open(URL, "help", "width=520,height=460,left=200,top=20,scrollbars=auto,resizable=no");
}


function NewWinScan(URL) {
window.open(URL, "scan", "width=420,height=420");
}

function NewWin(URL) {
window.open(URL, "_blank", "width=640,height=480,left=0,top=0,scrollbars=auto");
}

