function MakeNewWindow(url, width, height) {
	window.open(url, 'Detailansicht', 'width='+width+', height='+height+', scrollbars=1, status=0, menubar=0, resizable=0, location=0, toolbar=0');
};

