var fDesc=new Array(); fDesc[0] = "SuperWave Equinoxe is a powerful virtual analogue synthesizer dedicated to recreating the works of Jean Michel Jarre. The program comes with a full range of presets and a selection of tracks in Cubase and MIDI file formats demonstrating the accuracy achieved by this powerful musical instrument. Equinoxe is capable of huge leads, pads, strings, basses and sound effects. Powerful features include the Ultimate Oscillator which has a total of 16 fully programmable oscillators."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }