var fDesc=new Array(); fDesc[1] = "Microsoft WLP 3.08 Vista premium and mobile PCs, it is heavily used and popular amongst Vista and Mobile PC users."; fDesc[2] = "both with voice, calling, video conference, gaming, and mailing functions. The program has not changed much from the previous versions in its core, but adds a great array of new features that the user can surely benefit from."; fDesc[3] = "can download it free from the developer's website and install it again in case we need to. This tool have been designed for connecting our computer to the HP website and automatically check up for all of our HP devices and HP software."; fDesc[4] = "firmware to enjoy new functionalities. The only restriction is that this software is only meant for recent devices of Series 40 or S60; all of these from any Internet enabled broadband connection."; fDesc[5] = "STAC 9750 AC97 WDM Audio Driver. Whatever way you want to label it, the driver package installs version 5.1 of the driver onto your system and can be used as an update to an earlier driver or as part of a new installation."; fDesc[6] = "able to look for files in hard drives, Email attachments, local network or even the internet. The program adds itself to the taskbar where the user types the name of the files to look for."; fDesc[7] = "Microsoft and some of the other leading gaming industries. It mainly focuses on four key features – Quality, Compatibility, Safety and Ease of playing. It is easy to download and install and supports Windows Vista and Windows XP Service Pack 2 Operating Systems."; fDesc[8] = "software makes it easier than ever to do the things you want with your camera. This version has a new interface, and support for Windows Vista."; fDesc[9] = ", from Logitech. This release supports Windows XP and Windows Vista. If you plan to upgrade to Windows Vista at a later date, it is recommended to uninstall SetPoint prior to installing Vista, then reinstall SetPoint again after upgrading to Vista."; fDesc[10] = "modification of XP system files in order to make it look like Windows Vista. Mentioned in multiple magazines, Vista Inspirat is one of the best ways to change quickly and easily icons, explorer configuration and others."; fDesc[11] = "Sony VAIO VGN-CR260A notebook model. In case we need to reinstall the program again or want to upgrade to Microsoft Windows Vista Home Premium, we can download the original drivers for free from the official Sony website."; fDesc[12] = "applications called gadgets, those gadgets offers us a quick access to different tools or functions that may be useful on our daily duties. Microsoft included a little list of gadgets with their sidebar, however there are much more available on vistagallery.microsoft .com."; fDesc[13] = "The program uses your cognitive abilities (visual memory, reflexes,etc.); however, while it is easily understandable for beginners, it is also highly efficient for experienced users. Learn more >> Go ahead and try replacing your Start menu right now! It is safe because Vista Start Menu does not change your system settings, thus making it easy to install, as well as simple to remove."; fDesc[14] = "can also use the Upgrade Advisor to determine if your Windows Vista-based PC is ready for an upgrade to a more powerful edition of Windows Vista."; fDesc[15] = "Windows Vista Aero Theme, Icons, Windows and Menus. Unfortunatelly version 1.1 is very basic and its more similar to longhorn than vista."; 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 = '...'; } }