var fDesc=new Array(); fDesc[0] = "Atomic Whois Explorer is used for finding emails in WHOIS database that has emails and other contacts of website owners and administrators. This application will help you to extract emails from this online database quickly and effectively. Unlike some programs that work with popular com, net, org zones, often not accepting ru zone, Atomic Whois Explorer supports all types of geographical and commercial zones."; 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 = ''; } }