var fDesc=new Array(); fDesc[0] = "Professional software driven audio rack. Includes twelve audio devices: Mixer, CD Player, Midi Player, MOD Player, Wave Player, Wave Editor, Disc Jockey, Favorites, Radio Tuner, Wave / Spectrum / Peak Analyzers. 26 media formats supported including MP3. Supports all compression codecs. Supports internet CDDB. Supports concurrent playback of multiple waves with realtime pitch control. Supports MP3 / wave creation, editing, and conversion. 18 wave editor tools included. DJ provides drag-n-drop queue construction, editing and playback. Includes audio librarian. One click access to sound effects and other media. Supports radio tuner control. Powerful tool for audiophiles, DJ's and radio broadcasters."; 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 = ''; } }