
		var last = 0;

		if (document.images) {
// preload images start
image29on = new Image();
image29on.src = "/templates/html/d_29_de_imageleft_foto_on.gif";
image29off = new Image();
image29off.src = "/templates/html/d_29_de_imageleft_foto_off.gif";
image29act = new Image();
image29act.src = "/templates/html/d_29_de_imageleft_foto_act.gif";
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";
image28on = new Image();
image28on.src = "/templates/html/d_28_de_imageleft_foto_on.gif";
image28off = new Image();
image28off.src = "/templates/html/d_28_de_imageleft_foto_off.gif";
image28act = new Image();
image28act.src = "/templates/html/d_28_de_imageleft_foto_act.gif";
image26on = new Image();
image26on.src = "/templates/html/d_26_de_imageleft_foto_on.gif";
image26off = new Image();
image26off.src = "/templates/html/d_26_de_imageleft_foto_off.gif";
image26act = new Image();
image26act.src = "/templates/html/d_26_de_imageleft_foto_act.gif";
// preload images end
}


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

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

		function stay_aktuelles(imgName, imgNum) {
// stay images start
image29on.src = "/templates/html/d_29_de_imageleft_foto_on.gif";
image29off.src = "/templates/html/d_29_de_imageleft_foto_off.gif";
if (imgNum==29){
image29on.src = "/templates/html/d_29_de_imageleft_foto_act.gif";
image29off.src = "/templates/html/d_29_de_imageleft_foto_act.gif";
}
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";
}
image28on.src = "/templates/html/d_28_de_imageleft_foto_on.gif";
image28off.src = "/templates/html/d_28_de_imageleft_foto_off.gif";
if (imgNum==28){
image28on.src = "/templates/html/d_28_de_imageleft_foto_act.gif";
image28off.src = "/templates/html/d_28_de_imageleft_foto_act.gif";
}
image26on.src = "/templates/html/d_26_de_imageleft_foto_on.gif";
image26off.src = "/templates/html/d_26_de_imageleft_foto_off.gif";
if (imgNum==26){
image26on.src = "/templates/html/d_26_de_imageleft_foto_act.gif";
image26off.src = "/templates/html/d_26_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;
		}


