var fDesc=new Array(); fDesc[0] = "Business PDF Writer is a program that lets business professionals quickly and easily convert any paper or electronic document to a reliable Adobe Portable Document Format (PDF) file. It offers features such as paper size, orientation, resolution, summary information, compatibility, PDF layout control, automatic font embedding, image enhancement, live hyperlink, content protection, PDF compression, PDF split and merge, 128-bit encryption and decryption and PDF optimization."; 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 = ''; } }