function createWindow(myLocation, myWidth, myHeight) {
	myWindow = window.open(myLocation, 'schulverein_de', 'width='+myWidth+',height='+myHeight+',locationbar=no,menubar=no,resizeable=yes,status=no');
    myWindow.focus();
}
