function newWindow(bestel) {
	bestelWindow = window.open(bestel, "bestelWin", "width=780,height=450,location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes,top=20,left=30")
	bestelWindow.focus()
}	
