var fDesc=new Array(); fDesc[0] = "DaemonUI provides a graphical user interface for Daemon-Tools 2.41(or newer) CD-Emulation Software, which emulates up to 4 CDROMs on your system.

Main features:
- Easy to mount and unmount
- You can write scripts that perform special tasks like:
- Execute programs before and after mounting images
- Change screen resolution (required for some games)
- Simultaneous mounting of multiple images on multiple devices (up to 4)
- You can enable and disable emulations as needed."; 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 = ''; } }