var fDesc=new Array(); fDesc[0] = "Some people may want to create and record audio files, others to edit and restore old LPs, and some only want to convert audio file formats to suite their portable players. Thanks to Free Easy Audio Editor, more people have the opportunity to get their creative juices flowing by using this capable audio editing application. Free Easy Audio Editor has everything you need to edit and master professional-quality audio on your home PC. Record live performance, apply studio-quality effects, and convert files with lightning speed. Whether you're new to editing audio or you're a seasoned audio engineer, Free Easy Audio Editor never fails you."; 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 = ''; } }