var Projects = {
  
  select: function( redirect ) {
    window.location.href = redirect + $( 'selHeaders' ).value;
  }
};

