var fDesc=new Array(); fDesc[0] = "Advanced Audio Recorder is a program that comes with a powerful sound engine capable of producing CD quality recordings. It can record any signal played through your sound card into MP3, WMA, OGG or WAV files. It can also edit audio files as you desire by cutting, copying, pasting, trimming and adding various effects."; 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 = ''; } }