To upgrade this skin to a newer version of dojo:

1. Convert to the uncompiled version of the skin (see "how_to_use_this_skin.txt").

2. Download the newer dojo source and put in the folder content_script/dojo_<version>

3. Fix the version number in the following files:
how_to_use_this_skin.txt
content_xsl/index.xsl
builddojo/build.bat
builddojo/app.profile.js
build_instructions.txt

4. Follow the directions in builddojo_build_instructions.txt, except that before deleting the compiled_dojo_new folder, 
delete all the folders in content_script/compileddojo and replace with the following files and folders from compiled_dojo_new:
	- dojo/nls/dojo_en-us.js
	- dijit/nls/loading.js 
	- dijit/themes/claro/claro.css
	- dijit/themes/claro/images
	(Most  of the image files can probably be deleted, since we aren't using them, but that exercise has not been done)

If the skin does not work after compiling, you may have to apply some trial and error to determine if additional files from compiled_dojo_new are needed.