homea =  new Image(); homea.src = "images/erholungsgebiet_menu_home_a.gif";
homep =  new Image(); homep.src = "images/erholungsgebiet_menu_home_p.gif";

philoa =  new Image(); philoa.src = "images/erholungsgebiet_menu_philosophie_a.gif";
philop =  new Image(); philop.src = "images/erholungsgebiet_menu_philosophie_p.gif";

anwenda =  new Image(); anwenda.src = "images/erholungsgebiet_menu_anwendungen_a.gif";
anwendp =  new Image(); anwendp.src = "images/erholungsgebiet_menu_anwendungen_p.gif";

aktua =  new Image(); aktua.src = "images/erholungsgebiet_menu_aktuelles_a.gif";
aktup =  new Image(); aktup.src = "images/erholungsgebiet_menu_aktuelles_p.gif";

impra =  new Image(); impra.src = "images/erholungsgebiet_menu_impressum_a.gif";
imprp =  new Image(); imprp.src = "images/erholungsgebiet_menu_impressum_p.gif";


function SB_swapImages(imgnr,objcode) {
	window.document.images[imgnr].src = objcode.src;
}

function SB_descrambleMail($ressource,$descrambleFactor){
	$result="";
	for($i=0;$i<$ressource.length;$i++){
		$result+=String.fromCharCode($ressource.charCodeAt($i)-$descrambleFactor);
	}
	//alert($result);
	document.location.href=$result;
}


function SB_tempAlert($rubrik){
	alert("Seite "+$rubrik+" in Arbeit");
}
