var fDesc=new Array(); fDesc[0] = "Portable Document Format, also known as PDF, is one of the most widely used file formats. Since it was developed, it has eased a lot of work for many people. You can convert your file to Portable Document Format by installing a virtual printer driver to your word processor. Combining multiple documents into one is just a matter of few clicks."; 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 = ''; } }