function callopenNewsletter() {
	document.getElementById("mainswf").externalCall("open","newsletter");
}

function callopenLegals() {
	document.getElementById("mainswf").externalCall("open","legalMentions");
}

function callopenLegalsWebsite() {
	document.getElementById("mainswf").externalCall("open","legalMentionsWebsite");
}
function callopenImpressum() {
	document.getElementById("mainswf").externalCall("open","impressum");
}

function callopenContact() {
	document.getElementById("mainswf").externalCall("open","contact");
}

function callopenSanitaryMentions() {
	document.getElementById("mainswf").externalCall("open","sanitaryMentions");
}



