// Create functions to support the help screens
// This will open a new dialog with no addressbar and toolbar and all
function InvokeHelp(sSessionID) {
          window.open ("WxHelp.asp?Page=HELP&amp;SessionID="+sSessionID,"","width=640,height=470,toolbar=1,status=0,resizable=1,scrollbars=1");
}

