var fDesc=new Array(); fDesc[0] = "With Magic PDF to create, edit, modify, convert, combine, secure, open, fill, import, export and email PDF documents and PDF forms. Magic PDF is compatible with the Adobe Acrobat and Microsoft Office Suite and gives you all the necessary features to handle PDFs built inside. This program gives you the ease of being able to edit PDF files and documents no matter where and when they were created."; 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 = ''; } }