var fDesc=new Array(); fDesc[1] = "of the upcoming Windows 7 OS. Users may choose from 6 different color themes (main colors: blue, gold, dark grey). Themes really look great and make your old desktop look fresh and modern."; fDesc[2] = ", voice remover, voice extractor, audio wave editor for remix and medley, MP3 converter, CD ripper, CD-DVD burner, CD-DVD cover creator"; fDesc[3] = "mixing process. Herewith you can edit your mix as you wish using different tools and effects using VST plugins. Use all your creativity."; fDesc[4] = "following formats: MP3, WMA (no DRM), WAV, Internet radio and audio CD tracks. It is easy to use and has some useful controls, but limited features in its basic (free) version."; fDesc[5] = "in creating creative mixes. The software features time stretching and reconfiguration that is similar to digital audio workstation. It has an eight measure intelligent looping."; fDesc[6] = "like dance music and want to make songs of their taste, or for those who want to become Disc Jockeys. With Dance eJay, users can remix and compose dance-style tracks with over 5,000 unique sound samples."; fDesc[7] = "song within no time. It is very easy to use without any advanced controls. This program automatically detects the rhythm and dynamics of any song to create incredible \"beat-synchronized\" remixes."; fDesc[8] = "files in multi-format. Audio editor to copy, cut, paste sample segment & mix multi track. Convert audio files, rip CD, burn CD/DVD"; fDesc[9] = ", 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[10] = "are a lot of DJ-like functions and features in the program. The interface may even seem overloaded at first, but actually this application is very easy to use."; fDesc[11] = "CD. The program is easy to use and offers many great features that let you do just about whatever you want to remix songs. The user interface makes using all the features very easy because it is visually attractive, clear and organized."; fDesc[12] = "Arcade REMIX, youll travel through an arcade wonderland and try to unlock 16 mini-games by dominating the high scores on five classic arcade."; fDesc[13] = "Remix has new outstanding levels, awesome music, art, and more! Break your way through 200 amazing levels of bricks, puzzles, and secrets. The neon, Miami look adds a bright new flavor for this hit franchise."; fDesc[14] = "your vehicle in the tubes inside a huge computer called Juno. Your mission is to defend the machine from a program that was designed to destroy the system, represented with waves of bugs that will come towards you from the deep."; fDesc[15] = "the bubble-filled play area by launching other bubbles at them"; 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 = '...'; } }