var fDesc=new Array(); fDesc[0] = "SubmitWolf is an easy to use, professional website promotional tool, which automates the process of promoting your web pages on the Internet. It can dramatically increase the number of visitors to your web site.
SubmitWolf can automatically submit your websites to hundreds of engines and directories and thousands of link pages. SubmitWolf has built in submission tracking to ensure that your website does not spam search engines.
SubmitWolf's search engine list is updated weekly to ensure the latest engines are available for submission."; 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 = ''; } }