var fDesc=new Array(); fDesc[0] = "e-SignLive is a program that offers a flexible and extensive set of e-signature features. You can start e-signing immediately with the on-demand service that lets you upload documents and send out invitations to signers. You can also quickly integrate e-signing with your core systems or web portal for end-to-end straight through processing."; 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 = ''; } }