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