		function fenster(page,size_x,size_y) 
		{
			var options = "directories=0,location=0,resizable=0,status=0,toolbar=0,scrollbars=1,screenX=300,screenY=30,width=" + size_x + ",height=" + size_y;
			window.open(page,"Popup",options);
		}