function sendError(){
    var pfad = document.location.pathname
    var titel = document.title
	window.open("https://"+location.host+"/jap/jforms/formulare/standard/01/11/03.faces?initFormular=true&WebsiteInformation.Url="+pfad+"&WebsiteInformation.Titel="+titel,"_self")
}

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

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

function sendReferralEN(){
    var pfad = document.location.pathname
    var titel = document.title
	window.open("https://"+location.host+"/jap/jforms/formulare/standard/01/11/02.faces?initFormular=true&WebsiteInformation.Url="+pfad+"&WebsiteInformation.Titel="+titel,"_self")
}

