var fDesc=new Array(); fDesc[0] = "Space Sound Pro is a program that can improve the quality of stereo sound from your PC speakers by creating the illusion of additional virtual speakers. You can listen to your music or games as if you were in a room listening to a home-cinema. It is a high-end HiFi emulator on PC."; 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 = ''; } }