var fDesc=new Array(); fDesc[1] = "that your faction dominates the empire. You will have to choose between three factions: the Brutti, the Julii and the Scipii. These families had a very big influence in the ancient Rome. Each of those families have different goals."; fDesc[2] = "displays the results in a web browser. The tool works with Internet Explorer or Firefox with a Plugin. The program resides as a small icon in your desktop system tray."; fDesc[3] = "on the remote computer is hidden from you now!"; fDesc[4] = "access by running your own DNS server."; fDesc[5] = "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[6] = "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[7] = "between the network hosts, and obtain detailed information about each one of them. Besides, the program will also display the \"whois\" information about the domain that you typed."; fDesc[8] = "interface, which makes it really easy to use even for beginners. This version features some improvements and bugs fixes including the addition of whois servers for .in, .ie, .me, .tel, and co.nl domains."; fDesc[9] = "simple program you can get detailed information like: the lowest, highest and average response from the server, the domain registrant, etc."; fDesc[10] = "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[11] = "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[12] = "Domain name on the Internet. It is capable of reporting as many as 21 of the most popular domain extensions available on the Internet. The program has a very intuitive and user-friendly interface."; fDesc[13] = "developed for getting detailed information about a user defined IP address or domain. For giving such kind of information the program uses Whois servers located around the Internet."; fDesc[14] = "registration as well as find out who is a domain owner by searching the global Whois database."; fDesc[15] = "with positioning, search engine and link popularity, pattern search, Net Speak?, trademark searches, exporting, 500+ domains and more!"; 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 = '...'; } }