function vaiURL(endereco) {
 location.href = endereco;
}

function pesquisar_produtos(valor) {
 f = document.fPesquisa; 
 f.filtroIndex.value = valor;
 f.listagem_produtos.value = '1';	
 f.submit();
}	

function abrir(id){
   window.open('pop_up.php?id='+id,'detalhe_produto'+id,'resizable=no,scrollbars=no,width=750,height=510');
}

function abrirFoto(id){
 window.open('pop_up_fotos.php?id='+id,'foto','resizable=no,scrollbars=no,width=630,height=550');
}
