function popup(a,f,b,c) {
	neu=window.open(a,f,'scrollbars=1,resizable=yes,width='+b+',height='+c);
}
