<% dim currentItem = "class=active" If Session("menu.option") Is Nothing Then Session.Add("menu.option", "home") End If Session("menu.home") = "" Session("tag.home") = "Serena Bates Home Page" Session("menu.galleries") = "" Session("tag.galleries") = "Galleries to showcase the work of Serena Bates" Session("menu.blog") = "" Session("tag.blog") = "Stay up-to-date with all the latest by reading the Serena Bates Blog" Session("menu.news") = "" Session("tag.news") = "The latest news and showing information for Serena Bates" Session("menu.about") = "" Session("tag.about") = "Background information for Serena Bates Sculptures of Westerly, RI" Session("menu.contact") = "" Session("tag.contact") = "Contact information for Serena Bates Sculptures of Westerly, RI" Select Case Session("menu.option") Case "home" Session("menu.home") = currentItem Case "galleries" Session("menu.galleries") = currentItem Case "blog" Session("menu.blog") = currentItem Case "news" Session("menu.news") = currentItem Case "about" Session("menu.about") = currentItem Case "contact" Session("menu.contact") = currentItem End Select %>