function popup(navn, bredde, hoyde, url) {
	window.open(url, navn, 'scrollbars=1,width=' + bredde + ',height=' + hoyde);
}
