
		var last = 0;

		if (document.images) {
// preload images start
image54on = new Image();
image54on.src = "/templates/html/d_54_de_imageleft_foto_on.gif";
image54off = new Image();
image54off.src = "/templates/html/d_54_de_imageleft_foto_off.gif";
image54act = new Image();
image54act.src = "/templates/html/d_54_de_imageleft_foto_act.gif";
image55on = new Image();
image55on.src = "/templates/html/d_55_de_imageleft_foto_on.gif";
image55off = new Image();
image55off.src = "/templates/html/d_55_de_imageleft_foto_off.gif";
image55act = new Image();
image55act.src = "/templates/html/d_55_de_imageleft_foto_act.gif";
image56on = new Image();
image56on.src = "/templates/html/d_56_de_imageleft_foto_on.gif";
image56off = new Image();
image56off.src = "/templates/html/d_56_de_imageleft_foto_off.gif";
image56act = new Image();
image56act.src = "/templates/html/d_56_de_imageleft_foto_act.gif";
image57on = new Image();
image57on.src = "/templates/html/d_57_de_imageleft_foto_on.gif";
image57off = new Image();
image57off.src = "/templates/html/d_57_de_imageleft_foto_off.gif";
image57act = new Image();
image57act.src = "/templates/html/d_57_de_imageleft_foto_act.gif";
image58on = new Image();
image58on.src = "/templates/html/d_58_de_imageleft_foto_on.gif";
image58off = new Image();
image58off.src = "/templates/html/d_58_de_imageleft_foto_off.gif";
image58act = new Image();
image58act.src = "/templates/html/d_58_de_imageleft_foto_act.gif";
// preload images end
}


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

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

		function stay_rezepte(imgName, imgNum) {
// stay images start
image54on.src = "/templates/html/d_54_de_imageleft_foto_on.gif";
image54off.src = "/templates/html/d_54_de_imageleft_foto_off.gif";
if (imgNum==54){
image54on.src = "/templates/html/d_54_de_imageleft_foto_act.gif";
image54off.src = "/templates/html/d_54_de_imageleft_foto_act.gif";
}
image55on.src = "/templates/html/d_55_de_imageleft_foto_on.gif";
image55off.src = "/templates/html/d_55_de_imageleft_foto_off.gif";
if (imgNum==55){
image55on.src = "/templates/html/d_55_de_imageleft_foto_act.gif";
image55off.src = "/templates/html/d_55_de_imageleft_foto_act.gif";
}
image56on.src = "/templates/html/d_56_de_imageleft_foto_on.gif";
image56off.src = "/templates/html/d_56_de_imageleft_foto_off.gif";
if (imgNum==56){
image56on.src = "/templates/html/d_56_de_imageleft_foto_act.gif";
image56off.src = "/templates/html/d_56_de_imageleft_foto_act.gif";
}
image57on.src = "/templates/html/d_57_de_imageleft_foto_on.gif";
image57off.src = "/templates/html/d_57_de_imageleft_foto_off.gif";
if (imgNum==57){
image57on.src = "/templates/html/d_57_de_imageleft_foto_act.gif";
image57off.src = "/templates/html/d_57_de_imageleft_foto_act.gif";
}
image58on.src = "/templates/html/d_58_de_imageleft_foto_on.gif";
image58off.src = "/templates/html/d_58_de_imageleft_foto_off.gif";
if (imgNum==58){
image58on.src = "/templates/html/d_58_de_imageleft_foto_act.gif";
image58off.src = "/templates/html/d_58_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;
		}


