
		var last = 0;

		if (document.images) {
// preload images start
image99on = new Image();
image99on.src = "/templates/html/d_99_de_imageleft_foto_on.gif";
image99off = new Image();
image99off.src = "/templates/html/d_99_de_imageleft_foto_off.gif";
image99act = new Image();
image99act.src = "/templates/html/d_99_de_imageleft_foto_act.gif";
image60on = new Image();
image60on.src = "/templates/html/d_60_de_imageleft_foto_on.gif";
image60off = new Image();
image60off.src = "/templates/html/d_60_de_imageleft_foto_off.gif";
image60act = new Image();
image60act.src = "/templates/html/d_60_de_imageleft_foto_act.gif";
image76on = new Image();
image76on.src = "/templates/html/d_76_de_imageleft_foto_on.gif";
image76off = new Image();
image76off.src = "/templates/html/d_76_de_imageleft_foto_off.gif";
image76act = new Image();
image76act.src = "/templates/html/d_76_de_imageleft_foto_act.gif";
image67on = new Image();
image67on.src = "/templates/html/d_67_de_imageleft_foto_on.gif";
image67off = new Image();
image67off.src = "/templates/html/d_67_de_imageleft_foto_off.gif";
image67act = new Image();
image67act.src = "/templates/html/d_67_de_imageleft_foto_act.gif";
image68on = new Image();
image68on.src = "/templates/html/d_68_de_imageleft_foto_on.gif";
image68off = new Image();
image68off.src = "/templates/html/d_68_de_imageleft_foto_off.gif";
image68act = new Image();
image68act.src = "/templates/html/d_68_de_imageleft_foto_act.gif";
image100on = new Image();
image100on.src = "/templates/html/d_100_de_imageleft_foto_on.gif";
image100off = new Image();
image100off.src = "/templates/html/d_100_de_imageleft_foto_off.gif";
image100act = new Image();
image100act.src = "/templates/html/d_100_de_imageleft_foto_act.gif";
// preload images end
}


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

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

		function stay_oben(imgName, imgNum) {
// stay images start
image99on.src = "/templates/html/d_99_de_imageleft_foto_on.gif";
image99off.src = "/templates/html/d_99_de_imageleft_foto_off.gif";
if (imgNum==99){
image99on.src = "/templates/html/d_99_de_imageleft_foto_act.gif";
image99off.src = "/templates/html/d_99_de_imageleft_foto_act.gif";
}
image60on.src = "/templates/html/d_60_de_imageleft_foto_on.gif";
image60off.src = "/templates/html/d_60_de_imageleft_foto_off.gif";
if (imgNum==60){
image60on.src = "/templates/html/d_60_de_imageleft_foto_act.gif";
image60off.src = "/templates/html/d_60_de_imageleft_foto_act.gif";
}
image76on.src = "/templates/html/d_76_de_imageleft_foto_on.gif";
image76off.src = "/templates/html/d_76_de_imageleft_foto_off.gif";
if (imgNum==76){
image76on.src = "/templates/html/d_76_de_imageleft_foto_act.gif";
image76off.src = "/templates/html/d_76_de_imageleft_foto_act.gif";
}
image67on.src = "/templates/html/d_67_de_imageleft_foto_on.gif";
image67off.src = "/templates/html/d_67_de_imageleft_foto_off.gif";
if (imgNum==67){
image67on.src = "/templates/html/d_67_de_imageleft_foto_act.gif";
image67off.src = "/templates/html/d_67_de_imageleft_foto_act.gif";
}
image68on.src = "/templates/html/d_68_de_imageleft_foto_on.gif";
image68off.src = "/templates/html/d_68_de_imageleft_foto_off.gif";
if (imgNum==68){
image68on.src = "/templates/html/d_68_de_imageleft_foto_act.gif";
image68off.src = "/templates/html/d_68_de_imageleft_foto_act.gif";
}
image100on.src = "/templates/html/d_100_de_imageleft_foto_on.gif";
image100off.src = "/templates/html/d_100_de_imageleft_foto_off.gif";
if (imgNum==100){
image100on.src = "/templates/html/d_100_de_imageleft_foto_act.gif";
image100off.src = "/templates/html/d_100_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;
		}

