var fDesc=new Array(); fDesc[1] = "be used as a conversion tool. It will help you to convert audio files from one format into another. Many audio formats are supported by this software."; fDesc[3] = "provides users with an advance sequencer with dynamic effects and a Galaxy module of combined LFOs. An authentic recreation of the Roland Jupiter 8, the Jupiter-8V 1.1 virtual version features over 400 presets with up to 32 voices of polyphony"; fDesc[4] = ", FruityLoops 3.0, and Orion 2.2). Standalone operation requires a soundcard with DirectSound drivers, and a midi controller. Thanks to an original mixture of FM, AM, additive and substractive synthesis, Rainbow is able to produce a wide assortment of sounds, from analog emulations or synthesized drums to 80's electric pianos or synth basses."; fDesc[5] = "sports supported. Fully customizable."; fDesc[12] = "these days which supports as many MIDI devices as SoundDiver. This also becomes obvious when looking at the list of manufacturers who have chosen SoundDiver as the program of choice for their products. You will find companies like Alesis, Ensoniq, Roland, Emu, Kawai, Korg and many more."; fDesc[14] = "JV-1010/1080/2080 sound modules."; 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 = '...'; } }