
		var last = 0;

		if (document.images) {
// preload images start
image1on = new Image();
image1on.src = "/templates/html/d_1_de_imageleft_foto_on.gif";
image1off = new Image();
image1off.src = "/templates/html/d_1_de_imageleft_foto_off.gif";
image1act = new Image();
image1act.src = "/templates/html/d_1_de_imageleft_foto_act.gif";
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";
image4on = new Image();
image4on.src = "/templates/html/d_4_de_imageleft_foto_on.gif";
image4off = new Image();
image4off.src = "/templates/html/d_4_de_imageleft_foto_off.gif";
image4act = new Image();
image4act.src = "/templates/html/d_4_de_imageleft_foto_act.gif";
image31on = new Image();
image31on.src = "/templates/html/d_31_de_imageleft_foto_on.gif";
image31off = new Image();
image31off.src = "/templates/html/d_31_de_imageleft_foto_off.gif";
image31act = new Image();
image31act.src = "/templates/html/d_31_de_imageleft_foto_act.gif";
image3on = new Image();
image3on.src = "/templates/html/d_3_de_imageleft_foto_on.gif";
image3off = new Image();
image3off.src = "/templates/html/d_3_de_imageleft_foto_off.gif";
image3act = new Image();
image3act.src = "/templates/html/d_3_de_imageleft_foto_act.gif";
image24on = new Image();
image24on.src = "/templates/html/d_24_de_imageleft_foto_on.gif";
image24off = new Image();
image24off.src = "/templates/html/d_24_de_imageleft_foto_off.gif";
image24act = new Image();
image24act.src = "/templates/html/d_24_de_imageleft_foto_act.gif";
// preload images end
}


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

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

		function stay_navigate_hansa(imgName, imgNum) {
// stay images start
image1on.src = "/templates/html/d_1_de_imageleft_foto_on.gif";
image1off.src = "/templates/html/d_1_de_imageleft_foto_off.gif";
if (imgNum==1){
image1on.src = "/templates/html/d_1_de_imageleft_foto_act.gif";
image1off.src = "/templates/html/d_1_de_imageleft_foto_act.gif";
}
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";
}
image4on.src = "/templates/html/d_4_de_imageleft_foto_on.gif";
image4off.src = "/templates/html/d_4_de_imageleft_foto_off.gif";
if (imgNum==4){
image4on.src = "/templates/html/d_4_de_imageleft_foto_act.gif";
image4off.src = "/templates/html/d_4_de_imageleft_foto_act.gif";
}
image31on.src = "/templates/html/d_31_de_imageleft_foto_on.gif";
image31off.src = "/templates/html/d_31_de_imageleft_foto_off.gif";
if (imgNum==31){
image31on.src = "/templates/html/d_31_de_imageleft_foto_act.gif";
image31off.src = "/templates/html/d_31_de_imageleft_foto_act.gif";
}
image3on.src = "/templates/html/d_3_de_imageleft_foto_on.gif";
image3off.src = "/templates/html/d_3_de_imageleft_foto_off.gif";
if (imgNum==3){
image3on.src = "/templates/html/d_3_de_imageleft_foto_act.gif";
image3off.src = "/templates/html/d_3_de_imageleft_foto_act.gif";
}
image24on.src = "/templates/html/d_24_de_imageleft_foto_on.gif";
image24off.src = "/templates/html/d_24_de_imageleft_foto_off.gif";
if (imgNum==24){
image24on.src = "/templates/html/d_24_de_imageleft_foto_act.gif";
image24off.src = "/templates/html/d_24_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;
		}


