var fDesc=new Array(); fDesc[1] = "PC from numerous threats. The application is free, easy to use and, in a few minutes, will make your computer run much better. It scans your system searching for potential issues with your shortcuts, spyware, registry, and start up programs, and then enables you to clean them up."; fDesc[2] = "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] = "computer“s hard disk) which you can then sort, transfer, burn or play choosing from three basic screens: Music Source, My Library and Transfer."; fDesc[4] = "several text tools to configure the aspect of the subtitle, and video editing tools that allow inserting dialogs in sync with the video. Also, it allows you to write subtitles directly or import them from a previously made subtitle file."; fDesc[5] = "convert them to wav, mp3, OGG, etc. audio files to be saved on the user PC. User can run the application directly from the Windows Command Line. The help file shows all the available options for these commands. The Help file comes in HTML format and it is displayed by the Internet browser."; fDesc[6] = "record and play multiple tracks of audio and MIDI virtual instruments at the same time. You can the add effects like reverb, delay, guitar amp simulator, flanger or some third party effects."; fDesc[7] = "you to mix multiple audio tracks together quickly and easily, and also record your own audio tracks using its high quality audio recorder."; fDesc[8] = "Music Studio 3 offers all the basic tools that you may need to manage your music like, a batch converter that can convert any mp3, ogg, wav, wma and flac files using custom bit-rates and channels."; fDesc[9] = "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[10] = "of UltimateDefrag guarantees maximum system performance not just in the moments after the defragmentation has just finished, but also thereafter."; fDesc[11] = ", 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[12] = "from but as you win races you will be unlocking the rest of the twelve cars available. There are also fifteen race tracks with different difficulty levels."; fDesc[13] = "Media, Office, etc. Your browser's capabilities to delete temporary files is not really as good as you think; erase any trace from the hard drive and keep personal data and private information safe from hackers or other users."; fDesc[14] = "bonuses will help you win and various difficulty levels will help you improve, participate in tournaments and win the grand prix."; fDesc[15] = "including licensed cars of various types from NASCAR to Formula 1 and normal sports cars. There are also many different tracks, many different options to choose from and even the ability to make your own cars and tracks."; 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 = '...'; } }