Phidgets Homepage (www.phidgets.com) contains a wealth of information
	Downloads link contains
		-PhidgetExamples.zip - Examples of using the USB phidgets
		-phidgets21.msi - microsoft installer file
		-phidgets21.jar - Phidgets libarary
	Documentation link contains
		-tutorials and manuals for programming languages
		-Phidget product whitepages
	Other
		-www.phidgets.com/documentation/Sensors.pdf contains info 
		converting values from analog sensors.

Installing Phidgets (Windows)
	1) Ensure .NET Framework (1.0 and 1.1) is installed
      2) Double click on Installer file (Phidget21.msi)
             -If .NET is not installed correctly, the .msi 
		 will help remedy the situation
      
Programming Phidgets w/ Java
	1) Make sure that Phidgets21.jar is on the classpath
      2) Compile and run Example programs
		-Demo1 prints tags from the RFID reader on the LCD
		-Demo2 uses the presence of an RFID tag to toggle 
		the display of 2 sensor values (index 0 and 1 of 
		interface kit)
	3) Remember only the USB-based Phidgets have classes, the
	analog sensors are only accessible through the IntefaceKitPhidget
	class.