var fDesc=new Array(); fDesc[0] = "XL-Whois is a tool to make multiple advanced whois requests. It supports domains such as Whois, Network Whois, and DNS Records. It can automatically read IPv4, hostname, domain name, and IPv6 data from your clipboard and perform whois requests. XL-Whois stores responses from Network Whois requests in database and cache. This database can be sent to others, who can import them into their program for reading."; 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 = ''; } }