// script que oculta
<script>
function action(id){
var el = document.getElementById(id);
(el.style.display == 'none') ? el.style.display = 'block' : el.style.display = 'none';
}
</script>
<tr bgcolor="#EFEFEF" onMouseOver="this.style.backgroundColor='#D1D7DC';" onMouseOut="this.style.backgroundColor='#EFEFEF';">
<td colspan="3"><font color="#000033"><strong><center><?=$l[''].' Vendedor - '.$l['users_nome']?><input type="button" value="Ação!" onclick="action('list_<?=$l['valores_id']?>');" />
</strong></center></font></td>
</tr>
<?php
endif;
$idAtual = $l['users_id'];
?>
<tr id="list_<?=$l['valores_id']?>" bgcolor="#EFEFEF" onMouseOver="this.style.backgroundColor='#D1D7DC';" onMouseOut="this.style.backgroundColor='#EFEFEF';">
<td style="display:none;"><center><?=$l['usuarios_nome']?> </center></td>
<td style="display:none;"><center><?=$l['valores_valor']?></center></td>
<td style="display:none;"><center><a href="salvapag.php?id=<?=$l['valores_id']?>"><img style='alt='Finalizar' src='http://comercial.brisanet.com.br/images/seta.png' title='Efetuar Pagamento'/></a></center></td>
</tr> Obg.










