var fDesc=new Array(); fDesc[1] = "execute realtime DNS and PING test, while making subnet creation and network worksheet generation simple and easy. It's an indispensable tool for almost any network administrator."; fDesc[2] = "Directory integration; server management; user management; service monitoring and control; event management; job and task scheduling; printer management; disk and file administration and reporting and exporting."; 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] = "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[5] = "properties from remote computers within your network environment. It shows the features of the objects, credentials and status and retrieves Host Name/IP address, description, domain, OS type, OS version, OS platform ID, last connection check, WMI namespace and so on."; fDesc[6] = ", we can enter a file name or select it from anywhere within our computer, external or removable devices. We will be able to select the following extensions: HTM/HTML/CGI/ASP/PHP/S TM/SHTML/SHTM/PHP3."; fDesc[7] = "machines, reboot them, stop or start processes on them, etc. - these are just some examples of what you can do from this simple simple yet powerful application."; fDesc[8] = "e-mail addresses from the list, based on the professional or national basis."; fDesc[9] = "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[10] = "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[11] = "easily verifies email addresses, huge domains and clean up your mailing / domain list."; fDesc[12] = "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[13] = "with positioning, search engine and link popularity, pattern search, Net Speak?, trademark searches, exporting, 500+ domains and more!"; fDesc[14] = "administrators' name, address, email, telephone numbers, as well as the domain settings, and export them to CSV or text file."; fDesc[15] = "features include automated check, customizable fields display, multiple projects, custom color coding, SMTP and proxy support"; 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 = '...'; } }