//Fenster öffnen, mit Mailform für Kontakt
function mailkontakt(receiver)
{
	Mailwindow=window.open("http://www.vde-muenchen.de/mailkontakt.php?receiver=" + receiver, "Kontaktfenster", "width=510, height=700, toolbar=no, status=no, menubar=no, location=no");
}

var found = false;
//E EG FB
function realLife(obj)
{
	if(found)
	{
		window.open("http://xkcd.com/802/","_blank");
	}
	else
	{
		str = "ytudujtuqjdkg";
		str_out = "";
		//top_people_fb
		for(i = 0; i < str.length; i++)
			str_out = str_out + String.fromCharCode(str.charCodeAt(i) - 5);
		obj.src = "http://www.vde-muenchen.de/images/"+str_out+".png";
		obj.style.cursor = "pointer";
		
		found = true;
	}
}

