var fDesc=new Array(); fDesc[0] = "Rapid SEO Tool is a powerful search engine optimization and position monitoring program designed to ease the task of improving web page position on search results. It also allows you to easily fix your web page and check how it climbs up the search results, compare your website against competition and generate side-by-side reports, and perform detailed quality check and keyword analysis with a single click."; 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 = ''; } }