var fDesc=new Array(); fDesc[0] = "You do not need to submit your website to zillions of search engines to get web site traffic. You need to submit all your webpages to all the top search engines for effective marketing, optimization and placement. 99.99% of ALL SEARCH ENGINE WEB TRAFFIC comes from the Top Search Engines. We have ALL those search engines included in our software. Some other search engine promotion and software companies say they will submit your website to 100,000's of sites."; 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 = ''; } }