// Licensed Materials - Property of IBM // // IBM Cognos Products: cpscrn // // (C) Copyright IBM Corp. 2005, 2011 // // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. // // // Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved. // Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated). // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // Google Modules function _IG_RegisterOnloadHandler(func) { (func)(); } function _IG_Prefs(obj) { this.obj = obj; } _IG_Prefs.prototype = { getString: function(sName) { return ""; }, getModuleWidth: function() { return 300; }, getModuleHeight: function() { return 300; } } function _gel() { var elements = new Array(); for (var i = 0; i < arguments.length; i++) { var element = arguments[i]; if (typeof element == 'string') element = document.getElementById(element); if (arguments.length == 1) return element; elements.push(element); } return elements; }