var fDesc=new Array(); fDesc[0] = "If you want to promote your site by submitting it to Directories and Article directories like this one, then this might be the software you need to help you!

WebFormManager allows the following:

- Unlimited form templates with unlimited number of fields,
- Set of keywords to allow multiple form submissions,
- Unlimited lists of sites,
- One click copy of all data of your form data to the web form,
- Importation of site either from other website link analysis or bulk entry of links,
- Online update and report of URL directories and article directories.
- Unlimited Entries"; 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 = ''; } }