
		var last = 0;

		if (document.images) {
// preload images start
image2on = new Image();
image2on.src = "/templates/html/d_2_de_imageleft_foto_on.gif";
image2off = new Image();
image2off.src = "/templates/html/d_2_de_imageleft_foto_off.gif";
image2act = new Image();
image2act.src = "/templates/html/d_2_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";
image15on = new Image();
image15on.src = "/templates/html/d_15_de_imageleft_foto_on.gif";
image15off = new Image();
image15off.src = "/templates/html/d_15_de_imageleft_foto_off.gif";
image15act = new Image();
image15act.src = "/templates/html/d_15_de_imageleft_foto_act.gif";
// preload images end
}


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

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

		function stay_navigate(imgName, imgNum) {
// stay images start
image2on.src = "/templates/html/d_2_de_imageleft_foto_on.gif";
image2off.src = "/templates/html/d_2_de_imageleft_foto_off.gif";
if (imgNum==2){
image2on.src = "/templates/html/d_2_de_imageleft_foto_act.gif";
image2off.src = "/templates/html/d_2_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";
}
image15on.src = "/templates/html/d_15_de_imageleft_foto_on.gif";
image15off.src = "/templates/html/d_15_de_imageleft_foto_off.gif";
if (imgNum==15){
image15on.src = "/templates/html/d_15_de_imageleft_foto_act.gif";
image15off.src = "/templates/html/d_15_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;
		}


