var fDesc=new Array(); fDesc[0] = "Expired Domain lists are usually very large and manually inspecting all names can be very time consuming. If you are interested in finding and registering valuable domain names from Expired Domain lists, 1 and 2 Word Domain Finder can help to find the best domains faster.

This application will find all domain names that can be put in 1 or 2 words (typically the most valuable domains) and output them to separate lists, thus [greatly] reducing the domain count. It will also find 2 word domains with hyphen and put them in a separate list."; 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 = ''; } }