Founders of RPA/SME

Front row: Vern Schmidt, Terry Wohlers, David Tait; back
row: John Miller, Dick Aubin,
Frost Prioleau, Philip Dickens, Geoff Smith-Moritz, and
Robert "Bud" Brown.
Not present: Gabriel Draguicevich, Dominique Humblot, Mike McEvoy, Brock
Hinzmann, and Allan Lightman.
Year: 1992
');
//}
$(function() {
$('.js-nav-search').on('click', function(e) {
e.stopPropagation();
$('.js-nav-search-box').show();
$('.js-nav-search').parent().toggleClass('active');
$('.Nav__subMenu--search input.gsc-input').focus();
});
$('html').click(function() {
if ($('.js-nav-search-box').is(':visible')) {
$('.js-nav-search-box').hide();
}
});
$('.js-nav-search-box').click(function(e) {
e.stopPropagation();
});
});