<% dim currentItem = "class=active" dim clientName = "Tomaszek & Sons Plumbing, Heating & Pumps LLC" dim url = "tomaszekplumbing.com" Session.Add("tag.website-maintenance", "InnoTech provides content update services for your website; allowing you to review and approve changes before they are made available to the public.") Session.Add("menu.title.home", "title=""Click or touch to navigate to the Home Page for " + clientName +"""") Session.Add("menu.title.about", "title=""Click or touch to learn about the background and mission of " + clientName +"""") Session.Add("menu.title.services", "title=""Click or touch to learn about the variety of professional plumbing and heating services offered by " + clientName +"""") Session.Add("menu.title.contact", "title=""Click or touch to view contact information for " + clientName +"""") Session.Add("tag.main", clientName + " is a provider of professional plumbing and heating installation and repair services throughout southeastern Connecticut.") Session.Add("tag.call", "Click or touch to call " + clientName + " to discuss your plumbing, heating, or pump installation or repair needs.") Session.Add("tag.sitemap", "View a site map of all the pages which make up " + url) Session.Add("tag.innotech", "InnoTech provides professional website design and marketing services for small businesses and non-profit organizations throughout the Waterford CT area.") Session.Add("tag.emergency-service", clientName + " provides emergency services for your plumbing and heating repair needs.") Session.Add("tag.24x7", clientName + " provides 24 x 7 plumbing and heating repair services throughout southeastern Connecticut.") Session.Add("tag.100percent", clientName + " offers a 100% guarantee on your satisfaction.") Session.Add("tag.licensed", clientName + " is licensed and insured to provide our professional plumbing and heating repair services.") Session.Add("tag.plumbing-repair-services", "Plumbing Repair Services: One of the most common reasons to call a plumber is for plumbing repair or maintenance services as pipes, sinks, and drains age and wear out.") Session.Add("tag.drain-cleaning", "Drain Cleaning Services: Your drains remove a large volume of waste water from your home every day. We can help maintain them at peak efficiency.") Session.Add("tag.emergency-services", "Emergency Services: In the southeast Connecticut, Tomaszek and Sons is the company to call for expert professional plumbing services of all kinds.") Session.Add("tag.video-inspection-services", "Video Inspection Services: Do you suspect that you have a clog in your drains or sewer line? Our video inspection equipment will let us take a closer look.") Session.Add("tag.water-filtration-services", clientName + " can test your water to recommend and install the appropriate water filtration system for your needs.") Session.Add("tag.water-heater-repair", clientName + " offers water heater maintenance services, water heater repair, and water heater replacement services.") Session.Add("tag.water-pump-repair", clientName + " offers water pump maintenance services, water pump repair, and water pump replacement services.") Session.Add("tag.well-repair", clientName + " offers well pump repair and well pump replacement services.") If Session("menu.option") Is Nothing Then Session.Add("menu.current", "home") End If Session("menu.home") = "" Session("menu.about") = "" Session("menu.services") = "" Session("menu.contact") = "" Select Case Session("menu.option") Case "home" Session("menu.home") = currentItem Case "about" Session("menu.about") = currentItem Case "services" Session("menu.services") = currentItem Case "contact" Session("menu.contact") = currentItem End Select %>