var fDesc=new Array(); fDesc[0] = "Imposition Wizard is an imposition software for Adobe Acrobat. The program includes all the standard impositions: n-up, step and repeat, cut stack and booklet schemes. You can also setup a custom layout using the page shuffle feature which gives you endless reordering possibilities. It features: eealtime WYSIWYG preview, customizable complex gaps, creep support for booklets, measurement units support, various color spaces support, crop marks support, and more."; 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 = ''; } }