var fDesc=new Array(); fDesc[0] = "Tesseract PAD Submitter is a useful tool for single software developers or software houses who want to increase the popularity of their software products and so their sales.

It helps to submit software information to different hundreds of PAD enabled web sites.

To submit your product specification simply double click on the list item in the left window or use right mouse click and choose "Open PAD submit url" menu command.

The web enabled site will be loaded and appear on the right window.

You must select the different input text boxes on the web page and click on the corresponding buttons down in the PAD submitter.

Pay attention to select the appropriate item in the product combo box.

After you have managed your all PAD file information requested by the site in question you can record the appropriate status for the web site in the PAD Submitter."; 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 = ''; } }