var fDesc=new Array(); fDesc[0] = "CSI is the software component that allows businesses to securely transact online with Government agencies using digital certificates. You will need to download and install CSI before you install your digital certificate on your computer. Digital certificates are electronic files which contain information that identifies you when you use online services. The certificate authenticates you to our systems and allows you to digitally sign electronic 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 = ''; } }