// JavaScript File
function popup(txt) {
    switch (txt)
    {
        case 1:
            alert('The Titanic Dinner shows will be closed between the 20th of December and the 27th of February. However, in the month of February, we are available for functions only (with a minimum of 100 people).\nThe office will reopen on the 2nd of February.');
            break;
                case2:
                break;
        default:
            break;
    }
    document.bgColor = "#222222";
    document.fgColor = "#ffffff"
}