var fDesc=new Array(); fDesc[0] = "Magic Music Studio Pro is a set of useful tools that help you record, convert, edit, rip and burn audio. It features the following tools:
Audio Recorder, a simple tool to record sounds from your microphone or sound card to WAV, MP3, or WMA files.
Audio Converter, to let you convert batches of audio files between popular formats including MP3, WAV, WMA, MP2, OGG, VOX, ADPCM GSM, G723, G726, a-Law, and u-Law.
Audio Editor: trim, mix, crop, add effects like invert, reverse, silence, amplify, normalize, fade, delay, phaser, flanger, filters (band pass, low pass, high pass, low shelf, high shelf, etc.).
Audio CD, MP3 CD burners, to let you create CDs with the files in your computer allowing you to reproduce them on your home or car player.
Audio grabber to rip audio tracks of your CDs, allowing you to edit ID3 tag information, and to store them in the hard drive of your computer.
Magic Music Studio Pro presents a nice and intuitive user interface, it is easy to setup and use, and is an all-in-one solution to deal with your audio files. If you want to test this software, I recommend you to download the free trial available."; 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 = ''; } }