{
g1= new Image();
g1.src = "graf/splash1/splash_08_off.jpg";
g1on = new Image();
g1on.src = "graf/splash1/splash_08_on.jpg";

g2= new Image();
g2.src = "graf/splash1/splash_09_off.jpg";
g2on = new Image();
g2on.src = "graf/splash1/splash_09_on.jpg";

g3= new Image();
g3.src = "graf/splash1/splash_10_off.jpg";
g3on = new Image();
g3on.src = "graf/splash1/splash_10_on.jpg";

g4= new Image();
g4.src = "graf/splash1/splash_11_off.jpg";
g4on = new Image();
g4on.src = "graf/splash1/splash_11_on.jpg";

}

function imageChange(imageID,imageName) 
	{
		document.images[imageID].src = eval(imageName + ".src");
	}