var fDesc=new Array(); fDesc[0] = "Magic Audio CD Burner is a professional software to burn CDs.It can Burn custom music CDs from MP3s, WAVs, WMAs, OGGs;EASY TO USE interface, Drag and Drop support;On the fly conversion of MP3 WMA OGG files - No temporary file involved;Perfect MP3 WMA OGG decoding quality;Support most popular CD Recorders;Supports "Burn-Proof" CDR-W drives With a built-in mini player;And much more...
With it, you can play CDs back in your car or home stereo or portable CD player! It is fairly simple to use and just a couple of clicks will get you burning. Have more fun with your downloaded MP3 and 'ripped' mp3s!"; 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 = ''; } }