var fDesc=new Array(); fDesc[0] = "MegaMind Recorder(MR) from MegaMindTools LLC is a universal sound recording program for Windows. The program is versatile so that it can be used to perform a variety of tasks. However, it's most highly valued feature is recording of sounds from any sound source accessible to it on your PC. Another important feature is conversion of text into speech. MR will create outputs in most popular audio formats.

Sound files can be taken from CDs, tapes, DVDs, TV, live concerts, Internet radio, video games and so on. MR will convert and store the files in MP3, WMA, OGG, VOX, AU, AIFF formats."; 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 = ''; } }