function mudaOrdem(valor) {
    var root = window.parent;
    root.document.getElementById('order').value=valor;
    root.document.getElementById('form_busca').submit();
    return false;
}