var fDesc=new Array(); fDesc[0] = "Paragon CD-ROM Emulator allows you to create compressed images from your CDs to your hard drive, and emulate a physical CD device with the advantages of a hard disk.

The program will allow you to use up to twenty virtual CD drives at the same time, and you will also be able to share them over a network. In addition, CD-ROM Emulator supports data CD, CD Mixed Mode (data and audio), as well as audio CDs. The program will reside in the system tray for quick access to it.

Using Paragon CD-ROM Emulator 3.0 you will be able to: - Make virtual or physical copies of all your CDs.
- Improve the performance of your computer when you play games
- Create your own multimedia library
- Work with multiple applications based on CD / DVD, simultaneously
- There is no need to have a physical compact disc CD / DVD-ROM on each desktop computer of your network. Thus reducing operating costs by not buying those units.

All in all, Paragon CD-ROM Emulator is a very useful application both at home and at the office."; 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 = ''; } }