Remember to turn off USB Debugging on the device so that you can then access the unit as USB storage device.
Once you copy the file off, unzip to a location on your hard drive. From 'Device Manager', update the driver and specify the path where you unzipped the files.
Copy off adb.exe and the dll files as well.
After installing and rebooting, I found that I had to do the following before adb (and thus Eclipse) would see the device.
adb kill-server
adb start-server
Now if I could just figure out if this device has WiFi and if so, how to enable....