/* fixes Fenster öfnnen */
function news_window(url) {
	news_windows1=window.open(url, "News", "width=560, height=800, resizable=no, menubar=no, scrollbars=yes, status=no");
	news_windows1.focus();
	return false;
}