﻿function openEmailBox() {
    document.getElementById('emailForm').style.visibility = 'visible';
}