% Session.Add("tag.3d", "Our 3D interactive photography services capture every room, hall, and open space in a home, vehicle, or office area, then we build an interactive 3D model to allow your website visitors to tour your space from their phone, tablet, or laptop computer.") Session.Add("tag.about", "InnoTech, a Website Design Company, provides support for small businesses and non-profits throughout CT and RI.") Session.Add("tag.advertising", "InnoTech can manage all aspects of your print, radio, or television advertising needs by working with your company and third party organizations (when applicable) to get your advertising campaigns successfully executed.") Session.Add("tag.business-listings", "If you have a physical business location, shop, or store, then you need a business listing with "Google My Business" and "Bing Places for Business". InnoTech can set this up and manage updates for you.") Session.Add("tag.branding", "InnoTech can develop a complete brand for your business including logo design, brochures, business cards, letter head, and much more.") Session.Add("tag.contact", "Contact InnoTech by email, phone, and a variety of social networking platforms.") Session.Add("tag.data-backup", "InnoTech is a Carbonite Partner and we can setup and maintain a cloud-based backup strategy for your small business.") Session.Add("tag.database", "Our database experience includes over twenty years of designing, implementing, optimizing, and supporting MySQL, SQL Server, and Oracle relational databases.") Session.Add("tag.domain-name-management", "InnoTech offers domain name registration and domain name management services to help secure your domain, while ensuring you retain ownership at all times.") Session.Add("tag.ecommerce", "InnoTech can design a secure online store to sell your products and services.") Session.Add("tag.email-hosting", "InnoTech's email hosting services offer unlimited storage and compatibility with all of your devices.") Session.Add("tag.email-marketing", "Send marketing email messages to hundreds or even thousands of recipients, then monitor who opens the emails to help you target your marketing and lead opportunities.") Session.Add("tag.facebook-integration", "Integrate your Facebook Page with your Website to help promote both environments.") Session.Add("tag.graphic-design", "InnoTech's Graphic Design Services can service all of the website, social networking, brochure, and advertising needs for your CT or RI small business or non-profit organization.") Session.Add("tag.highavailability", "If your website cannot afford down-time and you want to help ensure maximum availability, then InnoTech can work with you to plan load balancing and high availability strategies to meet your needs.") Session.Add("tag.hosting", "Our website hosting services will keep your website performing while offering the flexibility of unlimited storage space and unlimited bandwidth.") Session.Add("tag.mobile-web-design", "Our modern, responsive web designs look terrific on all of today's mobile devices, including tablets and phones.") Session.Add("tag.pay-per-click", "Advertise your products and services online at Bing, Facebook, and Google using Internet Advertising.") Session.Add("tag.podcast", "InnoTech can help manage and host your podcasts - publishing your content at the date and time of your choice.") Session.Add("tag.seo", "Our search engine optimization (SEO) services will help your website perform better in Internet search results - leading to more website traffic and more potential revenue for your business.") Session.Add("tag.sitemap", "Use our convenient Site Map to quickly navigate to the key pages within our site.") Session.Add("tag.social", "InnoTech can manage all of your social networking campaigns including, Facebook, Twitter, and more.") Session.Add("tag.software-development", "From web applications to Windows 10 app and traditional Windows-based applications, InnoTech can accommodate all your software development needs.") Session.Add("tag.ssl", "A Secure Socket Layer (SSL) Certificate is used to secure information which is exchanged between your website and your site visitors.") Session.Add("tag.tools", "Access some of the tools which InnoTech utilizes in our support of CT and RI small businesses and non-profits.") Session.Add("tag.video-editing", "InnoTech's video editing services can help put the finishing touches on your video project.") Session.Add("tag.website-backups", "InnoTech's website backup service can automatically backup your website on a daily, weekly, or monthly basis and will send you an email status update after every backup.") Session.Add("tag.website-design", "InnoTech offers professional website design services for CT and RI small businesses and non-profit organizations.") 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("tag.website-security", "Monitor and protect your website against hackers by using our Website Security malware protection service.") Session.Add("tag.contact-us", "Contact InnoTech to talk about the website design, marketing, and social networking needs for your Connecticut or Rhode Island small business.") Session.Add("menu.title.home", "title=""Click or touch to navigate to the InnoTech Home Page""") Session.Add("menu.title.services", "title=""Review the Website, Marketing, and Business Services which InnoTech provides to Connecticut and Rhode Island small businesses and non-profit organizations.""") Session.Add("menu.title.portfolio", "title=""View a portfolio of some of the website design projects which have been completed by InnoTech to support Connecticut and Rhode Island small businesses and non-profit organizations.""") Session.Add("menu.title.news", "title=""Catch up on the latest news and press releases from InnoTech.""") Session.Add("menu.title.tools", "title=""Links to useful tools and utilities used by InnoTech in support of our clients.""") Session.Add("menu.title.about", "title=""Background information on InnoTech and a partial listing of our clients.""") Session.Add("menu.title.search", "title=""Search our site based on a specific keyword or phrase.""") Session.Add("menu.title.contact", "title=""Contact information for InnoTech.""") Session.Add("menu.class.home", "") Session.Add("menu.class.services", "") Session.Add("menu.class.portfolio", "") Session.Add("menu.class.news", "") Session.Add("menu.class.tools", "") Session.Add("menu.class.about", "") Session.Add("menu.class.search", "") Session.Add("menu.class.contact", "") select case Session("menu.selection") case "home" Session("menu.class.home") = "class=""active""" case "services" Session("menu.class.services") = "class=""active""" case "portfolio" Session("menu.class.portfolio") = "class=""active""" case "news" Session("menu.class.news") = "class=""active""" case "tools" Session("menu.class.tools") = "class=""active""" case "about" Session("menu.class.about") = "class=""active""" case "search" Session("menu.class.search") = "class=""active""" case "contact" Session("menu.class.contact") = "class=""active""" end select %>