// Licensed Materials - Property of IBM // // IBM Cognos Products: pps // // (C) Copyright IBM Corp. 2005, 2017 // // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. var dbdataLoaded = false; var dimBarData = new Array( { custom : '0', startIndex : '0', testDivBarStatic : { top: '0px', left: '0px', zIndex: 10, menuLeftOffset: 10, menuTopOffset: 10 }, testDiv1Static : { top: '35px', left: '5px', width: '600px', height: '250px', zIndex: 2 }, testDiv2Static : { top: '300px', left: '5px', width: '600px', height: '250px', zIndex: 3 }, testDivBar : { top: '0px', left: '0px', zIndex: 10, menuLeftOffset: 0, menuTopOffset: 0 }, testDiv1 : { top: '35px', left: '5px', width: '600px', height: '250px', zIndex: 2 }, testDiv2 : { top: '300px', left: '5px', width: '600px', height: '250px', zIndex: 3 }, innerNice1 : { height: '225px'}, innerNice2 : { height: '225px'}, innerNice1Static : { height: '225px'}, innerNice2Static : { height: '225px'}, prefix : {}, ppds_id : {}, dimIdx : {}, level : {}, txt : {}, order : null, minimized : null, minimizedCoords : null, floatDivBar : { top: '0px', left: '0px'}, nowrap : true } ); //global variables... var hasDimensionBar; var selectedRows = new Array(); var selectedColumns = new Array(); var visibleRow = 0; var visibleCol = 0; var summaryRowCats = new Array(); var summaryColCats = new Array(); var grid = new Array(); var hiddenFormEntries = new Object(); //variables initialized in XSLT... var numRowLevels; var numColLevels; var maxColID; var maxRowID; var displayType; var dimFilter; var rowInfo; var colInfo; var rowDimIdx = new Array(); var colDimIdx = new Array(); dbdataLoaded = true;