var fDesc=new Array(); fDesc[0] = "Record sound through your sound card, microphone, line in and any other sources. Captured sounds can be saved in WAV, MP3, MP4,WMA,OGG,VOX,AU,AIFF and FLAC format. Using real-time conversion directly record sound without temporary files created. Support multiple sound cards as well as multiple device lines defined by the sound mixer. With its simple and intuitive interface, you can record your sound easily and quickly."; 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 = ''; } }