var fDesc=new Array(); fDesc[1] = "any source and use it directly in your project adding effects and inserting audio. The program offers you all that you need to make a great customized video. Once the work is done, it’s easy to put it on CD, DVD or Blu-Ray, including the printing of your own personalized labels and cases."; fDesc[2] = ", using backgrounds, animated graphics, music and sound effects. You can use the Lite Edition for free, if you want more complex functions, you will need to upgrade to the Pro Version. You can even sell the games you produce."; fDesc[3] = "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[4] = "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[5] = "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[6] = "home made machinima movies. It can be used to animate the wide variety of free 3D models that can be found on the net."; fDesc[7] = "an iPod, providing them with endless quiz challenges. Anyone given the file can import the quiz to put it on his or her list. Next time they run iTunes, the quiz will be synced with their iPod."; fDesc[8] = "and ASP Code. You can even generate an entire VB application or ASP web application, all derived from the tables in your database with one click."; fDesc[10] = "Japanese puzzles, which are pictures placed onto cells on a grid. Several sample puzzles are included in the program, which are handy for practicing to discover how the program works. LogTek Puzzler application is also included - it is where the picture puzzles are solved."; fDesc[11] = "This piece of software not only helped me to create ISO files from my files, folders and CD/DVDs, but also helped me to burn them to new discs. Ukoo ISO Maker is also a good program for distributing software across the Internet: files can be sent by email right from the program's interface."; 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 = '...'; } }