/*
Modification or decryption of this file is strictly forbidden - Pintexx GmbH
*/
function __intelliHide(){try{__isIntelli=false;document.getElementById("__int__popup").style.visibility="hidden";document.getElementById("__intelli0").scrollIntoView(false);__intelliPos=-1;__intelliData=new Array()}catch(Error){}};function __intelliMouseClick(row){editInsertHtml(document.getElementById("__intelli"+row).innerHTML);__intelliHide()};function __intelliAction(){if(__isIntelli){for(var i=0;i<__intelliRowCount;i++){document.getElementById("__intelli"+i).style.backgroundColor="white";document.getElementById("__intelli"+i).style.borderColor="white"}var evt=getWindow().event;if(evt.keyCode==40){__intelliPos++;if(__intelliPos>=__intelliRowCount)__intelliPos=0;document.getElementById("__intelli"+__intelliPos).style.backgroundColor="#B1C0D2";document.getElementById("__intelli"+__intelliPos).style.borderColor="#0A246A";document.getElementById("__intelli"+__intelliPos).scrollIntoView(false)}if(evt.keyCode==38){__intelliPos--;if(__intelliPos<0)__intelliPos=__intelliRowCount-1;document.getElementById("__intelli"+__intelliPos).style.backgroundColor="#B1C0D2";document.getElementById("__intelli"+__intelliPos).style.borderColor="#0A246A";document.getElementById("__intelli"+__intelliPos).scrollIntoView(false)}if(evt.keyCode==13||evt.keyCode==32){if(__intelliPos>=0&&__intelliPos<=__intelliRowCount)editInsertHtml(__intelliData[__intelliPos]);evt.cancelBubble=true;evt.returnValue=false;__intelliHide();return true}if(evt.keyCode==27||evt.keyCode==8){__intelliHide()}}};function __intelliProcess(data){var temp="";temp+="<table width='100%' cellspacing='0' cellpadding='0' border=0 style='padding: 1px;font-family: arial;font-size: 11px'>";temp+="<tr><td>";var aTexts=__data.split("&&;");__intelliRowCount=aTexts.length-1;for(var i=0;i<aTexts.length-1;i++){var aText=aTexts[i].split("&&:");var temp1=aText[0];var image="";if(temp1!="")image="<img src='"+temp1+"' border='0'>";var text=aText[1];var value=aText[2];__intelliData[i]=value;temp+="<table id='__intelli"+i+"' style='border: 1px solid white;background: white;font-family: arial;font-size: 11px' border='0' cellspacing='0' cellpadding='1' width='100%'><tr><td width='1'>"+image+"</td><td style='margin-left: 2px;color: black'>"+text+"</td></tr><table>"}temp+="</td></tr>";temp+="</table>";var objPopup=null;if(!document.getElementById("__int__popup")){objPopup=document.createElement("div");document.body.appendChild(objPopup);objPopup.id="__int__popup";objPopup.style.width="150px";objPopup.style.height="100px";objPopup.style.position="absolute";objPopup.style.overflow="auto";objPopup.style.border="1px outset";objPopup.style.backgroundColor="white"}else{objPopup=document.getElementById("__int__popup")}objPopup.innerHTML=temp;objPopup.style.left=__intelliLeft;objPopup.style.top=__intelliTop;objPopup.style.visibility="visible";__isIntelli=true};
