var fDesc=new Array(); fDesc[0] = "Visual Sound Recorder is a sound recording program. You can use it to grab any sound, including music, dialogs from movies, game sounds etc from your local computer or the internet. Captured sounds can be saved in WAV, MP3, OGG, Vox, G721, G723, G726, G729, AC3 and AAC files."; 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 = ''; } }