var fDesc=new Array(); fDesc[0] = "Full-functional compact application for burning data, DVD-Video (miniDVD) and AudioCD on optical discs...

Features:
? SCSI, ATAPI, Parallel port, USB (1.1 and 2.0) and FireWire (IEEE 1394) devices support;
? ASPI, SPTI, SPTD interfaces support;
? Burning on any discs support;
? "On-The-Fly" burning support;
? PerformOPC support;
? OverBurning (in UUDS - HyperBurning) support;
? Test burning (for CD only) support;
? Supported BUP (Buffer Underrun Protection):
? Supported burning modes: TAO, DAO, SAO;

? At data burning:
? Using FS:
? ISO9660 (Mode1/Mode2, Level1/Level2);
? ISO9660+JOLIET;
? UDF v.1.02 (without multisession);
? Bootable discs burning;
? Multisessional discs burning with a choice of any imported session;
? Burning of multiple disc copies;
? Verifing burning information;
? Creating ISO/UDF image file;

? At AudioCD burning:
? Full CD-Text support;
? Burning of multiple disc copies;
? At burning in mode Track-At-Once (TAO) available setting a pause between tracks (PreGap);

? At DVD-Video and miniDVD burning:
? Using UDF v.1.02;
? Burning of multiple disc copies;
? Verifing burning information;

? Additional functions:
? Basic information getting for disc and device;
? Discs grabbing to: ISO ? MDS/XMF;
? Image file burning. One-session image file supported.
? Audiotracks ripping;
? Session extract;
? Works in all 32-bit systems family of Windows (except Windows 95)."; 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 = ''; } }