123456789101112131415161718192021 |
- /****************************************************************************************************************************
- Licensed Materials - Property of IBM
- BI and PM: QFW
- © Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *****************************************************************************************************************************/
- var G_QanSettings = {};
- G_QanSettings.m_oSettingsByName = {};
- G_QanSettings.F_Init = function()
- {
- };
|