var fDesc=new Array(); fDesc[0] = "DAEMON Tools lets you mount images of optical discs into virtual drives. The Lite version of this program can create up to 4 DT, SCSI, and HDD devices. It also helps you capture images of optical discs in various formats such as ISO, MDS, and MDX. DAEMON Tools Lite allows for the creation of disc images in data and audio CD modes using source files and folders."; 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 = ''; } }