function toggleMuted() { var sound = document.getElementById('music'); sound.muted = !sound.muted; }