// JavaScript Document
function popup_impressum (URL){
	mainwin = window.open(URL,"popup_impressum",'toolbar=0, location=0, status=0, scrollbars=0, scrollbars=NO, resizable=NO, height=600px, width=420px, top=100, left=200');
}

function popup_datenschutz (URL){
	mainwin = window.open(URL,"popup_datenschutz",'toolbar=0, location=0, status=0, scrollbars=1, scrollbars=YES, resizable=NO, height=600px, width=420px, top=100, left=200');
}

function popup_teilnahmebedingung (URL){
	mainwin = window.open(URL,"popup_teilnahmebedingung",'toolbar=0, location=0, status=0, scrollbars=1, scrollbars=YES, resizable=NO, height=600px, width=420px, top=100, left=200');
}