var fDesc=new Array(); fDesc[0] = "TruCredential Suite Software allows you to design, issue, and manage ID cards and credentials in your organization. It can be easily integrated with your existing databases, including Microsoft Excel, Access, and SQL server. You can design a new card quickly with intuitive, drag-and-drop designs, customized to fit your needs; pre-built smart card configurations are also available. TruCredential Suite can be deployed on multiple computers in your network, allowing you to remotely manage users and data."; 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 = ''; } }