function drucken() {
	var pfad = self.location.pathname;
	var anfang = pfad.lastIndexOf("/");
	var namen = pfad.substring((anfang+1),(pfad.length));
	var aufruf = 'print/' + namen;
	druckenWin = window.open(aufruf,'Datenblatt','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=650,height=500');
}

function bewerten() {
	if ((browser == "Netscape Navigator") && (version == 4)) {
		bewertenWin = window.open('/sp/sp/ek/extra/bewerten.html','Bewertung','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=400,height=480');
	}
	else {
		if (browser == "Internet Explorer") {
			bewertenWin = window.open('/sp/sp/ek/extra/bewerten.html','Bewertung','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=500');
		}
		else {
			bewertenWin = window.open('/sp/sp/ek/extra/bewerten.html','Bewertung','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=485');
		}
	}
}

function weiterempfehlen() {
	weiterempfehlenWin = window.open('/sp/sp/ek/extra/weiterempfehlen.html','Empfehlung','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=400,height=330');
}
