var fDesc=new Array(); fDesc[0] = "PDFCool Studio has many unique features and creativity hardly found in similar software products. It firstly comes up with concepts of page selector and batch processor, which allow you to conveniently handle PDF documents based on page, as well as multiple PDF documents. What's more, PDFCool Studio has more than 30 kinds of unique features"; 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 = ''; } }