var fDesc=new Array(); fDesc[0] = "Meet Icecream PDF Split & Merge, an application that does exactly what it says; split and merge PDF files quickly and easily. You can split documents into single page files, get rid of specific pages, and more using the various splitting modes that the tool offers. Merge or split any PDF file without page quantity limitations and even work with password-protected files. The software also comes with a built-in PDF reader for more convenience. Combine PDF files in a hassle-free way."; 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 = ''; } }