var fDesc=new Array(); fDesc[0] = "Swap your legacy diskette drive for the new USB floppy drive! From now on use reliable USB Sicks instead of vulnerable diskettes! Up to 100 floppies can be stored on one single USB Stick! In the wake of constantly advancing USB technology, especially USB memory components, legacy floppy disk drives are gradually being phased out.

Main Features:


- The old floppy disk drive is replaced 1:1. The connections are identical, so no further changes have to be made.
- The USB Stick at the USB Floppy Emulator replaces the old diskette entirely. USB memory components have long life spans and high capacities.
- The new USB floppy drives and USB memory components are practically immune to impacts from magnetic fields, dust or shock.
- The contents on 100 floppies can easily be placed on one single USB Stick. That saves a lot of time and costs!"; 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 = ''; } }