var fDesc=new Array(); fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta."; fDesc[2] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin."; fDesc[3] = "for virtually all compression formats, including 7z . It is easy to use and offers a flexible working environment. Probably, one of the best alternatives in file compression software."; fDesc[4] = "tools as in Microsoft Office, Writer, Cal, Draw, etc but in a freeware version. It is easy to use and install and you can also open extensions such as .doc, .xl, etc."; fDesc[5] = "and cd burning wizards. Make playlists of your favourite tracks and save to your hard disk or a portable device. Convert MP3 ,MP3 pro and WAV files to MP3,MP3 vbr,WAV,MP3pro and MP3 pro vbr with adjustable bit rate."; fDesc[6] = "it, then AVS Video Editor is one of the best options you could choose. This easy to use and powerful video editing tool will let you to import your home videos, sounds, images, create movies, apply many transitions and video effects, and even save your projects as professional DVD videos."; fDesc[7] = "But I don't know...for a strange reason I liked it, maybe because there is a portable version available and it's easy to use, or maybe I liked the graphic design. Anyway, you can download it and draw your own conclusions!"; fDesc[8] = "PSP, Apple iPod Video, iAudio X5 or Creative Labs ZEN Vision, among others. You can also convert your DVDs to other file formats, such as DivX, XviD, AVI or MP4. To copy protected DVDs you will need to install AnyDVD."; fDesc[9] = "PSP, Apple iPod, mobile phone or any other portable video player. This incredible program enables you to save your favorite home DVD video in MPEG-4 format for storing it on hard disk drive of your personal computer and handheld device or mobile phone."; fDesc[10] = ", but will also make music selections for you according to the type of music you wish to listen to. Using the ID3 tagging system, Mufin MusicFinder will create playlists of your favourite music genres and will allow you to transfer the desired tracks to your portable player or to burn them to CD."; fDesc[11] = "portable and installable. The portable version also requires a small installation in our USB drive, but once this is done we can use it without any problems over there to go where."; fDesc[12] = "popular portable and mobile devices, with free updates to others as they become available. Access your files quickly and hassle-free from any source including your PC, digital camera, portable devices, and from online communities."; fDesc[13] = "are two ways of logging into a multi-user computer from a remote computer over the network. Multi user-operating systems provide a command user interface from where the users can give commands to remote computer systems in a network."; fDesc[14] = "Worms, Trojans, ad-wares, Mal-wares and Spy-wares form your computer and/or from removable drives. Just by a single click you can scan your whole system."; fDesc[15] = "files on Portables Devices such as Apple Ipod and Sony Playstation Portable. To work as designed, it requires the flex bay audio video port and a TV tuner card installed."; 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 = '...'; } }