var fDesc=new Array(); fDesc[0] = "The Connector Builder has been produced to help developers to easily deploy connectors for Anoto penDocuments Pro. An install wizard in Anoto penDocuments Pro reads the (.paper files), installs them, configures actions and workflows with the connector as a base. The .paper file is encrypted by the Connector Builder."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }