var fDesc=new Array(); fDesc[1] = "songs you like. You can move audio files, to your mobile phone. Drag and drop audio files straight from an audio CD to the program window. Then these audio files will transfer in to the phone memory."; fDesc[3] = "your webcam image. You can then use those effects with any instant messenger. Since you are modifying the webcam feed itself, the image will be the same on every messenger. You modify it directly from the application, and not the messenger window."; fDesc[4] = "well as other sources of entertainment over the Internet available absolutely free of cost. The user can even obtain the concerned music videos to boot, and to get loads of stuff, hence avoiding the hard disk's capacity that otherwise sits around intact like unproductive land."; fDesc[5] = "Editor, BPM Counter, File Editor, Cross Fader, Mixer, File Info Box, CD Player and other impressive user management features, along with the latest hardware controllers."; fDesc[6] = "even faster thanks to cool \"drag & drop\" function and create your own playlists."; fDesc[7] = "twenty of the best known file formats and it allows you to add many more using different plugins and freely-available codecs. Play the music you like wherever it is - on your computer, in FTP folders or on the web. Create dynamic playlists and burn them to CD with the Ashampoo BurnIt! Add-On."; fDesc[8] = "FLV video files. It is able to play your SWF Flash and FLV video files with its original quality. Flash2X Flash player comes with a simple interface which is not so attractive but it is easy to use and have basic functions."; fDesc[9] = "questions. The answers need not to be correct, but must coincide with a list obtained through a survey taken from a hundred people. The questions are about things you will find in your daily life."; fDesc[10] = "data from i-pod or iphone to the PC or Mac. It supports all types of i-Pods and i-Phones. Different data, such as play list, art album, ratings, etc., can be transferred into i-Tunes. Users can easily manage calendars, contacts, notes and much more on the i-pod."; fDesc[11] = "It includes two players with their own play lists, four great effects, pitch control, 6 loop times, 5 Cue Points and good search engine for audio files on your hard disk."; fDesc[12] = "popular file types such as DivX, MPEG, AVI, WMV, ASF, MP3, JPEG, and GIF."; fDesc[13] = "tracks on line. Fraunhofer technology is used for music recognition. Real analysis for audio files, that match the user search rules on PC, MP3 player or iPod device. The built-in MP3 Manager detects music files analysing them before they're on the list."; fDesc[14] = "efficient wish-list function, a built-in directory of Internet radio broadcasters containing thousands of listings, an updateable music database, access to dozens of music genres, multiple parallel streaming from an unlimited number of Internet radio stations and lots more."; fDesc[15] = "load this file into the program and see a LOT of useful information about your file, such as the codecs needed to play it. So you can download them to solve your problem."; 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 = '...'; } }