var fDesc=new Array(); fDesc[0] = "Quartz AudioMaster Pro is a powerful though easy-to-use Audio Direct-to-Disk and Midi Sequencer running under Windows 95/98/NT/2000. It is intended for people who want to record, compose, mix, play and share music using a computer and a sound card. Features 128 stereo audio tracks, 128 Midi tracks, effect plug-ins, DirectX support, per-track parametric EQ and Dynamics compressor/limiter/Noise Gate) for audio, per-track Midi effecter and real-time controllers for Midi, 8 Aux buses, Video sync, Score, GM/GS/XG, Lyrics, and 'Piano roll' editors, Master and Slave Sync and all the functionalities required to easily share musical projects across the internet up to its multi-track compressed file format and Digital Sound Planet Virtual Studios."; 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 = ''; } }