I am making a website using only vanilla html, css and javascript and I have a header that stays in place with position fixed. When I click a certain item on my menu I want to open a new page on my website instead of the default home page but keep the header. How can I achieve this? Thank you!