var fDesc=new Array(); fDesc[0] = "Can your brand new PC burn DVD movies? Most Windows XP machines can't do that, and only support CD burning at best. Windows Vista adds support for DVD media, but the industry invented two new high-definition formats - Blu-Ray (BD) and HD-DVD, which Vista cannot cope with. So did you spend your money for a brand new high-def disc burner for nothing? Are you a hostage of big greedy media companies that want to charge you hundreds of dollars for the features you thought you already paid for?

That was the unfortunate truth until very recently. But not anymore! Burn just about any disk format in the world with the brand new DVD Blaster!

This new DVD Burner software supports all current optical disc formats from legacy Audio CD to brand-new Blu-Ray and HD-DVD disks. Of course, you can burn a data CD, a single or double-layer DVD video or data disk just as easily!"; 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 = ''; } }