var fDesc=new Array(); fDesc[0] = "PDF Studio is an all-in-one, easy to use PDF editor that is a reliable alternative to Adobe Acrobat and provides all PDF features needed at a fraction of the cost. PDF Studio maintains full compatibility with the PDF Standard.

It lets you create, edit, review, annotate and handle PDF documents in various ways."; 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 = ''; } }