var fDesc=new Array(); fDesc[0] = "Jet Storage UDF - burns rewritable discs (CD-RW, DVD+/-RW, DVD-RAM) using UDF format. Rewritable discs can be used in the same way as you use with hard disc or floppy disc. It means that you can write, open or edit files on RW disc using any application (MS Office, PhotoShop, CorelDraw etc.).

Use Jet Storage UDF if you need:
to create updateable backups
to move significant amounts of data between computers, which do not have fast network connection (for example between office and home computers)
high read/write compatibility with UDF disks recorded by other UDF packages
compatibility with new recording devices, that are not already added to supported devices list
read capabilities between new and old CD devices
high stability
high compatibility with other UDF vendors"; 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 = ''; } }