function emailSelected(){
  
  window.location = "mailto:test@example.com";
}
