<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% dim content, pagetitle, id, section_name Dim strPageID : strPageID = request("PageID") If strPageID = "" Then if request("id") <> "" then id = request("id") end if Else id = strPageID End If select case id case "REGISTER" call SendEmails(Request("PROCESS")) if Request("PROCESS") <> "3" and request("PROCESS") <> 4 then Response.Redirect("support_info.html") else Response.Redirect("contact_thank_you.html") end if case "support_1" section_name="MART Help and Support - Product Registration" content="support_1.html" pagetitle="support_title.jpg" case "support_2" strCookieValue = Request.Cookies("MartName") if not len(strCookieValue) > 0 then Response.Redirect("shell.asp?id=support_0") end if section_name="Support" content="support_2.html" pagetitle="support_title.jpg" case "support_3" section_name="Support" content="support_3.html" pagetitle="support_title.jpg" case "support_4" section_name="Support" content="support_4.html" pagetitle="support_title.jpg" case "contact_0" section_name="Contact Us" content="contact_0.html" pagetitle="contact_title.jpg" case "contact_1" section_name="Contact Us" content="contact_1.html" pagetitle="contact_title.jpg" case "contact_2" section_name="Contact Us" content="contact_2.html" pagetitle="contact_title.jpg" case "contact_3" section_name="Contact Us" content="contact_3.html" pagetitle="contact_title.jpg" case "contact_4" section_name="Contact Us" content="contact_4.html" pagetitle="contact_title.jpg" case "feedback_0" section_name="Feedback" content="feedback_0.html" pagetitle="feedback_title.jpg" case "feedback_1" section_name="Feedback" content="feedback_1.html" pagetitle="feedback_title.jpg" case "feedback_2" section_name="Feedback" content="feedback_2.html" pagetitle="feedback_title.jpg" case "feedback_3" section_name="Feedback" content="feedback_3.html" pagetitle="feedback_title.jpg" case "feedback_4" section_name="Feedback" content="feedback_4.html" pagetitle="feedback_title.jpg" case else response.Redirect("default.html") end select %> MART TECH SERVICES - <%=section_name%>

<% if len(content) > 0 then Server.Execute("content/" & content) end if %>
MART Tech Services
2450 Adie Road, Suite 100
Maryland Heights, MO 63043
Phone: (314) 567-3705
Fax: (314) 567-6318
Toll Free: (800) 543-6278
marct@martwash.com