function newWindow(URL,X,Y) {
	var features="resizable=yes,width="+ X +",height="+ Y;
	window.open(URL,'Bild',features);
}