var fDesc=new Array(); fDesc[0] = "Sports Sounds Pro was designed to be used at live events. It provides the sound technician or announcer with the ability to quickly and easily add sound effects to enhance the atmosphere of the event.

Sports Sounds Pro allows the operator to tell which sound(s) have been used, the sound currently playing, and which sounds(s) have not been used."; 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 = ''; } }