    function showMenu() {
      document.getElementById('wdjava1').style.display = 'block';
    }

    function hideMenu() {
      document.getElementById('wdjava1').style.display = 'none';
    }

     function showMenu2() {
      document.getElementById('wdjava2').style.display = 'block';
    }

    function hideMenu2() {
      document.getElementById('wdjava2').style.display = 'none';
    }

     function showMenu3() {
      document.getElementById('wdjava3').style.display = 'block';
    }

    function hideMenu3() {
      document.getElementById('wdjava3').style.display = 'none';
    }

    function showMenu4() {
      document.getElementById('wdjava4').style.display = 'block';
    }

    function hideMenu4() {
      document.getElementById('wdjava4').style.display = 'none';
    }

    
