
		var last = 0;

		if (document.images) {
// preload images start
image75on = new Image();
image75on.src = "/templates/html/d_75_de_imageleft_foto_on.gif";
image75off = new Image();
image75off.src = "/templates/html/d_75_de_imageleft_foto_off.gif";
image75act = new Image();
image75act.src = "/templates/html/d_75_de_imageleft_foto_act.gif";
image74on = new Image();
image74on.src = "/templates/html/d_74_de_imageleft_foto_on.gif";
image74off = new Image();
image74off.src = "/templates/html/d_74_de_imageleft_foto_off.gif";
image74act = new Image();
image74act.src = "/templates/html/d_74_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";
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";
image98on = new Image();
image98on.src = "/templates/html/d_98_de_imageleft_foto_on.gif";
image98off = new Image();
image98off.src = "/templates/html/d_98_de_imageleft_foto_off.gif";
image98act = new Image();
image98act.src = "/templates/html/d_98_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
image75on.src = "/templates/html/d_75_de_imageleft_foto_on.gif";
image75off.src = "/templates/html/d_75_de_imageleft_foto_off.gif";
if (imgNum==75){
image75on.src = "/templates/html/d_75_de_imageleft_foto_act.gif";
image75off.src = "/templates/html/d_75_de_imageleft_foto_act.gif";
}
image74on.src = "/templates/html/d_74_de_imageleft_foto_on.gif";
image74off.src = "/templates/html/d_74_de_imageleft_foto_off.gif";
if (imgNum==74){
image74on.src = "/templates/html/d_74_de_imageleft_foto_act.gif";
image74off.src = "/templates/html/d_74_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";
}
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";
}
image98on.src = "/templates/html/d_98_de_imageleft_foto_on.gif";
image98off.src = "/templates/html/d_98_de_imageleft_foto_off.gif";
if (imgNum==98){
image98on.src = "/templates/html/d_98_de_imageleft_foto_act.gif";
image98off.src = "/templates/html/d_98_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;
		}

