var fDesc=new Array(); fDesc[1] = "version of Windows Live Messenger 2009 but want to enjoy all the benefits and added Plus!. Yes, this version is the official version released by the sponsor program and resolves all problems of incompatibility that existed between messenger 9 final messenger plus live."; fDesc[2] = "want to install any application from Google Pack and guides you to the whole installation process. With this program you can also monitor the status of your installation, run the software that has been installed on your computer and uninstall the programs."; fDesc[3] = "know instantly whether their computer's virus, spyware, e-mail, and firewall protection services are up-to-date. It combines a set of must-have security services with simplified access to McAfee´s security products."; fDesc[4] = "Technology in the supported notebook models and operating systems. The HP Integrated Module with Bluetooth Wireless Technology provides wireless connectivity to other devices from the integrated module of the supported notebooks."; fDesc[5] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management"; fDesc[6] = "advanced users. The program features a simple and intuitive Explorer style interface that shows the local and remote folders in a clear way and allows you to customize them the way your want."; fDesc[7] = "settings. The program detects the presence of any wireless networks within range of the adapter, providing automatic configuration and connection."; fDesc[8] = "with management buttons allows creation of a new profile, edit a profile etc. The Settings General page allows Launch of Acer eNet Management, views Wireless Adapter, Firewall settings etc and the Network page has three buttons on this page namely: VPN ,WLAN & LAN"; fDesc[9] = "interfaces to ensure that data remains safe when the computer is unattended or for public use, such as those in an open environment. It also prevents data from being copied to external storage media, such as an optical disk, flash drive or floppy disk."; fDesc[10] = "Diagnostics module - Benchmarks - Tweaking features - Web links - Favorite pages - Built-in hardware database - Full Windows XP compatibility - Full Windows Server 2003 compatibility - Fully localized user interface."; fDesc[11] = "distributed as a free tool for checking their hardware, it can be used on any hard disk having SMART capability. This s actually not necessary as SMART monitoring is enabled in almost all new motherboards."; fDesc[12] = "if they are online, even if they are invisible or are using Stealth Mode."; fDesc[13] = "which are not available in the windows default text editor notepad. This editor fulfills almost all the necessary requirements for a text editor. The interface is user-friendly and easy to use."; fDesc[14] = "through all the world's computers and servers integrated into a resource-sharing network. When you first open the program, you will see the page of www.hatrix.org in its built in browser. You can use this page to look for files to download in the network."; fDesc[15] = ", Application info and Network info. You can find out the operating system on your mobile phone, the exact model terminal, their IMEI code, the internal memory and expansion cards available, profiles and topics."; 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 = '...'; } }