function ResetSentToAFriendDisplay()
{
    document.getElementById(sendtoafriendidprefix + "divthanks").style.display = "none";
    document.getElementById(sendtoafriendidprefix + "spaform").style.display = "inline";
    ResetSendToAFriendFields();
}
function ResetSendToAFriendFields()
{
    document.getElementById(sendtoafriendidprefix + "texyouremail").value = "";
    document.getElementById(sendtoafriendidprefix + "texfriendsemail").value = "";
    document.getElementById(sendtoafriendidprefix + "texcomments").value = "";
}