function banner() {
	breite = screen.width/2-250;
	hoehe = screen.height/2-170;
	ad = window.open("popup.html","popup",'scrollbars,width=500,height=340,screenX='+breite+',screenY='+hoehe+',left='+breite+',top='+hoehe+', resizable');
}