
		var last = 0;

		if (document.images) {
// preload images start
image7on = new Image();
image7on.src = "/templates/html/d_7_de_imageleft_foto_on.gif";
image7off = new Image();
image7off.src = "/templates/html/d_7_de_imageleft_foto_off.gif";
image7act = new Image();
image7act.src = "/templates/html/d_7_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";
image8on = new Image();
image8on.src = "/templates/html/d_8_de_imageleft_foto_on.gif";
image8off = new Image();
image8off.src = "/templates/html/d_8_de_imageleft_foto_off.gif";
image8act = new Image();
image8act.src = "/templates/html/d_8_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";
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";
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";
// 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
image7on.src = "/templates/html/d_7_de_imageleft_foto_on.gif";
image7off.src = "/templates/html/d_7_de_imageleft_foto_off.gif";
if (imgNum==7){
image7on.src = "/templates/html/d_7_de_imageleft_foto_act.gif";
image7off.src = "/templates/html/d_7_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";
}
image8on.src = "/templates/html/d_8_de_imageleft_foto_on.gif";
image8off.src = "/templates/html/d_8_de_imageleft_foto_off.gif";
if (imgNum==8){
image8on.src = "/templates/html/d_8_de_imageleft_foto_act.gif";
image8off.src = "/templates/html/d_8_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";
}
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";
}
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";
}
// 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;
		}


