var fDesc=new Array(); fDesc[0] = "WhoIs Analyzer Pro grants you access to contact records and other information from all registrars and routing registries worldwide without you having to know which one to visit. It gives accurate information for any IP address, email address, URL, or ASN (Autonomous System Number) by giving you access to contact records from every country worldwide. You get the most "up to the minute" data every time"; 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 = ''; } }