
		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";
image5on = new Image();
image5on.src = "/templates/html/d_5_de_imageleft_foto_on.gif";
image5off = new Image();
image5off.src = "/templates/html/d_5_de_imageleft_foto_off.gif";
image5act = new Image();
image5act.src = "/templates/html/d_5_de_imageleft_foto_act.gif";
image9on = new Image();
image9on.src = "/templates/html/d_9_de_imageleft_foto_on.gif";
image9off = new Image();
image9off.src = "/templates/html/d_9_de_imageleft_foto_off.gif";
image9act = new Image();
image9act.src = "/templates/html/d_9_de_imageleft_foto_act.gif";
image59on = new Image();
image59on.src = "/templates/html/d_59_de_imageleft_foto_on.gif";
image59off = new Image();
image59off.src = "/templates/html/d_59_de_imageleft_foto_off.gif";
image59act = new Image();
image59act.src = "/templates/html/d_59_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";
// preload images end
}


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

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

		function stay_top(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";
}
image5on.src = "/templates/html/d_5_de_imageleft_foto_on.gif";
image5off.src = "/templates/html/d_5_de_imageleft_foto_off.gif";
if (imgNum==5){
image5on.src = "/templates/html/d_5_de_imageleft_foto_act.gif";
image5off.src = "/templates/html/d_5_de_imageleft_foto_act.gif";
}
image9on.src = "/templates/html/d_9_de_imageleft_foto_on.gif";
image9off.src = "/templates/html/d_9_de_imageleft_foto_off.gif";
if (imgNum==9){
image9on.src = "/templates/html/d_9_de_imageleft_foto_act.gif";
image9off.src = "/templates/html/d_9_de_imageleft_foto_act.gif";
}
image59on.src = "/templates/html/d_59_de_imageleft_foto_on.gif";
image59off.src = "/templates/html/d_59_de_imageleft_foto_off.gif";
if (imgNum==59){
image59on.src = "/templates/html/d_59_de_imageleft_foto_act.gif";
image59off.src = "/templates/html/d_59_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";
}
// 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;
		}

