function openhelp(thedoc) {
window.open(thedoc, "window2", "status=No, toolbar=No, windowbar=No, menubar=No, hotkeys=No, directories=No, dependent=No, scrollbars=No, location=No, resizable=No, Height=440, Width=640")
}

function openhelp1(thedoc) {
window.open(thedoc, "window2", "status=No, toolbar=No, windowbar=No, menubar=No, hotkeys=No, directories=No, dependent=No, scrollbars=No, location=No, resizable=No, Height=600, Width=640")
}