// Incomedia WebSite X5 2007. All rights reserved. var imBrw_op=window.opera; var imBrw_ie=document.all && !imBrw_op; var imBrw_ns=document.getElementById && !imBrw_ie; var imEffectEnabled = /MSIE [678]/.test(navigator.userAgent) && navigator.platform == "Win32"; var imHoverToEnable = /MSIE (5\.5)|[6]/.test(navigator.userAgent) && navigator.platform == "Win32"; var mbTipOk = false; function imGetLayer(sName) {return document.all?document.all[sName]:document.getElementById?document.getElementById(sName) : "";} function imIEBody(){return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body} function imOpenLocation(sNewLocation){ document.location = sNewLocation; } function imGetParameter(sParamName) { var sQueryString = ""; var iStart = 0; var iEnd = 0; if (window.top.location.search != 0) sQueryString = unescape(window.top.location.search); sParamName = sParamName + "="; if (sQueryString.length > 0) { iStart = sQueryString.indexOf(sParamName); if ( iStart != -1 ) { iStart += sParamName.length; iEnd = sQueryString.indexOf("&",iStart); if (iEnd == -1) iEnd = sQueryString.length; return sQueryString.substring(iStart,iEnd); } return null; } } function imOnload() { if (document.getElementById("imMnMn") != null) { if (document.getElementsByTagName) { if (imHoverToEnable) { var oList = document.getElementById("imMnMn").getElementsByTagName("LI"); for (var i=0; i document.body.offsetHeight) imZIyScroll = document.body.scrollHeight; else imZIyScroll = document.body.offsetHeight; if (self.innerHeight) imZIwindowHeight = self.innerHeight; else if (document.documentElement && document.documentElement.clientHeight) imZIwindowHeight = document.documentElement.clientHeight; else if (document.body) imZIwindowHeight = document.body.clientHeight; imZIpageHeight = imZIyScroll < imZIwindowHeight ? imZIwindowHeight : imZIyScroll; if (self.pageYOffset) imZIyScroll = self.pageYOffset; else if (document.documentElement && document.documentElement.scrollTop) imZIyScroll = document.documentElement.scrollTop; else if (document.body) imZIyScroll = document.body.scrollTop; imZIdiv_Backg.style.top = '0px'; imZIdiv_Backg.style.height = (imZIpageHeight + 'px'); imZIdiv_Backg.style.zIndex = '2000'; var imZIImageTop = imZIyScroll + ((imZIwindowHeight - 35 - iHeight) / 2); var div_Descr = ""; if (sDescr!="") div_Descr = "
" + sDescr + "
"; imZIdiv_Backg.innerHTML = "
" + div_Descr + "
"; imZIdiv_Backg.style.display = "block"; } function imZIHide(){ imGetLayer("imZIBackg").style.display = "none"; imGetLayer("imZIImage").innerHtml = ""; }