var fDesc=new Array(); fDesc[0] = "Search Engines Monitor (Semonitor) is a web ranking program. It finds your website rankings in the major search engines. This program supports ten major search engines. Those are Google, AltaVista, Yahoo, MSN Search, AllTheWeb, Lycos, HotBot, Overture, DMOZ, ans AskJeeves. It also includes internal Log Analyzing tool, which allows analyzing both the number of visitors coming from search engines and the keywords that they found your site by."; 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 = ''; } }