
		var last = 0;

		if (document.images) {
// preload images start
image21on = new Image();
image21on.src = "/templates/html/d_21_de_imageleft_foto_on.gif";
image21off = new Image();
image21off.src = "/templates/html/d_21_de_imageleft_foto_off.gif";
image21act = new Image();
image21act.src = "/templates/html/d_21_de_imageleft_foto_act.gif";
image22on = new Image();
image22on.src = "/templates/html/d_22_de_imageleft_foto_on.gif";
image22off = new Image();
image22off.src = "/templates/html/d_22_de_imageleft_foto_off.gif";
image22act = new Image();
image22act.src = "/templates/html/d_22_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";
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";
image52on = new Image();
image52on.src = "/templates/html/d_52_de_imageleft_foto_on.gif";
image52off = new Image();
image52off.src = "/templates/html/d_52_de_imageleft_foto_off.gif";
image52act = new Image();
image52act.src = "/templates/html/d_52_de_imageleft_foto_act.gif";
image53on = new Image();
image53on.src = "/templates/html/d_53_de_imageleft_foto_on.gif";
image53off = new Image();
image53off.src = "/templates/html/d_53_de_imageleft_foto_off.gif";
image53act = new Image();
image53act.src = "/templates/html/d_53_de_imageleft_foto_act.gif";
// preload images end
}


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

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

		function stay_navigate_right(imgName, imgNum) {
// stay images start
image21on.src = "/templates/html/d_21_de_imageleft_foto_on.gif";
image21off.src = "/templates/html/d_21_de_imageleft_foto_off.gif";
if (imgNum==21){
image21on.src = "/templates/html/d_21_de_imageleft_foto_act.gif";
image21off.src = "/templates/html/d_21_de_imageleft_foto_act.gif";
}
image22on.src = "/templates/html/d_22_de_imageleft_foto_on.gif";
image22off.src = "/templates/html/d_22_de_imageleft_foto_off.gif";
if (imgNum==22){
image22on.src = "/templates/html/d_22_de_imageleft_foto_act.gif";
image22off.src = "/templates/html/d_22_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";
}
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";
}
image52on.src = "/templates/html/d_52_de_imageleft_foto_on.gif";
image52off.src = "/templates/html/d_52_de_imageleft_foto_off.gif";
if (imgNum==52){
image52on.src = "/templates/html/d_52_de_imageleft_foto_act.gif";
image52off.src = "/templates/html/d_52_de_imageleft_foto_act.gif";
}
image53on.src = "/templates/html/d_53_de_imageleft_foto_on.gif";
image53off.src = "/templates/html/d_53_de_imageleft_foto_off.gif";
if (imgNum==53){
image53on.src = "/templates/html/d_53_de_imageleft_foto_act.gif";
image53off.src = "/templates/html/d_53_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;
		}

