
		var last = 0;

		if (document.images) {
// preload images start
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";
image17on = new Image();
image17on.src = "/templates/html/d_17_de_imageleft_foto_on.gif";
image17off = new Image();
image17off.src = "/templates/html/d_17_de_imageleft_foto_off.gif";
image17act = new Image();
image17act.src = "/templates/html/d_17_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";
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";
image5on = new Image();
image5on.src = "/templates/html/d_5_de_imageleft_foto_on.gif";
image5off = new Image();
image5off.src = "/templates/html/d_5_de_imageleft_foto_off.gif";
image5act = new Image();
image5act.src = "/templates/html/d_5_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
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";
}
image17on.src = "/templates/html/d_17_de_imageleft_foto_on.gif";
image17off.src = "/templates/html/d_17_de_imageleft_foto_off.gif";
if (imgNum==17){
image17on.src = "/templates/html/d_17_de_imageleft_foto_act.gif";
image17off.src = "/templates/html/d_17_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";
}
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";
}
image5on.src = "/templates/html/d_5_de_imageleft_foto_on.gif";
image5off.src = "/templates/html/d_5_de_imageleft_foto_off.gif";
if (imgNum==5){
image5on.src = "/templates/html/d_5_de_imageleft_foto_act.gif";
image5off.src = "/templates/html/d_5_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;
		}


