var fDesc=new Array(); fDesc[0] = "WaveMax Free Sound Recorder is a perfect audio recorder that has the ability to capture any sound like audios played by media player, internet radio broadcasting, cassette and so on. It supports the record input/source from a microphone, streaming audio from the Internet, external input devices (e.g. CDs, LP, music cassettes, phone line etc.) as well as other applications like Winamp, Media Player, etc."; 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 = ''; } }