var fDesc=new Array(); fDesc[0] = "Available Domains Pro is a feature-packed, convenient and fast domain checker that finds attractive domain names for your personal or business web site and manages them. It has an ultimate (524 TLDs) database, integrated Domain Name Generator, Link Popularity checker, customizable user interface and more. You can populate the domain list manually, generate it from keywords, brainstorm domain names or import them from file. The domain list can be exported to file, sent via e-mail. This program checks multiple domains availability simultaneously and you can start/stop checking all domains as well as specific domain at any time. This program is the best domain checker, domain generator and domain manager on the market!"; 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 = ''; } }