<% Dim yService yService = Request.QueryString("y") Select Case yService Case "1" RestOfPage Service1Stuff BottomOfPage Case "2" RestOfPage Service2Stuff BottomOfPage Case "andweb" RestOfPage SelectStuff BottomOfPage Case Else GetOuttaHere End Select %> <% Sub RestOfPage %> Andreyavich Labs - an NTC Company


Home

Company Overview

Products

Services
Custom Programming
System Support

Support

Contact Us

NTC Home

 

<% End Sub %> <% Sub GetOuttaHere %> <% End Sub %> <% Sub SelectStuff %>
Please select a service.
<% End Sub %> <% Sub Service1Stuff %>
Information on Custom Programming coming soon.
<% End Sub %> <% Sub Service2Stuff %>
Information on System Support coming soon.
<% End Sub %> <% Sub BottomOfPage %>
Privacy | Copyright © Neal Technologies Corporation | Legal
<% End Sub %>