var fDesc=new Array(); fDesc[1] = "like customs buttons with gadget support, new tab page to access a new page, quick search box to navigate your web search faster, synchronized toolbar setting to access your information from any computer, and improved auto fill that allows you to have several profiles information."; fDesc[2] = "user interface including new buttons of browser quick start and mail client, SMS and address book applications. Wireless Manager provides control of connections, data using, information about messages and contacts."; fDesc[3] = "choose a name and have your IP address redirected to that name. So, if you have an Internet Service Provider that changes your IP every time you reboot your ADSL modem, for example, you will greatly benefit from this application."; fDesc[4] = "different types of information about local network computers in just a few seconds. This incredible application gives you one-click access to many useful functions such as remote shutdown and wake up, Radmin integration and lots more."; fDesc[5] = "5.01 ensures the security between host computer and gateway by checking that the MAC address from gateway to localhost and viceversa is correct."; fDesc[6] = "Platinum is a software designed to hide your IP address to give you complete privacy. Every computer or connection has an IP address that defines a unique computer. When you are running a computer with hidden or changed IP, you are like invisible. Hide IP Platinum can do so."; fDesc[7] = "select a DNS name for your computer to be accessed to. For example, you can chose DNS.DynDNS.com, and every time someone types that address anywhere, they will be directed towards your IP address. However, you would have to manually update it every time your IP changes."; fDesc[8] = "address of the user’s system, for preventing issues like identity theft, and guards the computer against hacker intrusions by concealing the IP address with a mere click of a button."; fDesc[9] = "Online Privacy Overview Anonymous Browsing Invisible Browsing will mask or hide or spoof your IP address preventing the banner ad campaigns and e-commerce applications from logging your internet address without your permission. Secure Browsing Invisible Browsing will also protect you by blocking ActiveX controls which can harbor malicious code such as viruses and invasive code such as JavaScript."; fDesc[10] = "address. A MAC address is a set of numbers and letters. Ideally, a MAC address should be unique to a single device. In other words, your computer's network card and your router should not have the same address."; fDesc[11] = "to calculate every aspect of your subnet configuration just in a few minutes. This incredible application generates a color-coded bit map, breaking down the network, subnet, and host portion."; fDesc[12] = "(MAC) Address of your Network Interface Card (NIC) irrespective to your NIC manufacturer or its driver. It a very simple & easy to use utility that gives you enough information about the Network Interface Cards (NIC) installed on your computer."; fDesc[13] = "program will classify the IP automatically. You can select address types from class A, B, C, and D, determine the number of subnet bits to use when creating the subnet mask, check the information of the current IP address scheme, and show the route and super net address range."; fDesc[14] = ", Windows XP. If you want to change your computer's look and feel for Vista then we can say QT Address Bar 0.9,5 is the first step for it."; fDesc[15] = "have several computers on the network and need some information about them. Find MAC Address carries out a rather simple task, but it allows you to get a lot of information. It can identify the MAC address of any computer connected to your network."; 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 = '...'; } }