function _bonnier_publications_onchange_callback(el) {
  if (el.options[el.selectedIndex].value != '') {
    window.open(el.options[el.selectedIndex].value, '_publication');
  }
}