var fDesc=new Array();
fDesc[0] = "Digital Music Record Convert Burn Station is a multifunctional audio recorder, audio converter, music CD ripper and audio CD burning software. With it, you can record, convert, rip, and burn music CD easily and fast.
Features:
-Audio Recorder records audio from micro phone, CD, video, and any audio files you hear from your computer;
-Audio Converter offers wide-covered Real-time Decoding technology. MP3 format for pocket player, or WMA format for Web delivery, no matter what you need, it offers the quality your business demands;
-Audio CD Burner integrates all burning technology into one workstation. It’s the only authoring station that gives you fast and efficient access to Disc-Audio production;
-Audio MP3 CD Burner digitizes MP3 to the hard disk, in a way that is suitable to burn it on an audio CD;
-Audio Grabber is designed specifically for music fans and it brings every track in a CD to your professional productions.";
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 = '';
}
}