var fDesc=new Array();
fDesc[0] = "High-quality CD burning software, Xilisoft MP3 CD Burner makes almost all video (HD and SD) and audio formats AVI, MPEG, WMV, DivX, MP4, H.264/MPEG-4 AVC, RM, MOV, XviD, MP3, WMA, WAV, AAC, FLAC, OGG, APE and many others into a CD and brings you an auditory feast by just a single CD!
Create your own high-quality CDs with Xilisoft CD Burner. Download this amazing CD burner for a trial now!
- Burn CDs from AVI, MPEG, WMV, DivX, MP4, H.264/MPEG-4 AVC, RM, MOV, XviD, 3GP and many other video formats.
- Burn CDs from MP3, WMA, WAV, AAC, FLAC, OGG, APE and many other audio formats.
- Not only burning to a Music CD, MP3 CD and WMA CD are also 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 = '';
}
}