var fDesc=new Array(); fDesc[0] = "AirRack is a live environment for those who make sound effects for TV program and other live performance.

AirRack provide you the following racks:

> Amplifier: the component to connect with the audio interface.
> Mixer: route other devices to the amplifier.
> Effects: dual effects which load VST effect plug-ins.
> VSTi: allow you to give real-time performance.
> MP3 player: play MP3 audio file.
> CD player: play the CD track with your CD-ROM.
> Loop player: play an audio file as a loop.
> Sound FX: a simple sampler to trigger sound effects.
> Graphic EQ: 31 band graphic EQ."; 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 = ''; } }