function escolhe_cep(){
   document.cep_escolhido.submit()
}
function escolhe_pagamento(){
   document.pagamento_escolhido.submit()
}
function escolhe_endereco(){
   document.numero_endereco.submit()
}
function escolhe_endereco2(){
   document.numero_endereco2.submit()
}
function funcao(ancora) {
this.location = "#" + ancora;
}


