function showFriendSection()
{
document.getElementById("sendToFriendForm").style.display= "block";
}

