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=yes,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=650,height=500');
}

function bewerten() {
	bewertenWin = window.open('/pt/pt/ek/extra/avaliar.html','Bewertung','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=400,height=530');	
}

function weiterempfehlen() {
	weiterempfehlenWin = window.open('/pt/pt/ek/extra/recomendar.html','Empfehlung','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=400,height=330');	
}
