I'm making a website and in it, I have it so that the menu is hidden by default and when you click a button it shows the menu.
A simplified version of what i'm using is this:
<html>
<head>
<title>menu</title>
<script type="text/javascript">
function toggleMenu(list, img){
var listElement =...