A group of colleagues and I are currently collaborating on a project to create a website showcasing our research. We have incorporated 1 page that contains detailed descriptions of six different subjects: system biology, proteomics, genomics, transcriptomics, epigenomics, and metabolomics. Each subject is explained in its own separate div element. Our webpage has become quite lengthy, leading us to consider implementing a function where these div elements are initially hidden. Users would then be able to click on any of the aforementioned words to reveal the corresponding div element. If another word is clicked, the original div will close while the new one opens. Unfortunately, none of us have expertise in JavaScript and we're struggling to find a solution. Any assistance would be greatly appreciated.