var fDesc=new Array(); fDesc[0] = "Quite Imposing is a family of plug-ins for Adobe's Acrobat 4.0, 5.0 and 6.0 from Quite Software. It comprises Quite Imposing and its sister product, Quite Imposing Plus. Creating booklets or arranging complex imposition layouts has never been easier and all without leaving Acrobat! Quick to learn and easy to use, our imposition products give immediate results without need for expensive training or complicated job set ups."; 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 = ''; } }