var fDesc=new Array(); fDesc[1] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely."; fDesc[2] = "tools, like SweetIM Toolbar for Internet Explorer and Firefox, a new icon bar with all the cool content, from emoticons to winks, sound FX, videos and more. It works also with Messenger Plus. You can get an update every time there is new content available."; fDesc[3] = ", 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[4] = "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[5] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[6] = "convert audio files from many different file formats into mp3, wav or wma files such as wav to mp3, mp3 to wav, wma to mp3 and much more."; fDesc[7] = "MP3 and MP4 devices. It includes AMV Video Convert Tool, AMV Player, Media Manager, MP3 Player Disk Tool and MP3 Player Upgrade Tool."; fDesc[8] = "automatically detects and installs the most recent version of operating software for your compatible Garmin GPS. WebUpdater's simple interface makes it easy to upgrade your operating software. Just connect your Garmin GPS to your computer, run WebUpdater, and follow the screen prompts. After confirming that you want to perform an update, WebUpdater will download that update for you and install it on your GPS. WebUpdater always checks for its own update first before performing a unit update. Unlike previous versions, you no longer need to download Web Updater everytime you upgrade your unit software. Once installed, simply run it from your computer —no need to download anything else yourself."; fDesc[9] = "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[10] = "beginning in December, 2004. The software provided you with access to browsing and playback functionality for digital music, pictures, videos and DVDs, in a simple and easy-to-use interface."; fDesc[11] = "archive file or create an exact image of partitions on your hard disk for easy hard disk upgrade or complete/partial system recovery."; fDesc[12] = "deploy a new hard disk on your PC or laptop. This incredible application automatically migrates all your data, programs, operating systems, settings, and everything else in a few minutes."; fDesc[13] = "data on your Pocket PC. This incredible program creates self-extracting compressed executables, thus making backup and restore processes very easy and fast."; fDesc[14] = "GPS. This application makes it possible to get a screenshot from most GPS models and with certain newer models, xImage allows you to update some images (splash screen, waypoint symbols, etc.) with your own creations."; fDesc[15] = "their Windows XP PC is compatible with the lastest Windows Installment. The tool will scan your system and report drivers and software installed that are non compatible with 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 = '...'; } }