var fDesc=new Array(); fDesc[0] = "Components for preparing and burning images to CD and DVD optical storage media. Windows Vista and Windows Server 2008 are supported natively. Windows XP and Windows 2003 requires the installation of the KB932716 update package.

Main features:
-uses standard Windows Image Mastering API 2
-available for Delphi 5 - XE
-source code included in full version
-royalty free distribution"; 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 = ''; } }