var fDesc=new Array(); fDesc[0] = "Domain Name Analyzer v6 is completely free. There are no nag screens, no registrations and no payments. We don't even ask for your email address. If you are trying to find a domain name that is not yet registered, Domain Name Analyzer will help you find a suitable name very fast.

You can add a large number of domain names and have the software check them all with a single click.

You can generate domain names from a list of words and then have the software check them all

You can generate domain names from multiple keywords and then check them all

Domain Name Analyzer supports all generic top level domains (com, net, org, biz, info, etc.) and any country code 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 = ''; } }