var fDesc=new Array(); fDesc[0] = "Advanced Bulk PAD Submitter is a utility that automates submission of PAD files.
Advanced Bulk PAD Submitter requires that users publish their PAD XML files to a location accessible via HTTP protocol, then import corresponding PAD URLs with the help of a single .txt input file.
Advanced Bulk PAD Submitter comes with two configuration files, DefaultUrls.txt and CustomUrls.txt, which enable automatic PAD submission to approximately 400 default sites and an unlimited number of user-defined sites that support PAD XML format.

In addition to this, the application allows users to submit reciprocal link URL frequently required by shareware sites and to manually review HTTP responses to all PAD submission HTTP requests."; 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 = ''; } }