function news(URL,scrollbar,resize,XPos,YPos,Breite,Hoehe) {
eigenschaften = "scrollbars=" + scrollbar + " resizable=" + resize + " left=" + XPos + " top=" + YPos + " width=" + Breite + " height=" + Hoehe;
id = 1;
eval("page" + id + " = window.open(URL, '" + id + "', '" + eigenschaften + "');");
}