function openAgb(lang){
	window.open('/Agb/'+lang, '_blank', 'width=830, height=500, scrollbars=yes, status=no, resizable=yes,screenx=0,screeny=0');
}

function openKontakt(){ 
	opener.location.href="/kontakt"; 
	window.close();
}
