function showPanoramic() {
    document.getElementById("panoramic_div").style.display = "block";
}

function hidePanoramic() {
    document.getElementById("panoramic_div").style.display = "none";
}
