var fDesc=new Array(); fDesc[0] = "SEO Suite is a user friendly, all in one web promotion software. It includes Dynamic Submission - a multi-award winning web promotion software, Web Ranking and Dynamic Link Promotor. This package allows you to submit your web site to hundreds of major search engines with just a few clicks. You can also use Web Ranking to check your web site's ranking position. It is an essential tool for serious Web Promoters, providing a way to judge the success (or otherwise) of Search Engine submission. Link Promotor is a powerful tool for internet marketers to promote their web site and link pages over the internet. It will help you maintain your reciprocal links, track and verify your link partners."; 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 = ''; } }