
		var last = 0;

		if (document.images) {
// preload images start
image10on = new Image();
image10on.src = "/templates/html/d_10_es_imageleft_foto_on.jpg";
image10off = new Image();
image10off.src = "/templates/html/d_10_es_imageleft_foto_off.jpg";
image10act = new Image();
image10act.src = "/templates/html/d_10_es_imageleft_foto_act.jpg";
image30on = new Image();
image30on.src = "/templates/html/d_30_es_imageleft_foto_on.jpg";
image30off = new Image();
image30off.src = "/templates/html/d_30_es_imageleft_foto_off.jpg";
image30act = new Image();
image30act.src = "/templates/html/d_30_es_imageleft_foto_act.jpg";
image31on = new Image();
image31on.src = "/templates/html/d_31_es_imageleft_foto_on.jpg";
image31off = new Image();
image31off.src = "/templates/html/d_31_es_imageleft_foto_off.jpg";
image31act = new Image();
image31act.src = "/templates/html/d_31_es_imageleft_foto_act.jpg";
image34on = new Image();
image34on.src = "/templates/html/d_34_es_imageleft_foto_on.jpg";
image34off = new Image();
image34off.src = "/templates/html/d_34_es_imageleft_foto_off.jpg";
image34act = new Image();
image34act.src = "/templates/html/d_34_es_imageleft_foto_act.jpg";
image33on = new Image();
image33on.src = "/templates/html/d_33_es_imageleft_foto_on.jpg";
image33off = new Image();
image33off.src = "/templates/html/d_33_es_imageleft_foto_off.jpg";
image33act = new Image();
image33act.src = "/templates/html/d_33_es_imageleft_foto_act.jpg";
image32on = new Image();
image32on.src = "/templates/html/d_32_es_imageleft_foto_on.jpg";
image32off = new Image();
image32off.src = "/templates/html/d_32_es_imageleft_foto_off.jpg";
image32act = new Image();
image32act.src = "/templates/html/d_32_es_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_es_imageleft_foto_on.jpg";
image10off.src = "/templates/html/d_10_es_imageleft_foto_off.jpg";
if (imgNum==10){
image10on.src = "/templates/html/d_10_es_imageleft_foto_act.jpg";
image10off.src = "/templates/html/d_10_es_imageleft_foto_act.jpg";
}
image30on.src = "/templates/html/d_30_es_imageleft_foto_on.jpg";
image30off.src = "/templates/html/d_30_es_imageleft_foto_off.jpg";
if (imgNum==30){
image30on.src = "/templates/html/d_30_es_imageleft_foto_act.jpg";
image30off.src = "/templates/html/d_30_es_imageleft_foto_act.jpg";
}
image31on.src = "/templates/html/d_31_es_imageleft_foto_on.jpg";
image31off.src = "/templates/html/d_31_es_imageleft_foto_off.jpg";
if (imgNum==31){
image31on.src = "/templates/html/d_31_es_imageleft_foto_act.jpg";
image31off.src = "/templates/html/d_31_es_imageleft_foto_act.jpg";
}
image34on.src = "/templates/html/d_34_es_imageleft_foto_on.jpg";
image34off.src = "/templates/html/d_34_es_imageleft_foto_off.jpg";
if (imgNum==34){
image34on.src = "/templates/html/d_34_es_imageleft_foto_act.jpg";
image34off.src = "/templates/html/d_34_es_imageleft_foto_act.jpg";
}
image33on.src = "/templates/html/d_33_es_imageleft_foto_on.jpg";
image33off.src = "/templates/html/d_33_es_imageleft_foto_off.jpg";
if (imgNum==33){
image33on.src = "/templates/html/d_33_es_imageleft_foto_act.jpg";
image33off.src = "/templates/html/d_33_es_imageleft_foto_act.jpg";
}
image32on.src = "/templates/html/d_32_es_imageleft_foto_on.jpg";
image32off.src = "/templates/html/d_32_es_imageleft_foto_off.jpg";
if (imgNum==32){
image32on.src = "/templates/html/d_32_es_imageleft_foto_act.jpg";
image32off.src = "/templates/html/d_32_es_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;
		}


