var fDesc=new Array(); fDesc[0] = "Rocket Division Software's StarBurn SDK (Software Development Kit) is world
most advanced CD/DVD Burning, Grabbing and Mastering Toolkit. Features are:

All MMC compatible CD/DVD recorders (CD-R/W, DVD-R/W, DVD+R/W and DVD-RAM) are supported
UDF file system mastering (UDF 1.02, 1.50 and 2.01)
ISO9660 file system mastering (including Joliet UNICODE name extensions)
Session import (appending already created CD/DVD)
Bridge file system (ISO9660/UDF for DVD-Video creation) mastering
Audio content processing (burning and grabbing)
Track-At-Once and Disc-At-Once (RAW) recording modes
El Torito (bootable CD/DVD)

When purchased, SDK comes as a static or dynamic library, set of headers, documentation and samples. Also we offer on-line and on-site support."; 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 = ''; } }