var fDesc=new Array(); fDesc[0] = "The plugin plays audio using Aureal's A3D 2.0 - 3.0 sound engine, or DS3D. It creates a sound source for each audio channel of a song and places it in 3D space around the listener. Under A3D 3.0 the plugin can add a reverb effect to the audio. The user can set the position for sound sources using the plugin's OpenGL-based graphic interface."; 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 = ''; } }