var fDesc=new Array(); fDesc[0] = "Advanced PDF Combiner is a utility that simplifies the task of combining two PDF documents, described below as PDF Document 1 and PDF Document 2, or their selected pages. The application supports seven different modes of PDF manipulation: combine PDF Document 1 with PDF Document 2, replace one or more pages in PDF Document 1 with one or more pages from PDF Document 2, insert one or more pages from PDF Document 2 before specific page in PDF Document 1, insert one or more pages from PDF Document 2 after specific page in PDF Document 1, combine PDF Document 1 with PDF Document 2 and alternate all pages for both documents, combine PDF Document 1 (reversing its order) with PDF Document 2 and alternate all pages for both documents, combine PDF Document 1 with PDF Document 2 (reversing its order) and alternate all pages for both documents. Advanced PDF Combiner supports password-protected PDF documents, automatically persists most recently used output directory path and allows assignment of custom names to output PDF documents."; 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 = ''; } }