function recusa(ID){ executa.location.href=('chat.cgi?acao=recusa&id='+ID); document.getElementById('chat').style.display = 'none'; } function aceita(ID){ window.open('chat.cgi?acao=aceita&id='+ID,'chat','width=400,height=300'); document.getElementById('chat').style.display = 'none'; } document.write('
');