var fDesc=new Array(); fDesc[0] = "Magic UDF Burner (C/C Library) is a complete disc burning solution for write-once and rewritable media using non-sequential recording.

Features:


-Add fully featured UDF Data CD/DVD recording functionality to your C/C applications.
-Compiles directly into final executable. Doesn't require any additional DLL/ActiveX.
-Built-in ASPI Layer for Windows NT, Windows 2000 and Windows XP.
-Supports CD-R, CD-RW, DVD-R, DVD-RW, DVD-RAM, DVD R, DVD RW and DVD R DL.
-Fully compatible with OSTA UDF standard.
-Supports files of size greater than 4 GB.
-True Unicode support.
-Build and Burn UDF image files."; 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 = ''; } }