function fenster(popuplink)
{
	newWindow=window.open("popup.php?popup="+popuplink,"wsb","width=375,height=525,scrollbars=no");
	newWindow.focus();
}