%
'on error resume next
dim mySQL, connTemp, rsTemp
' get settings
pDefaultLanguage = getSettingKey("pDefaultLanguage")
pStoreFrontDemoMode = getSettingKey("pStoreFrontDemoMode")
pCurrencySign = getSettingKey("pCurrencySign")
pDecimalSign = getSettingKey("pDecimalSign")
pCompany = getSettingKey("pCompany")
pCompanyLogo = getSettingKey("pCompanyLogo")
pAuctions = getSettingKey("pAuctions")
pListBestSellers = getSettingKey("pListBestSellers")
pNewsLetter = getSettingKey("pNewsLetter")
pPriceList = getSettingKey("pPriceList")
pStoreNews = getSettingKey("pStoreNews")
pOneStepCheckout = getSettingKey("pOneStepCheckout")
%>
<%
pIdStaticPage = "0"
pStaticPageDesc = "Contact Us"
metaTitle = pStaticPageDesc
pPassProtect = "0"
pIdStaticPageParent = "1"
pPrinterFriendly = "0"
%>
<% if request.querystring("S")="Y" then %>
Your Information Request Has Been Sent.
<% end if %>
<% ''''''''''''''''''''''''''''''''''' %>
<% ' CONTACT US FORM BELOW THIS LINE ' %>
<% ' CONTACT US FORM ABOVE THIS LINE ' %> <% ''''''''''''''''''''''''''''''''''' %> <%call closeDb()%>