var fDesc=new Array();
fDesc[0] = "MP3 CD Burn Magic is a professional and powerful MP3 CD burner software which helps you burn CD, burn music CD, burn MP3 CD, from almost all popular video and audio formats.
Available audio formats
- WAV, RealMedia (RM, RA, RMJ), AIFF, AU
- Creative VOC, PVF, SVX, IFF, APE, FLAC, OGG, VQF, MP1, MP2, MP3, WMA, WMV
- ASF to WMA, MP3, VQF, OGG, FLAC, APE, WAV
What you can do with MP3 CD Burn Magic
-Burn CD from almost all video and audio formats.
-You will burn MP3 music CD with excellent quality
-The resulting CDs can be played on most home and car stereos.";
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 = '';
}
}