﻿function showMailTo() {
    var panel = document.getElementById("mailToPanel")
    panel.style.visibility="visible"

}