var fDesc=new Array(); fDesc[0] = "101 All to CD Burner is a powerful, reliable and easy-to-use cd burning software for data CD and audio CD burning as well as cloning. This tool is able to create and burn data CDs with all files of any format (Including MP3, MPEG and so on). Making bootable CDs, building and burning ISO image file in high speed, creating multi-session discs, importing previous sessions, test write, backup, long filename support, built-in ASPI layer, erasing rewritable discs, preventing bad burns and CD creation errors (BURN-Proof, Just Link, and OPC technologies) - this is all included in the 101 All to CD Burner. This powerful application also helps you burn your own custom audio CDs that can be played in any standard home stereo or car stereo or portable CD player. You can burn MP3, WAV, WMA, APE files to Audio CDs with a few clicks. You can create a MP3 data CD that contains about 200 music and play it in your CD-Rom, DVD-Rom, MP3 compatible player or portable MP3 players!Furthermore, 101 All to CD Burner is also an amazing CD cloner that supports Dual Drive Copy as well One Drive Copy!"; 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 = ''; } }