
		var last = 0;

		if (document.images) {
// preload images start
image2on = new Image();
image2on.src = "/templates/html/d_2_en_imageleft_foto_on.gif";
image2off = new Image();
image2off.src = "/templates/html/d_2_en_imageleft_foto_off.gif";
image2act = new Image();
image2act.src = "/templates/html/d_2_en_imageleft_foto_act.gif";
image3on = new Image();
image3on.src = "/templates/html/d_3_en_imageleft_foto_on.gif";
image3off = new Image();
image3off.src = "/templates/html/d_3_en_imageleft_foto_off.gif";
image3act = new Image();
image3act.src = "/templates/html/d_3_en_imageleft_foto_act.gif";
image15on = new Image();
image15on.src = "/templates/html/d_15_en_imageleft_foto_on.gif";
image15off = new Image();
image15off.src = "/templates/html/d_15_en_imageleft_foto_off.gif";
image15act = new Image();
image15act.src = "/templates/html/d_15_en_imageleft_foto_act.gif";
image19on = new Image();
image19on.src = "/templates/html/d_19_en_imageleft_foto_on.gif";
image19off = new Image();
image19off.src = "/templates/html/d_19_en_imageleft_foto_off.gif";
image19act = new Image();
image19act.src = "/templates/html/d_19_en_imageleft_foto_act.gif";
image1on = new Image();
image1on.src = "/templates/html/d_1_en_imageleft_foto_on.gif";
image1off = new Image();
image1off.src = "/templates/html/d_1_en_imageleft_foto_off.gif";
image1act = new Image();
image1act.src = "/templates/html/d_1_en_imageleft_foto_act.gif";
image18on = new Image();
image18on.src = "/templates/html/d_18_en_imageleft_foto_on.gif";
image18off = new Image();
image18off.src = "/templates/html/d_18_en_imageleft_foto_off.gif";
image18act = new Image();
image18act.src = "/templates/html/d_18_en_imageleft_foto_act.gif";
image30on = new Image();
image30on.src = "/templates/html/d_30_en_imageleft_foto_on.jpg";
image30off = new Image();
image30off.src = "/templates/html/d_30_en_imageleft_foto_off.jpg";
image30act = new Image();
image30act.src = "/templates/html/d_30_en_imageleft_foto_act.jpg";
// 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_en_imageleft_foto_on.gif";
image2off.src = "/templates/html/d_2_en_imageleft_foto_off.gif";
if (imgNum==2){
image2on.src = "/templates/html/d_2_en_imageleft_foto_act.gif";
image2off.src = "/templates/html/d_2_en_imageleft_foto_act.gif";
}
image3on.src = "/templates/html/d_3_en_imageleft_foto_on.gif";
image3off.src = "/templates/html/d_3_en_imageleft_foto_off.gif";
if (imgNum==3){
image3on.src = "/templates/html/d_3_en_imageleft_foto_act.gif";
image3off.src = "/templates/html/d_3_en_imageleft_foto_act.gif";
}
image15on.src = "/templates/html/d_15_en_imageleft_foto_on.gif";
image15off.src = "/templates/html/d_15_en_imageleft_foto_off.gif";
if (imgNum==15){
image15on.src = "/templates/html/d_15_en_imageleft_foto_act.gif";
image15off.src = "/templates/html/d_15_en_imageleft_foto_act.gif";
}
image19on.src = "/templates/html/d_19_en_imageleft_foto_on.gif";
image19off.src = "/templates/html/d_19_en_imageleft_foto_off.gif";
if (imgNum==19){
image19on.src = "/templates/html/d_19_en_imageleft_foto_act.gif";
image19off.src = "/templates/html/d_19_en_imageleft_foto_act.gif";
}
image1on.src = "/templates/html/d_1_en_imageleft_foto_on.gif";
image1off.src = "/templates/html/d_1_en_imageleft_foto_off.gif";
if (imgNum==1){
image1on.src = "/templates/html/d_1_en_imageleft_foto_act.gif";
image1off.src = "/templates/html/d_1_en_imageleft_foto_act.gif";
}
image18on.src = "/templates/html/d_18_en_imageleft_foto_on.gif";
image18off.src = "/templates/html/d_18_en_imageleft_foto_off.gif";
if (imgNum==18){
image18on.src = "/templates/html/d_18_en_imageleft_foto_act.gif";
image18off.src = "/templates/html/d_18_en_imageleft_foto_act.gif";
}
image30on.src = "/templates/html/d_30_en_imageleft_foto_on.jpg";
image30off.src = "/templates/html/d_30_en_imageleft_foto_off.jpg";
if (imgNum==30){
image30on.src = "/templates/html/d_30_en_imageleft_foto_act.jpg";
image30off.src = "/templates/html/d_30_en_imageleft_foto_act.jpg";
}
// 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;
		}

