var fDesc=new Array(); fDesc[0] = "GoldWave is a highly rated, professional digital audio editor. It's fully loaded to do everything from the simplest recording and editing to the most sophisticated audio processing, restoration, enhancements, and conversions.
Remaster old vinyl or tape recordings. Use Noise Reduction and Pop/Click filters to clean up the audio and take out the buzz, hiss, crackle, and clicks. Use the Spectrum Filter for precise control over frequency and tone. Remove offsets and long silences."; 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 = ''; } }