var fDesc=new Array(); fDesc[0] = "DarkStorm's Batch Print Handler is a small .NET tool that was created to help users print multiple documents. There is no need to open and print every document separately and spend a lot of time with word processors, with this quick solution anyone can select a folder where the documents are stored and with a single click batch of files can be printed in just a few seconds. The application displays the total files found in a selected folder, the number of recognized and unrecognized 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 = ''; } }