function showContact(caption) {
    var c;

    c = document.getElementById('contacttext');
    c.innerHTML = caption;
    
}