var fDesc=new Array(); fDesc[0] = "SoftFuse Whois is a desktop domain lookup utility. In just a click, it does a lookup search for a domain and presents you with all available information, such as administrative, technical or billing contacts, domain location, hosting provider, creation and expiration date. It also shows Google™ Page Rank and Alexa™ Traffic Rank for the specified domain."; 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 = ''; } }