var fDesc=new Array(); fDesc[1] = "access by running your own DNS server."; fDesc[2] = "domain registries along with the Regional Internet Registries all over the world. Information about the owner’s mailing address and domain name is also provided by this application as well."; fDesc[3] = "great features make it bold in the queue of domain lookup utilities. Presently it can be used to search domains for the following domain extension: .com, .net, .org, .edu, .co.uk, .com.au, co.in, .in, .info, .biz, .aero, .coop .name, .ws, .nl, .nu,.de, .ca, .co.nz, .usfr, tw, tv etc."; fDesc[4] = "simple program you can get detailed information like: the lowest, highest and average response from the server, the domain registrant, etc."; fDesc[5] = "domain names raises up to 80 million, meaning that it is not easy to find available and good names for your websites. Just think of the time you will be spending looking for synonyms, or possible variations to registered domains, and without any result."; fDesc[6] = "to find your desired domain names quickly and easily. The built-in database helps you to search from generic top level domains and from country code top level domains as well."; fDesc[7] = "names from keywords and then check them for availability with a single click. There are no nag screens or restrictions. Easy to use w..."; fDesc[8] = "registration as well as find out who is a domain owner by searching the global Whois database."; fDesc[9] = "utility is organized into domains and the file extension listing in alphabetical order. Owing to the huge size of the list of file extensions, Extensions organizes it into group of A to I, J to Q and R to Z."; fDesc[10] = "with positioning, search engine and link popularity, pattern search, Net Speak?, trademark searches, exporting, 500+ domains and more!"; fDesc[11] = "before and after views of registrations when anything changes. Receive email alerts when domains expire or become available."; fDesc[12] = "should create your own web site with detailed information about it. The first thing you should do is to think out cool name for your web page. Available Domains Standard is tiny application that will help you in this process. It generates domain names and checks their availability."; fDesc[14] = "few bucks! Download your copy of the program ALL the expired domain names sites use."; fDesc[15] = "Program features include: misspelled domain names generator, build-in thesaurus and multithreaded domain name availability checking."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }