// pre-load Replogle Globes navigation images

<!--

	english_off = new Image();
	english_off.src = "img/aboutGlobes/howTo.english.off.gif";
	
	english_on = new Image();
	english_on.src = "img/aboutGlobes/howTo.english.on.gif";
	
	french_off = new Image();
	french_off.src = "img/aboutGlobes/howTo.french.off.gif";
	
	french_on = new Image();
	french_on.src = "img/aboutGlobes/howTo.french.on.gif";
	
	spanish_off = new Image();
	spanish_off.src = "img/aboutGlobes/howTo.spanish.off.gif";
	
	spanish_on = new Image();
	spanish_on.src = "img/aboutGlobes/howTo.spanish.on.gif";
	
	globe1216_off = new Image();
	globe1216_off.src = "img/aboutGlobes/howTo.bulb1216.off.gif";
	
	globe1216_on = new Image();
	globe1216_on.src = "img/aboutGlobes/howTo.bulb1216.on.gif";
	
	globe2032_off = new Image();
	globe2032_off.src = "img/aboutGlobes/howTo.bulb2032.off.gif";
	
	globe_2032_on = new Image();
	globe_2032_on.src = "img/aboutGlobes/howTo.bulb2032.on.gif";
	
	faq_off = new Image();
	faq_off.src = "img/aboutGlobes/howTo.faq.off.gif";
	
	faq_on = new Image();
	faq_on.src = "img/aboutGlobes/howTo.faq.on.gif";

-->