
		var last = 0;

		if (document.images) {
// preload images start
image10on = new Image();
image10on.src = "/templates/html/d_10_en_imageleft_foto_on.gif";
image10off = new Image();
image10off.src = "/templates/html/d_10_en_imageleft_foto_off.gif";
image10act = new Image();
image10act.src = "/templates/html/d_10_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";
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";
image5on = new Image();
image5on.src = "/templates/html/d_5_en_imageleft_foto_on.gif";
image5off = new Image();
image5off.src = "/templates/html/d_5_en_imageleft_foto_off.gif";
image5act = new Image();
image5act.src = "/templates/html/d_5_en_imageleft_foto_act.gif";
image9on = new Image();
image9on.src = "/templates/html/d_9_en_imageleft_foto_on.gif";
image9off = new Image();
image9off.src = "/templates/html/d_9_en_imageleft_foto_off.gif";
image9act = new Image();
image9act.src = "/templates/html/d_9_en_imageleft_foto_act.gif";
image29on = new Image();
image29on.src = "/templates/html/d_29_en_imageleft_foto_on.jpg";
image29off = new Image();
image29off.src = "/templates/html/d_29_en_imageleft_foto_off.jpg";
image29act = new Image();
image29act.src = "/templates/html/d_29_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
image10on.src = "/templates/html/d_10_en_imageleft_foto_on.gif";
image10off.src = "/templates/html/d_10_en_imageleft_foto_off.gif";
if (imgNum==10){
image10on.src = "/templates/html/d_10_en_imageleft_foto_act.gif";
image10off.src = "/templates/html/d_10_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";
}
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";
}
image5on.src = "/templates/html/d_5_en_imageleft_foto_on.gif";
image5off.src = "/templates/html/d_5_en_imageleft_foto_off.gif";
if (imgNum==5){
image5on.src = "/templates/html/d_5_en_imageleft_foto_act.gif";
image5off.src = "/templates/html/d_5_en_imageleft_foto_act.gif";
}
image9on.src = "/templates/html/d_9_en_imageleft_foto_on.gif";
image9off.src = "/templates/html/d_9_en_imageleft_foto_off.gif";
if (imgNum==9){
image9on.src = "/templates/html/d_9_en_imageleft_foto_act.gif";
image9off.src = "/templates/html/d_9_en_imageleft_foto_act.gif";
}
image29on.src = "/templates/html/d_29_en_imageleft_foto_on.jpg";
image29off.src = "/templates/html/d_29_en_imageleft_foto_off.jpg";
if (imgNum==29){
image29on.src = "/templates/html/d_29_en_imageleft_foto_act.jpg";
image29off.src = "/templates/html/d_29_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;
		}


