var fDesc=new Array(); fDesc[0] = "NTI Dragon Disc is an ultimate packet writing software. It offers direct-to-disc saving of your valuable files. You can Drag and drop your files from any Windows application directly to your optical drive without using any additional burning software. The program formats discs in that way you can use it as a hard disc or floppy disc. So you can add, edit, format and delete files on the formatted discs from any application. NTI Dragon Disc supports all optical media types including: CD-R, CD-RW, DVD+R, DVD+RW, DVD+R DL, DVD+RW DL, DVD-R, DVD-RW, DVD-R DL, DVD-RAM, BD-R, BD-RE, BD-R DL, and DB-RE DL. Additionally, NTI Dragon Disc supports UDF formats: 1.50, 2.00, 2.50, and 2.60. The program offers quick or full formatting, optional UDF format verification, write protection and it runs on Windows 2000/ XP. It is required registration to download a trial version."; 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 = ''; } }