// Abre popup
function show_alert()
{
alert("Status do cadastro em nova página!");
}

// Refresh
function atualiza() 
{ 
document.location.href = document.location.href; 
}

