var fDesc=new Array(); fDesc[0] = "Domain Name Status Reporter is a very small sized but powerful program, which helps web enthusiasts in searching for availability of a particular Domain name on the Internet. This application is developed by Softnik technologies and is a freeware application. The Domain Name Status Reporter is capable of reporting as many as 21 of the most popular domain extensions available on the Internet. Moreover, the application also provides important and useful information about the domain names such as name of domain, status, creation date, expiration date, updating date, date on which the domain was last checked, Whois server and the domain registrar. The expiry date, which is displayed on the application interface, is not the actual expiration date. This date tells the date when the domain registrar’s sponsorship in the registry for that particular domain is set to expire. The program has a very intuitive and user-friendly interface. Being free, this application saves its users from annoying nag screens and trial-period expiration issues."; 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 = ''; } }