var fDesc=new Array(); fDesc[0] = "FairStars MP3 Recorder is an easy-to-use audio recorder with support for MP3, OGG, APE and WAV formats. It allows you to record sound from your sound card and any other sound source including a microphone, VCR, tape player etc. In addition, the program includes an ID3 tag editor. Additional features include silent skip (Silence Detector), file size limits and more."; 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 = ''; } }