function initKLayers(){ isDOM=document.getElementById?true:false isOpera=isOpera5=window.opera && isDOM isOpera6=(isOpera && window.print)?true:false isOpera7=isOpera && navigator.userAgent.indexOf("Opera 7") > 0 || navigator.userAgent.indexOf("Opera/7") >= 0 isMSIE=isIE=document.all && document.all.item && !isOpera isStrict=document.compatMode=='CSS1Compat' isNN=isNC=navigator.appName=="Netscape" isNN4=isNC4=isNN && !isDOM isMozilla=isNN6=isNN && isDOM if(!isDOM && !isNC && !isMSIE && !isOpera){ KLayers=false return false } pageLeft=0 pageTop=0 KL_imgCount=0 KL_imgArray=new Array() KL_imageRef="document.images[\"" KL_imagePostfix="\"]" KL_styleSwitch=".style" KL_layerPostfix="\"]" if(isNN4){ KL_layerRef="document.layers[\"" KL_styleSwitch="" } if(isMSIE){ KL_layerRef="document.all[\"" } if(isDOM){ KL_layerRef="document.getElementById(\"" KL_layerPostfix="\")" } KLayers=true return true } initKLayers() // document and window functions: var KL_LAYER=0 var KL_IMAGE=1 function KL_findObject(what,where,type){ var i,j,l,s var len=eval(where+".length") for(j=0;j