if (document.images) {
	csamon2 = new Image();
	csamon2.src = "images/splash/cmas_on.gif";
	csamon1 = new Image();
	csamon1.src = "images/splash/headphones_on.gif";
	csamoff2 = new Image();
	csamoff2.src = "images/splash/cmas_off.gif";
	csamoff1 = new Image();
	csamoff1.src = "images/splash/headphones_off.gif";
	chateauon2 = new Image();
	chateauon2.src = "images/splash/chateau_on.gif";
	chateauon1 = new Image();
	chateauon1.src = "images/splash/stand_on.gif";
	chateauoff2 = new Image();
	chateauoff2.src = "images/splash/chateau_off.gif";
	chateauoff1 = new Image();
	chateauoff1.src = "images/splash/stand_off.gif";
	lightingon1 = new Image();
	lightingon1.src = "images/splash/light_on.gif";
	lightingon2 = new Image();
	lightingon2.src = "images/splash/lighting_on.gif";
	lightingoff1 = new Image();
	lightingoff1.src = "images/splash/light_off.gif";
	lightingoff2 = new Image();
	lightingoff2.src = "images/splash/lighting_off.gif";
	recordson2 = new Image();
	recordson2.src = "images/splash/records_on.gif";
	recordson1 = new Image();
	recordson1.src = "images/splash/cd_on.gif";
	recordsoff2 = new Image();
	recordsoff2.src = "images/splash/records_off.gif";
	recordsoff1 = new Image();
	recordsoff1.src = "images/splash/cd_off.gif";
	jgiton1 = new Image();
	jgiton1.src = "images/splash/drum_on.gif";
	jgiton2 = new Image();
	jgiton2.src = "images/splash/jgit_on.gif";
	jgitoff1 = new Image();
	jgitoff1.src = "images/splash/drum_off.gif";
	jgitoff2 = new Image();
	jgitoff2.src = "images/splash/jgit_off.gif";
	
}

function img_act(imgName) {
	if (document.images){
		img1On = eval(imgName + "on1.src");
		img2On = eval(imgName + "on2.src");
		document[imgName+"1"].src = img1On;
		document[imgName+"2"].src = img2On;
	}
}

function img_inact(imgName) {
	if (document.images){
		img1Off = eval(imgName + "off1.src");
		img2Off = eval(imgName + "off2.src");
		document[imgName+"1"].src = img1Off;
		document[imgName+"2"].src = img2Off;
	}
}
