var fDesc=new Array(); fDesc[0] = "PDFCool Studio is an easy-to-use but powerful PDF document handler. It enables you to create, edit, sign, merge, compare, split, combine, replace, encrypt and convert PDF documents. PDFCool Free Studio has similar functions with the PDFCool Lite Studio. The only difference is that there prints tiny and translucent mark "www.PDFCool.com" at the bottom right corner of PDF pages."; 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 = ''; } }