function sendError(){
    var pfad = document.location.pathname
    var titel = document.title
	openPopup("https://"+location.host+"/jap/jforms/formulare/standard/04/07/08.faces?initFormular=true&WebsiteInformation.Url="+pfad+"&WebsiteInformation.Titel="+titel+" ("+USERNAME+")","_self")
}

function sendReferral(){
    var pfad = document.location.pathname
    var titel = document.title
	openPopup("https://"+location.host+"/jap/jforms/formulare/standard/04/07/07.faces?initFormular=true&WebsiteInformation.Url="+pfad+"&WebsiteInformation.Titel="+titel,"_self")
}

function sendErrorEn(){
    var pfad = document.location.pathname
    var titel = document.title
	openPopup("https://"+location.host+"/jap/jforms/formulare/standard/04/07/11.faces?initFormular=true&Sportverein.Lsbid=<!--#echo var='USERKENNUNG'-->&WebsiteInformation.Url="+pfad+"&WebsiteInformation.Titel="+titel,"_self")
}

function openCookieInfo(){
	openPopup("/sep/hilfe/00181/index.html","_self")
}

