if (document.images) {
	rolam_off = new Image();
	rolam_off.src = "image/rolam.png";
	rolam_on = new Image();
	rolam_on.src = "image/rolam_on.png";
	termekek_off = new Image();
	termekek_off.src = "image/termekek.png";
	termekek_on = new Image();
	termekek_on.src = "image/termekek_on.png";
	tuzterek_off = new Image();
	tuzterek_off.src = "image/tuzterek.png";
	tuzterek_on = new Image();
	tuzterek_on.src = "image/tuzterek_on.png";
	ajtok_off = new Image();
	ajtok_off.src = "image/ajtok.png";
	ajtok_on = new Image();
	ajtok_on.src = "image/ajtok_on.png";
	kiegeszitok_off = new Image();
	kiegeszitok_off.src = "image/kiegeszitok.png";
	kiegeszitok_on = new Image();
	kiegeszitok_on.src = "image/kiegeszitok_on.png";
	kapcsolat_off = new Image();
	kapcsolat_off.src = "image/kapcsolat.png";
	kapcsolat_on = new Image();
	kapcsolat_on.src = "image/kapcsolat_on.png";
	akciok_off = new Image();
	akciok_off.src = "image/akciok.png";
	akciok_on = new Image();
	akciok_on.src = "image/akciok_on.png";

	cserepkalyha_off = new Image();
	cserepkalyha_off.src = "image/cserepkalyha.png";
	cserepkalyha_on = new Image();
	cserepkalyha_on.src = "image/cserepkalyha_on.png";
	cserepkandallo_off = new Image();
	cserepkandallo_off.src = "image/cserepkandallo.png";
	cserepkandallo_on = new Image();
	cserepkandallo_on.src = "image/cserepkandallo_on.png";
	kokandallo_off = new Image();
	kokandallo_off.src = "image/kokandallo.png";
	kokandallo_on = new Image();
	kokandallo_on.src = "image/kokandallo_on.png";
	kertisuto_off = new Image();
	kertisuto_off.src = "image/kertisuto.png";
	kertisuto_on = new Image();
	kertisuto_on.src = "image/kertisuto_on.png";
	technical_kandallo_off = new Image();
	technical_kandallo_off.src = "image/technical_kandallo.png";
	technical_kandallo_on = new Image();
	technical_kandallo_on.src = "image/technical_kandallo_on.png";

	technical_kandallo_klasszikus_off = new Image();
	technical_kandallo_klasszikus_off.src = "image/technical_kandallo_klasszikus.png";
	technical_kandallo_klasszikus_on = new Image();
	technical_kandallo_klasszikus_on.src = "image/technical_kandallo_klasszikus_on.png";
	technical_kandallo_rusztikus_off = new Image();
	technical_kandallo_rusztikus_off.src = "image/technical_kandallo_rusztikus.png";
	technical_kandallo_rusztikus_on = new Image();
	technical_kandallo_rusztikus_on.src = "image/technical_kandallo_rusztikus_on.png";
	technical_kandallo_modern_off = new Image();
	technical_kandallo_modern_off.src = "image/technical_kandallo_modern.png";
	technical_kandallo_modern_on = new Image();
	technical_kandallo_modern_on.src = "image/technical_kandallo_modern_on.png";
	technical_kandallo_francia_off = new Image();
	technical_kandallo_francia_off.src = "image/technical_kandallo_francia.png";
	technical_kandallo_francia_on = new Image();
	technical_kandallo_francia_on.src = "image/technical_kandallo_francia_on.png";
}

function turnOn(imageName) {
	if (document.images) {
		document[imageName].src = eval(imageName + "_on.src");
	}
}

function turnOff(imageName)	{
	if (document.images) {
		document[imageName].src = eval(imageName + "_off.src");
	}
}


