var fDesc=new Array(); fDesc[0] = "MediaSanta CD Maker is an easy-to-use and powerful CD Burner to Create and Burn ISO, You Can Burn MP3, DATA, ISO, AUDIOS, VIDEOS, and IMAGES to high-quality CDs or DVDs, Powerful features, Full Drag and Drop support, Easy-to-Use and Highly Customizable interface, Supports virtually all SCSI, IDE, EIDE, USB and Firewire CD or DVD Writers.
Main Functions:
-Powerful features
-Powerful features,Full Drag and Drop support,
-Easy-to-Use and Highly Customizable interface,
-Supports virtually all SCSI,IDE,EIDE,USB and Firewire CD or DVD Writers,
-Supports all CD-R / CD-RW / DVD R / DVD RW / DVD-R / DVD-RW / DVD-RAM discs,
-Prevents Bad Burns and CD Creation Errors (BURN-Proof,Just Link,and OPC technologies supported),
-Creates Multi-Session CD and Import any of the available previous session,
-Builds and Burns ISO Images quickly,
-Test write Function,
-Creates Bootable DVD / CD,
-Quick and Full Erase Rewritable discs,
-Back up your System and Files easily,
-High Performance File/Disc Caching (adjustable cache size),
-On The Fly Recording; no need to build ISO file first,
-No disk space is required for temporary files,
-Displays needed information about drive and disc,
-Creates ISO(100% DOS/Windows) compatible Data CDs / DVDs,
-Built-in ASPI Layer for Windows 98,NT,2000,2003 and XP,Vista,
-Supports long file name file system"; 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 = ''; } }