document.pageLangList = new Array('en','es','jp'); //list of languages as they actually are in the HTML the page.
document.langList = new Array('en'); //list of languages that we want to make available for the learner to choose from.

//html and flash version choices for each of the languages
document.versionChoice = {
	en: {
			flash:true,
			html:false
	},
	es: {
			flash:false,
			html:false
	},
	jp: {
			flash:false,
			html:false
	}
}