
		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";
image18on = new Image();
image18on.src = "/templates/html/d_18_de_imageleft_foto_on.gif";
image18off = new Image();
image18off.src = "/templates/html/d_18_de_imageleft_foto_off.gif";
image18act = new Image();
image18act.src = "/templates/html/d_18_de_imageleft_foto_act.gif";
image19on = new Image();
image19on.src = "/templates/html/d_19_de_imageleft_foto_on.gif";
image19off = new Image();
image19off.src = "/templates/html/d_19_de_imageleft_foto_off.gif";
image19act = new Image();
image19act.src = "/templates/html/d_19_de_imageleft_foto_act.gif";
image20on = new Image();
image20on.src = "/templates/html/d_20_de_imageleft_foto_on.gif";
image20off = new Image();
image20off.src = "/templates/html/d_20_de_imageleft_foto_off.gif";
image20act = new Image();
image20act.src = "/templates/html/d_20_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";
}
image18on.src = "/templates/html/d_18_de_imageleft_foto_on.gif";
image18off.src = "/templates/html/d_18_de_imageleft_foto_off.gif";
if (imgNum==18){
image18on.src = "/templates/html/d_18_de_imageleft_foto_act.gif";
image18off.src = "/templates/html/d_18_de_imageleft_foto_act.gif";
}
image19on.src = "/templates/html/d_19_de_imageleft_foto_on.gif";
image19off.src = "/templates/html/d_19_de_imageleft_foto_off.gif";
if (imgNum==19){
image19on.src = "/templates/html/d_19_de_imageleft_foto_act.gif";
image19off.src = "/templates/html/d_19_de_imageleft_foto_act.gif";
}
image20on.src = "/templates/html/d_20_de_imageleft_foto_on.gif";
image20off.src = "/templates/html/d_20_de_imageleft_foto_off.gif";
if (imgNum==20){
image20on.src = "/templates/html/d_20_de_imageleft_foto_act.gif";
image20off.src = "/templates/html/d_20_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;
		}


