function popupBanner(page) 
{
	winprops="width=620,height=400,scrollbars=yes";
	fenster=window.open(page, "Flash", winprops);
	if (document.layers){
			fenster.resizeTo(620,400);
			a.window.location.reload();
	}
	fenster.focus();
	return;
}
