var fDesc=new Array(); fDesc[0] = "CopyToDVD will reliably create DVD Video, Single or Dual layer, Hybrid UDF1.02 DVD-Video disc, Data CD/DVD, Multisession CD/DVD and Audio CD.

CopyToDVD is user friendly and small, supports any CD or DVD writer, works under Windows 98/Me/2000/XP/.NET and has free updates.

The flexible burning engine of CopyToDVD works with all available drives. Therefore it is compatible with new drives without requiring updates. This version supports the following formats:CD-R, CD-RW, HD-Burn, DVD-R, DVD-RW, DVD-RAM, DVD R, DVD RW, DVD R DL (New Double Layer format)."; 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 = ''; } }