
		var last = 0;

		if (document.images) {
// preload images start
image353on = new Image();
image353on.src = "/templates/html/navigate_online_shop_de_imageleft_level_0_foto_on.gif";
image353off = new Image();
image353off.src = "/templates/html/navigate_online_shop_de_imageleft_level_0_foto_off.gif";
image353act = new Image();
image353act.src = "/templates/html/navigate_online_shop_de_imageleft_level_0_foto_act.gif";
// preload images end
}


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

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

		function stay_online_shop(imgName, imgNum) {
// stay images start
image353on.src = "/templates/html/navigate_online_shop_de_imageleft_level_0_foto_on.gif";
image353off.src = "/templates/html/navigate_online_shop_de_imageleft_level_0_foto_off.gif";
if (imgNum==353){
image353on.src = "/templates/html/navigate_online_shop_de_imageleft_level_0_foto_act.gif";
image353off.src = "/templates/html/navigate_online_shop_de_imageleft_level_0_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;
		}


