var fDesc=new Array(); fDesc[0] = "SEO Administrator is an integrated suite of web promotion SEO tools that cover all aspects of website optimization and promotion. The program uses your website keywords to obtain the ranking position of your website from a wide range of search engines. It also checks for website page indexing, and it identifies sites where you can publish links back to your site to increase your link popularity."; 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 = ''; } }