var fDesc=new Array(); fDesc[0] = "SUBMITUS will allow you to submit your software to the best freeware and shareware sites on the Internet. The software includes IE as well as a database full of software archive sites, so you can be sure that your submissions will be accepted without any errors.
You can define the basic information for your program (e.g. title, version, urls, date, keywords, os, descriptions, etc.) and you can automatically populate the submission form AUTOMATICALLY or with a drag&drop function.
All you have to do is select the category for each site and press Submit.
The software also maintains your submission status (new/old) and stores your ID password and information for future use."; 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 = ''; } }