var fDesc=new Array(); fDesc[0] = "Sound Forge™ Audio Studio has everything you need to edit and master professional-quality audio on your home computer. Record live instruments and vocals, sweeten and restore audio, apply studio-quality effects, and convert files with lightning speed. You can even create your own karaoke tracks with the Vocal Eraser tool. With a few simple steps, you can produce broadcast-quality audio on your 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 = ''; } }