function newWindow(pdf) {
	pdfWindow = window.open(pdf,'pdfWin', 'scrollbars=yes,resizable=yes,width=700,height=600')
	pdfWindow.focus()
}

function newWindow1(gross) {
	grossWindow = window.open(gross,'grossWin', 'toolbar=yes,scrollbars=yes,resizable=yes,width=750,height=800')
	grossWindow.focus()
}

function newWindow2(a) {
	aWindow = window.open(a,'aWin', 'toolbar=yes,scrollbars=yes,resizable=yes,width=700,height=610')
	aWindow.focus()
}

function newWindow2M(aM) {
	aMWindow = window.open(aM,'aMWin', 'toolbar=yes,scrollbars=yes,resizable=yes,width=700,height=600')
	aMWindow.focus()
}

function newWindow3(klein) {
	kleinWindow = window.open(klein,'kleinWin', 'width=500,height=600')
	kleinWindow.focus()
}

function newWindow5(extern) {
	externWindow = window.open(extern,'externWin', 'toolbar=yes,location=yes,directories=yes,menubar=yes,scrollbars=yes,statusbar=yes,resizable=yes,width=800,height=600')
	externWindow.focus()
}

function newWindowstplan(extern) {
	externWindow = window.open(extern,'externWin', 'toolbar=yes,directories=yes,menubar=yes,scrollbars=yes,statusbar=yes,resizable=yes,width=700,height=650')
	externWindow.focus()
}

function newWindow7(extern2) {
	extern2Window = window.open(extern2,'extern2Win', 'toolbar=yes,location=yes,directories=yes,menubar=yes,scrollbars=yes,statusbar=yes,resizable=yes,width=1000,height=750')
	extern2Window.focus()
}

function newWindow8(concerto) {
	concertoWindow = window.open(concerto,'concertoWin', 'scrollbars=yes,resizable=yes,width=900,height=650')
	concertoWindow.focus()
}

function newWindow9(extern3) {
	concertoWindow = window.open(extern3,'extern3Win', 'toolbar=yes,location=yes,directories=yes,menubar=yes,scrollbars=yes,statusbar=yes,resizable=yes,width=1000,height=800')
	concertoWindow.focus()
}

function newWindowF(mensa) {
	mensaWindow = window.open(mensa,'mensaWin', 'toolbar=yes,directories=yes,menubar=yes,scrollbars=yes,statusbar=yes,resizable=yes,width=600,height=500')
	mensaWindow.focus()
}

function newWindowS(suche) {
	sucheWindow = window.open(suche,'sucheWin', 'scrollbars=yes,resizable=yes,width=400,height=100')
	sucheWindow.focus()
}

function newWindow6(QuickTime) {
	QuickTimeWindow = window.open(QuickTime,'QuickTimeWin', 'width=1000,height=700')
	QuickTimeWindow.focus()
}

function newWindow10(QuickTime2) {
	QuickTimeWindow = window.open(QuickTime,'QuickTimeWin', 'width=1000,height=700')
	QuickTimeWindow.focus()
}
