var fDesc=new Array(); fDesc[0] = "DAEMON Tools Ultra is the most powerful, ultimate and advanced imaging software created. Get the immense list of possibilities to work with virtual drives, create bootable USB-sticks for operating system recovery, use RAM disks to speed up your PC and evaluate the unique iSCSI Initiator that allows connecting to USB devices. Mount all types of image files including virtual hard disks and more. Emulate the unlimited number of DT, SCSI, IDE and HDD virtual drives. Get an extra info about images you mount. Be in touch with the latest news of gaming industry."; 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 = ''; } }