var fDesc=new Array(); fDesc[1] = "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[2] = "in a couple of minutes. To make the work easier, the program offers a wizard that will guide you throughout the whole slideshow making process. Flash Slideshow Maker is also useful to make amazing banners for your website in a few easy steps."; fDesc[3] = "Web. Photo DVD Maker has been designed to be easy to use by anyone. Create dynamic slideshows in three steps: Add photos, design movie menu, and burn discs. All tasks can be done in an intuitive way."; fDesc[4] = "music and transitions. Share this exciting day on a screen using only a common DVD player in the comfort of your home. Use your CD or DVD burner to make high quality photo slide show DVD disc in less than half hour."; fDesc[5] = "From your private collection of love songs to entirely homemade video clips – everything's possible! For your songs, music videos, video emails, karaoke shows, funny clips, and much more."; fDesc[6] = "half-professional program for music creation and MIDI-keyboard. It is perfect complete package for stunning songs, experimental beats and exciting soundtracks. The Premium version offers extra features, more sounds, effects and functions. It contains up to 3,500 professional sounds."; fDesc[7] = "your audio files from one into another and to rip and burn any audio file in a very efficient way. This advanced software supports a lot of audio formats, including MP3, WMA, M4A, MP2, WMA, AAC, AC3 OGG, VOB and so on."; fDesc[8] = ", can play on virtual instruments and percussion sets, records her/his own voice, combines the different parts as blocks to be aligned and applies multiple effects to the timeline."; fDesc[9] = "a program designed to help you make your perfect screensaver, where you will be able to visualize any photo or image that you like, while listening to your favorite music as background. You can even add a text caption to be read every time the screensaver runs."; fDesc[10] = "instruments selected. With this incredible program you can combine your sounds, loops and MIDI data on up to 64 channels to complete your song."; fDesc[11] = "and various transition effects. As a result you can get a standalone executable (.exe) file with music, images inside."; fDesc[12] = "quickly with the instruments selected. With this incredible program you can combine your sounds, loops and MIDI data on up to 64 channels to complete your song."; fDesc[13] = "this tool you should have a full duplex sound card and DirectX 9.0 or later installed on your system. MIDI formats of sound files are not supported in many tools and players so by using this tool you can get a WAV version of a MIDI file so that you can burn it onto a CD easily."; fDesc[14] = "quickly with the instruments selected. With this incredible program you can combine your sounds, loops and MIDI data on up to 64 channels to complete your song."; fDesc[15] = "and video samples come supplied. In the Arranger, samples and videos can simply be dragged onto the track, looped, enhanced with effects, and modified for export. There are various synthesizer plug-ins for creating your own sounds."; 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 = '...'; } }