﻿//web-mango.com
function showMenu() {
    window.document.getElementById("menu").style.zIndex = 3;
}
function hideMenu() {
    window.document.getElementById("menu").style.zIndex = 1;
}
