ig_crn_sdkcd_hid.js 593 B

123456789101112131415161718192021
  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. helpIDtopic["72224"] = "ig_crn_sdkcd_c_upgradingthesdksoftware.html";
  10. helpIDtopic["48671"] = "ig_crn_sdkcd_t_installingandconfiguringthesdk.html";
  11. helpIDtopic["62886"] = "ig_crn_sdkcd_t_uninstallthesdk.html";
  12. if( helpIDtopic[helpID] )
  13. return helpIDtopic[helpID];
  14. else
  15. return "";
  16. }