var fDesc=new Array(); fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos"; fDesc[2] = "Microsoft WLP 3.08 Vista premium and mobile PCs, it is heavily used and popular amongst Vista and Mobile PC users."; fDesc[3] = "features. SMS service helps you to send messages to people's mobile phones. I like Yahoo Messenger mainly because of its stealth settings. Games can be played on Messenger. All of these features make Yahoo Messenger the best Messenger software."; fDesc[4] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate."; fDesc[5] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers."; fDesc[6] = "music and video libraries, a manager of photographs, software for presentations of photos and videos plus an editor and covers. All these tools can be ruled out at the facility where the only thing that interests us is the writer Nero 9."; fDesc[7] = "possible way. With great compatibility and performance, Nero is the top of the line burning solution. The program allows the user to burn data discs onto CD, DVD, DL DVD, HD-DVD and Blue Ray Discs. It also allows for image burning, and supports most formats out there."; fDesc[8] = "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[9] = "synchronization experience with Windows®-powered PCs and Microsoft Outlook right out of the box. Note: Microsoft ActiveSync works only with Windows XP SP2 or earlier."; fDesc[10] = "pages and images faster than ever before! You can get broadband speeds from your dialup modem, reduce data charges and usage."; fDesc[11] = "of all ages. This tool has a real time European City feel along with various views for the driver to ensure the 360-degree real experience with all those big trucks."; fDesc[12] = "line, focusing on an experience of intense and exciting race.GRID focuses 100% in the race. GRID will take players to amazing racing places on three continents."; fDesc[13] = "delivery formats to suit the new media, such as interactive PDF format or Adobe Flash. Indesign allows publishers to create and submit compositions for printing."; fDesc[14] = "protects your computer. The program provides free screensavers, browser skins and cursors, smileys, among many other things, and also protects your computer against spyware and other threats."; fDesc[15] = "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."; 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 = '...'; } }