var fDesc=new Array(); fDesc[0] = "Social Submitter is an application that allows to automatically submit your prepared tagged article with a link to target resource to a large set of social bookmarking sites. Our database contains about 350 bookmarking sites and we update it several times a week to ensure the highest quality of submission. The database update runs automatically on program startup, so you won't need to do anything for it.
During submission the application will ask you to select the sites that are suitable for your project from the database, set thematic category your article belongs to and set up the article itself (add URL, contents, and tags). After that you can submit it to selected social bookmarking sites by just one click of the button."; 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 = ''; } }