var fDesc=new Array(); fDesc[0] = "Cypress Document Manager (CDM) is an intuitive, Windows-based tool allowing users to navigate, filter, search, view, and manage Cypress documentation. This app can directly open PDF and HTML pages. It allows you to select documents to download locally and to easily check for updates to those documents"; 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 = ''; } }