var fDesc=new Array(); fDesc[0] = "The Connexion client provides much of the same cataloging functionality as exists in the browser interface, while adding productivity-boosting enhancements including macros, additional keyboard customization you can perform all navigation and cataloging actions using assignable key combinations and integrated label printing. In addition, you can work offline, using client local files and batch processing to send your transactions to OCLC."; 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 = ''; } }