splash0_on = new Image;
splash0_on.src = "images/home_montage0.jpg";
splash1_on = new Image;
splash1_on.src = "images/home_montage1.jpg";
splash2_on = new Image;
splash2_on.src = "images/home_montage2.jpg";
splash3_on = new Image;
splash3_on.src = "images/home_montage3.jpg";

function SetImage(img,src) {
	img.src = src;
}