
		var last = 0;

		if (document.images) {
// preload images start
image56on = new Image();
image56on.src = "/templates/html/d_56_de_imageleft_foto_on.gif";
image56off = new Image();
image56off.src = "/templates/html/d_56_de_imageleft_foto_off.gif";
image56act = new Image();
image56act.src = "/templates/html/d_56_de_imageleft_foto_act.gif";
// preload images end
}


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

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

		function stay_eMailSupport(imgName, imgNum) {
// stay images start
image56on.src = "/templates/html/d_56_de_imageleft_foto_on.gif";
image56off.src = "/templates/html/d_56_de_imageleft_foto_off.gif";
if (imgNum==56){
image56on.src = "/templates/html/d_56_de_imageleft_foto_act.gif";
image56off.src = "/templates/html/d_56_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;
		}


