rdm_sdk_hid.js 384 B

123456789101112131415161718
  1. /*
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: DOCS
  4. © Copyright IBM Corp. 1999, 2012.
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. */
  7. function checkHelpID( helpID ) {
  8. var helpIDtopic = new Array();
  9. if( helpIDtopic[helpID] )
  10. return helpIDtopic[helpID];
  11. else
  12. return "";
  13. }