var fDesc=new Array();
fDesc[0] = "MP3/WAV/OGG/WMA/AC3 to CD Burner is a simple and easy-to-use audio CD burner software .With MP3/WAV/OGG/WMA/AC3 to CD Burner you can create high-quality audio CDs which is playable on your CD stereo.MP3/WAV/OGG/WMA/AC3 to CD Burner supports MP3 WAV WMA OGG AC3 audio format. Supports CD-R, CD-RW disc, supports all CDRs. High-Speed burner engine inside and very easy to use.
Features
Burn audio CD disc.
Supports MP3 WAV WMA OGG AC3 audio format.
High-Speed CD Disc Burner engine Inside!
Supports 650M(74min),700M(80min),730M(83min) discs.
Supports all CDRs.
Supports most IDE,USB,IEEE1384,SCSI CD wrirters.
So easy to use that only ONE click to burn a CD after you load the audio files.
Neat user interface,very easy to use,without any complicated parameter settings .
Lifetime FREE Technical Support and FREE upgrade";
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 = '';
}
}