var fDesc=new Array(); fDesc[0] = "Free Audio Editor is a simple audio recorder and editor. It can record any audio passing through your sound card or microphone. Hence, you can digitize sound recordings of your rare music cassette tapes, vinyl LPs and videos, etc. by connecting them to your computer. After recording, you can cut, copy, paste, and delete parts of your recordings using its simple audio-timeline editor interface."; 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 = ''; } }