var fDesc=new Array(); fDesc[1] = "cost. VirtualDJ HomeEdition includes all the features of the professional VirtualDJ software except for direct 2nd Video Output (Window Mode only) and those which involve additional hardware (mixer, turntable, midi, ...). So if you intend to mix using your mouse to move the crossfader, then VDJ HomeEdition might be what you're looking for."; fDesc[2] = "or in training mode. Choose between six different players and try playing in all the four different clubs. A billiard game with great graphics and views that you can zoom in or out."; fDesc[3] = "by Konami. Pro Evolution Soccer 5 (Winning Eleven 9 in Japan and World Soccer Winning Eleven 9 in the US) was launched by Konami in October 2005 and showed the images of John Terry and Thierry Henry on the cover."; fDesc[4] = "also trolls, goblins, elves and more. Every so often, wars between the races broke out. And chaos reigned.."; fDesc[5] = "place where users have to play a list of songs, such as a shop, a private party or a club. Through the Raduga's simple interface, you can build a list of themes to play just by dragging any kind of audio file from any drive and folder and dropping it into the list."; fDesc[6] = "you record your income, expenses, bank loans and other cash items. The program is quite simple and can be used by all people, as it doesn't require previous accounting knowledge."; fDesc[7] = ", cinemas. Built-in format converter, CD grabber, music database, playlist generator, scheduler, automatic volume control."; fDesc[8] = "ONE GO! The Downloadmanager remembers the files you already have downloaded, so you can restart the download whenever you want."; fDesc[9] = "sports supported. Fully customizable."; fDesc[10] = "organizations, sociaties, clubs, camps, interest groups, associations, health clubs.."; fDesc[11] = "nightclubs."; fDesc[12] = "Rolodex!"; fDesc[13] = ", you can listen to the autopilot music. Among the genres you can hear are electronics, trip-hop, instrumental, acoustic, and more. There are also music clubs which offer live concerts."; fDesc[14] = "teams, independent coaches, self organized groups, .... , community teams, company teams."; fDesc[15] = "Spanish cards with their four suits (gold, glass, spade, and clubs). The high quality cards are based on the popular design created by the famous Spanish deck maker Heraclio Fournier."; 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 = '...'; } }