function fenster(url, width, height, scroll) {
	var win;   
	win=window.open (url ,"Hallo","width="+width+",height="+height+",toolbar=no,scrollbars="+scroll);
}



