var francais_noglow =  new Image()
francais_noglow.src = "images/splash_09.jpg"
var francais_glow =  new Image()
francais_glow.src = "images/splash2_09.jpg"
var anglais_noglow =  new Image()
anglais_noglow.src = "images/splash_07.jpg"
var anglais_glow =  new Image()
anglais_glow.src = "images/splash2_07.jpg"


	function moveOut(imgName,imgSource)
		{
			document.images[imgName].src = imgSource;
		}
	
	function moveIn(imgName,imgSource)	
		{
			document.images[imgName].src = imgSource;
		}