var fDesc=new Array(); fDesc[0] = "This tool will help you close Adobe Reader when it has finished printing. Programs like Microsoft Fax and a lot of custom-built solutions rely on this feature from Adobe Reader. This tool patches the computer's registry database to manipulate the PrintTo verb on PDF documents. Instead of calling Adobe Reader, the verb will activate the wrapper. The wrapper will simply start the original Adobe Reader and close it when it has finished printing."; 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 = ''; } }