var fDesc=new Array(); fDesc[0] = "DJ Studio for .NET is a native .NET component that makes it easy adding sound playback and mixing capabilities to applications written with Visual Studio.NET. DJ Studio for .NET comes with built-in decoding capabilities in order to decode most common sound formats like MP3, WAV, Ogg Vorbis and many others: it can load different sounds at the same time on different virtual decks , usually defined as "players" (*), and, thanks to the use of DirectSound, allocated players can have separate Volume, Tempo, Playback Rate, Pitch and Equalizer values: each player comes with a set of embedded and configurable visual feedbacks like VU-Meter, Spectrum Analyser, Oscilloscope and Waveform."; 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 = ''; } }