
		var last = 0;

		if (document.images) {
// preload images start
image23on = new Image();
image23on.src = "/templates/html/d_23_de_imageleft_foto_on.gif";
image23off = new Image();
image23off.src = "/templates/html/d_23_de_imageleft_foto_off.gif";
image23act = new Image();
image23act.src = "/templates/html/d_23_de_imageleft_foto_act.gif";
image24on = new Image();
image24on.src = "/templates/html/d_24_de_imageleft_foto_on.gif";
image24off = new Image();
image24off.src = "/templates/html/d_24_de_imageleft_foto_off.gif";
image24act = new Image();
image24act.src = "/templates/html/d_24_de_imageleft_foto_act.gif";
image25on = new Image();
image25on.src = "/templates/html/d_25_de_imageleft_foto_on.gif";
image25off = new Image();
image25off.src = "/templates/html/d_25_de_imageleft_foto_off.gif";
image25act = new Image();
image25act.src = "/templates/html/d_25_de_imageleft_foto_act.gif";
// preload images end
}


		function act_logos(imgName, imgNum) {
			document[imgName].src = eval(imgName + 'on.src');	
		}

		function inact_logos(imgName, imgNum) {
			document[imgName].src = eval(imgName + 'off.src');
		}

		function stay_logos(imgName, imgNum) {
// stay images start
image23on.src = "/templates/html/d_23_de_imageleft_foto_on.gif";
image23off.src = "/templates/html/d_23_de_imageleft_foto_off.gif";
if (imgNum==23){
image23on.src = "/templates/html/d_23_de_imageleft_foto_act.gif";
image23off.src = "/templates/html/d_23_de_imageleft_foto_act.gif";
}
image24on.src = "/templates/html/d_24_de_imageleft_foto_on.gif";
image24off.src = "/templates/html/d_24_de_imageleft_foto_off.gif";
if (imgNum==24){
image24on.src = "/templates/html/d_24_de_imageleft_foto_act.gif";
image24off.src = "/templates/html/d_24_de_imageleft_foto_act.gif";
}
image25on.src = "/templates/html/d_25_de_imageleft_foto_on.gif";
image25off.src = "/templates/html/d_25_de_imageleft_foto_off.gif";
if (imgNum==25){
image25on.src = "/templates/html/d_25_de_imageleft_foto_act.gif";
image25off.src = "/templates/html/d_25_de_imageleft_foto_act.gif";
}
// stay images end

		document[imgName].src = eval(imgName + 'act.src');

		if (last>0){
			temp='image' + last;
				document[temp].src = eval(temp + 'off.src');
			}
			last=imgNum;
		}

