
		var last = 0;

		if (document.images) {
// preload images start
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";
image14on = new Image();
image14on.src = "/templates/html/d_14_de_imageleft_foto_on.gif";
image14off = new Image();
image14off.src = "/templates/html/d_14_de_imageleft_foto_off.gif";
image14act = new Image();
image14act.src = "/templates/html/d_14_de_imageleft_foto_act.gif";
image16on = new Image();
image16on.src = "/templates/html/d_16_de_imageleft_foto_on.gif";
image16off = new Image();
image16off.src = "/templates/html/d_16_de_imageleft_foto_off.gif";
image16act = new Image();
image16act.src = "/templates/html/d_16_de_imageleft_foto_act.gif";
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";
// preload images end
}


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

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

		function stay_main(imgName, imgNum) {
// stay images start
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";
}
image14on.src = "/templates/html/d_14_de_imageleft_foto_on.gif";
image14off.src = "/templates/html/d_14_de_imageleft_foto_off.gif";
if (imgNum==14){
image14on.src = "/templates/html/d_14_de_imageleft_foto_act.gif";
image14off.src = "/templates/html/d_14_de_imageleft_foto_act.gif";
}
image16on.src = "/templates/html/d_16_de_imageleft_foto_on.gif";
image16off.src = "/templates/html/d_16_de_imageleft_foto_off.gif";
if (imgNum==16){
image16on.src = "/templates/html/d_16_de_imageleft_foto_act.gif";
image16off.src = "/templates/html/d_16_de_imageleft_foto_act.gif";
}
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";
}
// 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;
		}


