var fDesc=new Array(); fDesc[0] = "Site Popularity Meter will allow you to check the popularity of your site as compared to your competitors. Based on the popular Alexa service, this software tool will quickly provide the site rank and links as reported by Alexa®. Truly FREE Software. No registration or license required. Spyware-free. Malware-free. No nag screens asking you to purchase or begging you to donate. Fully UN-installable with a single click if undesired."; 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 = ''; } }