var fDesc=new Array(); fDesc[0] = "AD Stereo Changer is a sound program designed for creating additional stereo effect and playing an audio file in real time. It can move the sound source that is equally presented in both stereo channels and situated just in the middle of acoustic space to the left or right enhancing perception of music. It processes digital data of a stereo or mono audio file, plays them immediately and creates the temporary file with modified sound."; 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 = ''; } }