function Impressions () {
  ImpressionFenster = window.open("http://www.eggersdorf.com/profil/impressions.htm", "Impressionen", "width=320,height=240");
  ImpressionFenster.focus();
}




function Lesezeichen (url,title) {

	if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
		window.external.AddFavorite (url,title);
	}
	else 
	{
		var msg = "Um diese Seite zu den Favoriten hinzuzufügen bitte";
		if(navigator.appName == "Netscape") msg += " (STRG+D) klicken";
		alert(msg);
	}
}





function EntschluesselMail(s) {	
	var n=0;
	var r="";
	for(var i=0; i < s.length; i++) {
		n=s.charCodeAt(i);
		if (n>=8364) {n = 128;}
		r += String.fromCharCode(n-(2));
	}
	return r;
}
  // JS function for uncrypting spam-protected emails:
function linkTo_EntschluesselMail(s)	
{	
	location.href=EntschluesselMail(s);
}

function FeedBack () {
  FeedbackFenster = window.open("http://www.eggersdorf.com/script/feedback.php", "Feedbackfenster", "width=550,height=680,scrollbars");
  FeedbackFenster.focus();
}

function ProjektAnfrage () {
  AnfrageFenster = window.open("http://www.eggersdorf.com/script/projektanfrage.php", "Projektanfrage", "width=550,height=680,scrollbars");
  AnfrageFenster.focus();
}