function display_email_friends()
{
    document.getElementById("email_friends").style.display = '';
}
