
		var last = 0;

		if (document.images) {
// preload images start
image10on = new Image();
image10on.src = "/templates/html/d_10_de_imageleft_foto_on.gif";
image10off = new Image();
image10off.src = "/templates/html/d_10_de_imageleft_foto_off.gif";
image10act = new Image();
image10act.src = "/templates/html/d_10_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";
image11on = new Image();
image11on.src = "/templates/html/d_11_de_imageleft_foto_on.gif";
image11off = new Image();
image11off.src = "/templates/html/d_11_de_imageleft_foto_off.gif";
image11act = new Image();
image11act.src = "/templates/html/d_11_de_imageleft_foto_act.gif";
image13on = new Image();
image13on.src = "/templates/html/d_13_de_imageleft_foto_on.gif";
image13off = new Image();
image13off.src = "/templates/html/d_13_de_imageleft_foto_off.gif";
image13act = new Image();
image13act.src = "/templates/html/d_13_de_imageleft_foto_act.gif";
image12on = new Image();
image12on.src = "/templates/html/d_12_de_imageleft_foto_on.gif";
image12off = new Image();
image12off.src = "/templates/html/d_12_de_imageleft_foto_off.gif";
image12act = new Image();
image12act.src = "/templates/html/d_12_de_imageleft_foto_act.gif";
// preload images end
}


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

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

		function stay_movie(imgName, imgNum) {
// stay images start
image10on.src = "/templates/html/d_10_de_imageleft_foto_on.gif";
image10off.src = "/templates/html/d_10_de_imageleft_foto_off.gif";
if (imgNum==10){
image10on.src = "/templates/html/d_10_de_imageleft_foto_act.gif";
image10off.src = "/templates/html/d_10_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";
}
image11on.src = "/templates/html/d_11_de_imageleft_foto_on.gif";
image11off.src = "/templates/html/d_11_de_imageleft_foto_off.gif";
if (imgNum==11){
image11on.src = "/templates/html/d_11_de_imageleft_foto_act.gif";
image11off.src = "/templates/html/d_11_de_imageleft_foto_act.gif";
}
image13on.src = "/templates/html/d_13_de_imageleft_foto_on.gif";
image13off.src = "/templates/html/d_13_de_imageleft_foto_off.gif";
if (imgNum==13){
image13on.src = "/templates/html/d_13_de_imageleft_foto_act.gif";
image13off.src = "/templates/html/d_13_de_imageleft_foto_act.gif";
}
image12on.src = "/templates/html/d_12_de_imageleft_foto_on.gif";
image12off.src = "/templates/html/d_12_de_imageleft_foto_off.gif";
if (imgNum==12){
image12on.src = "/templates/html/d_12_de_imageleft_foto_act.gif";
image12off.src = "/templates/html/d_12_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;
		}

