function OpenHelp()
{
window.open('help.htm', '', 'top=150, left=200, scrollbars=no, width=400, height=380')
}
function CloseWindow()
{
window.close()
}
