function Detailbild (URL) {
	theWindow = window.open(URL,'detailbild','width=750, height=600, status=yes, scrollbars=yes, resizable=yes');
	theWindow.focus();
}
