var fDesc=new Array(); fDesc[0] = "DAEMON Tools Pro provides multiple virtual DVD drives where you can mount images of optical discs. It can also grab images from physical discs and save into various formats. DAEMON Tools can create Dynamic and Fixed virtual hard disks where you can store your files. TrueCrypt containers provide password-encryption for additional security. This program can emulate up to 32 DT, HD, and SCSI drives together with 4 IDE devices. You can also attach virtual drives to physical ones and set advanced emulation parameters.

DAEMON Tools is available in Lite, Pro, and Ultra variants."; 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 = ''; } }