function popup( url ) {
  window.open( url, 'branch' );
  return false;
}