function downloadResults (q) {
    var $link = $('#download_genie'),
      href = '/' + locale + '/cites_trade/exports/download?' + q;
    $link.attr('href', href).click();
    window.location.href = $link.attr("href");