var fDesc=new Array(); fDesc[0] = "RSA SurePDF is a program that allows you to convert your documents, with your fonts, to reliable print-ready PDF from any application on your computer. The finished PDF is then automatically sent to the Production Print Center for output. It enables you to use a Print dialog box workflow to produce accurate Adobe PDF files on your computer for automatic submission to the print center for output."; 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 = ''; } }