var fDesc=new Array();
fDesc[0] = "Burn your MP3,WMA,OGG and WAV files to CD audio tracks in seconds! Just drag and drop all of your your red-hot songs. Direct-to-CD burning with no WAV files involved. Listen To All Your Favorite Songs In Your Car Or On Your Home Stereo Using My Blazingly Fast MP3-To-CD Converter... Puts Your MP3 Tracks On CD In Seconds! Download, Install, Drag-And-Drop, And You're Done...
Burn Audio CD from MP3, WMA,OGG and WAV files on-the-fly. No additional temporary disc space is required.
Burn Audio CD in Track_At_Once,Disc-At-Once and Session_At_Once mode.
Supports most IDE, USB, IEEE1384 DVD and CD recorders.
ASPI is NOT required for Win 2000/2003/XP.
Easy to use with intuitive user interface and drag-drop feature.
Built-in pretty mini player.";
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 = '';
}
}