function OpenKursPlanWindow(link) {
        fenster = window.open(link,'_blank','toolbar=no,scrollbars=yes,width=800,height=500')
}
function OpenSpielberichtWindow(link) {
        fenster = window.open(link,'_blank','toolbar=no,scrollbars=yes,width=620,height=370')
}
function OpenBigSpielberichtWindow(link) {
        fenster = window.open(link,'_blank','toolbar=no,scrollbars=yes,width=630,height=500')
}
function OpenWindow(link) {
        fenster = window.open(link,'_blank','toolbar=no,scrollbars=yes,width=500,height=390')
}
function Portrait(link) {
		fenster = window.open(link,'_blank','toolbar=no,scrollbars=yes,width=600,height=800')
}
function Portrait2(link) {
		fenster = window.open(link,'_blank','toolbar=no,scrollbars=yes,width=360,height=480')
}
function Steckbrief(link) {
		fenster = window.open(link,'_blank','toolbar=no,scrollbars=yes,width=750,height=550')
}
function SteckbriefErste(link) {
		fenster = window.open(link,'_blank','toolbar=no,scrollbars=yes,width=290,height=420')
}
function FotoAJugend(link) {
		fenster = window.open(link,'_blank','toolbar=no,scrollbars=yes,width=230,height=320')
}