var fDesc=new Array(); fDesc[0] = "Sound Studio Gold is a powerful MIDI sequencer with integrated digital audio record and playback facilities. You can record and arrange music for a MIDI synthesizer and add Digital Audio patterns such as vocal riffs, drum loops, ambient background sounds and so on. There is also a Chords track so you can add instant accompaniments in a variety of styles to your music. This is very easy to use and can save hours of arranging time."; 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 = ''; } }