var fDesc=new Array(); fDesc[0] = "PromoSoft is a market leading software submission tool since 2004. Over 3000 software developers all around the world chose PromoSoft for their software promotion and for a good reason - after 8 years of non-stop development it's the most advanced software submission solution available on the market:

Features Overview:

- Automated submission to over 1000 download sites and PAD repositories. (full site list...)
- Highly accurate submission processing thanks to intelligent submission approach. (more...)
- Monitoring of software listings on numerous download sites.
- Automated processing of account-based sites.
- Developer account management and password retrieval.
- Embedded PAD file generator and validator.
- Embedded Optical Character Recognition(OCR) and manual CAPTCHA recognition.
- Fast category selection based on keyword-weighting.
- Frequently updated site database.
- Time-saving design.
- Free technical support."; 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 = ''; } }