function popup($loc) {
	window.name='signout';
  newwindow=window.open($loc,"Notater",'screenX=500,screenY=100,width=500,height=420,scrollbars=yes');
}

function popup_news($loc) {
	window.name='signout';
  newwindow=window.open($loc,"Billeder",'screenX=100,screenY=100,width=700,height=520,scrollbars=yes');
}