
		var last = 0;

		if (document.images) {
// preload images start
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";
image6on = new Image();
image6on.src = "/templates/html/d_6_de_imageleft_foto_on.gif";
image6off = new Image();
image6off.src = "/templates/html/d_6_de_imageleft_foto_off.gif";
image6act = new Image();
image6act.src = "/templates/html/d_6_de_imageleft_foto_act.gif";
image7on = new Image();
image7on.src = "/templates/html/d_7_de_imageleft_foto_on.gif";
image7off = new Image();
image7off.src = "/templates/html/d_7_de_imageleft_foto_off.gif";
image7act = new Image();
image7act.src = "/templates/html/d_7_de_imageleft_foto_act.gif";
image8on = new Image();
image8on.src = "/templates/html/d_8_de_imageleft_foto_on.gif";
image8off = new Image();
image8off.src = "/templates/html/d_8_de_imageleft_foto_off.gif";
image8act = new Image();
image8act.src = "/templates/html/d_8_de_imageleft_foto_act.gif";
image9on = new Image();
image9on.src = "/templates/html/d_9_de_imageleft_foto_on.gif";
image9off = new Image();
image9off.src = "/templates/html/d_9_de_imageleft_foto_off.gif";
image9act = new Image();
image9act.src = "/templates/html/d_9_de_imageleft_foto_act.gif";
image12on = new Image();
image12on.src = "/templates/html/d_12_de_imageleft_foto_on.gif";
image12off = new Image();
image12off.src = "/templates/html/d_12_de_imageleft_foto_off.gif";
image12act = new Image();
image12act.src = "/templates/html/d_12_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
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";
}
image6on.src = "/templates/html/d_6_de_imageleft_foto_on.gif";
image6off.src = "/templates/html/d_6_de_imageleft_foto_off.gif";
if (imgNum==6){
image6on.src = "/templates/html/d_6_de_imageleft_foto_act.gif";
image6off.src = "/templates/html/d_6_de_imageleft_foto_act.gif";
}
image7on.src = "/templates/html/d_7_de_imageleft_foto_on.gif";
image7off.src = "/templates/html/d_7_de_imageleft_foto_off.gif";
if (imgNum==7){
image7on.src = "/templates/html/d_7_de_imageleft_foto_act.gif";
image7off.src = "/templates/html/d_7_de_imageleft_foto_act.gif";
}
image8on.src = "/templates/html/d_8_de_imageleft_foto_on.gif";
image8off.src = "/templates/html/d_8_de_imageleft_foto_off.gif";
if (imgNum==8){
image8on.src = "/templates/html/d_8_de_imageleft_foto_act.gif";
image8off.src = "/templates/html/d_8_de_imageleft_foto_act.gif";
}
image9on.src = "/templates/html/d_9_de_imageleft_foto_on.gif";
image9off.src = "/templates/html/d_9_de_imageleft_foto_off.gif";
if (imgNum==9){
image9on.src = "/templates/html/d_9_de_imageleft_foto_act.gif";
image9off.src = "/templates/html/d_9_de_imageleft_foto_act.gif";
}
image12on.src = "/templates/html/d_12_de_imageleft_foto_on.gif";
image12off.src = "/templates/html/d_12_de_imageleft_foto_off.gif";
if (imgNum==12){
image12on.src = "/templates/html/d_12_de_imageleft_foto_act.gif";
image12off.src = "/templates/html/d_12_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;
		}

