var fDesc=new Array(); fDesc[0] = "Some PDF Merge Split is a program that can merge PDF files into one or split a PDF file to multiple PDF files with bookmarks. The program can import bookmarks from input PDF documents and embedded them to the result PDF file. Some PDF Merge Split can also specify pages from and input PDF document to merge into one PDF file."; 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 = ''; } }