var fDesc=new Array(); fDesc[0] = "Print double-sided PDF documents in just two steps. With Easy PDF Two Sided you can open any PDF document and process it to divide it into two parts. The first part is the even pages and the second the odd pages reversed. After printing the first part (even pages), rotate the sheet of paper and print the second part (odd pages reversed). This simplifies the process of printing large double-sided PDF documents on printers with single-sided support, without having to think about how to reorder the folios to print the neatly ordered 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 = ''; } }