var fDesc=new Array(); fDesc[0] = "Wondershare PDF Editor is everything you need to work with PDF: create & secure PDFs, edit text/images directly, sign PDF with stamp or digital signature, create & fill PDF forms, and reuse the content by converting both native and scanned PDF to Office formats. And it is easy on the budget at 1/10 price of Adobe Acrobat; perfect for consumers and small business alike."; 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 = ''; } }