var fDesc=new Array(); fDesc[0] = "Disk2File is a must have utility for sampler users. It can read any SCSI sample media and write it into an ISO image file, ready to record with your favorite CD recording app.

With disk2file, you can backup most of the known samplers. It actually supports Emu, Yamaha (A 3000), Akai (S1xxx, S2xxx, S3xxx) and Roland media formats.

Two additionnals modes are provided to act as a disk copier , or a image disk restorator.

Main features:
- Supports up to 4 scsi boards;
- Support for Zip, magnéto-optical, Sysquest, etc...
- SCSI 1, 2 or UW disks or disk controllers;
- Can handle up to 15 devices per controller;
- High speed copy (200 Mo/min);
- Akai, Yamaha, Emu, & Roland compatibility;
- Usable wih your preferred CD recording software"; 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 = ''; } }