var fDesc=new Array(); fDesc[0] = "WhoisThisDomain is a simple but useful program that provides domain information. The application features a very simple and intuitive user interface, which makes it really easy to use even for beginners and does not present any changes from previous versions. The utility automatically connects to the right WHOIS server, and if the domain is registered, it provides the owner and registration information for any domain name you are looking for, including the name of the organization it is registered on, address, city, country, registrant's phone number, email, etc. It supports both generic domains and country code domains. What is more, it allows you to search for multiple domain names at once by simply writing or pasting the domain names or URLs into the window. In addition to this, the results can be exported as HTML report or saved to a text file. This version also features some improvements and bugs fixes including the addition of whois servers for .in, .ie, .me, .tel, and co.nl domains."; 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 = ''; } }