// Licensed Materials - Property of IBM // IBM Cognos Products: hal // (C) Copyright IBM Corp. 2003, 2017. // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. function C_StartupBlocker(_hBL, _hDC, _hX01){if(document.getElementById("idHALStartupBlocker")){return;}document.writeln('' +''+''+''+'');};C_StartupBlocker.prototype.F_SetPercent=function(_hCX1){var _hY01=document.getElementById("idHALStartupDialog");if(_hY01){_hY01.setAttribute("aria-valuemin", "0");_hY01.setAttribute("aria-valuemax", "100");_hY01.setAttribute("aria-valuenow", _hCX1.toString(10));}this._hDX1=_hCX1;var div=document.getElementById("idHALStartupBar");if(div){div.style.width=Math.min(100, _hCX1)+"%";}};C_StartupBlocker.prototype.F_Hide=function(){var el=document.getElementById("idHALStartupBlocker");if(el){el.parentNode.removeChild(el);}};C_StartupBlocker.prototype.F_SetMessage=function(s){if(this._hDX1>=100){var _hY01=document.getElementById("idHALStartupDialog");if(_hY01){_hY01.setAttribute("aria-valuetext", s);}var div=document.getElementById("idHALStartupBar");if(div){div.innerText=s;if(G_HAL.M_oLibraries["hal"]["enableAccessibility"]){div.focus();}}}};