var fDesc=new Array(); fDesc[1] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[2] = "commercial sound and produce higher quality audio. Available for formats Pro Tools 6.4+ (RTAS Audio Suite/HTM), VST, MAS, Audio Unit, and DirectX, instead of a varied amount of plug-ins, users have the advantage of Ozone’s 7 plug-ins in one."; fDesc[3] = "software version also brings polyphony, MIDI management, presets, coupled with other advantages of modern tools - behind the control panel are additional functions: a modulation matrix, an arpeggiator and an independent LFO as well as a stereo chorus and a delay. Functions either as a stand-alone application, or VST, DXi, RTAS, MAS or HTDM instrument."; fDesc[4] = "design. The program has many outstanding features that make it top in its class. This is due to the plug-ins that the program provides for audio editing or music production software. With the given tools you can track, mix, master and design sound."; fDesc[5] = "a record playing on a record player. Vinyl 1.6 a unique application that uses 64 bit processing with advanced filter, modeling and resampling features. It has a Mechanical Noise function that blends into the users typical signal producing a rumble and motor noise."; fDesc[6] = "small village high on the mountains. Everything around you is covered with snow, and you can almost breathe the tranquility of the place. It seems that nothing is moving at all, maybe just staying warm at home, next to a beautiful fireplace."; fDesc[7] = "animated lava can be seven different colors."; fDesc[8] = "in the late 60's. Moog Modular V, developed in partnership with Bob Moog, offers endless possibilities for synthesis: 9 oscillators, 3 filter slots, 2 LFOs, 8 envelopes, VCAs, triggers, a sequencer, a filter bank. The program can be used either as stand-alone software or as a VST/DX/MAS/HTDM/RTAS plug-in."; fDesc[9] = "employee productivity and activity for compliance with legal requirements."; fDesc[10] = "screensaver will take you to a forest during a snowstorm. But don't worry. It is not a blizzard. It is just a nice and gentle snowfall with thousands of different shaped snowflakes. You will be able to watch as the pine trees get covered with snow, as well as all the ground around you."; fDesc[13] = "fill your screen with the spirit of Christmas. Friends Christmas Clock Screensaver is a free option to change the look of your desktop and bring the atmosphere of peace and joy of this celebration to your computer."; 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 = '...'; } }