%
' Comersus Shopping Cart
' Comersus Open Technologies
' United States
' Software License can be found at License.txt
' http://www.comersus.com
' Details: contact us
%>
<%
on error resume next
dim connTemp, rsTemp
' get settings
pStoreFrontDemoMode = getSettingKey("pStoreFrontDemoMode")
pCurrencySign = getSettingKey("pCurrencySign")
pDecimalSign = getSettingKey("pDecimalSign")
pCompany = getSettingKey("pCompany")
pCompanySlogan = getSettingKey("pCompanySlogan")
pAboutUsLink = getSettingKey("pAboutUsLink")
pCompanyPhone = getSettingKey("pCompanyPhone")
pCompanyAddress = getSettingKey("pCompanyAddress")
pCompanyStateCode = getSettingKey("pCompanyStateCode")
pCompanyCity = getSettingKey("pCompanyCity")
pCompanyZip = getSettingKey("pCompanyZip")
pCompanyCountryCode = getSettingKey("pCompanyCountryCode")
pEmailAdmin = getSettingKey("pEmailAdmin")
pStoreLocation = getSettingKey("pStoreLocation")
pHeaderKeywords = getSettingKey("pHeaderKeywords")
pAuctions = getSettingKey("pAuctions")
pSuppliersList = getSettingKey("pSuppliersList")
pNewsLetter = getSettingKey("pNewsLetter")
pAffiliatesStoreFront = getSettingKey("pAffiliatesStoreFront")
pAllowNewCustomer = getSettingKey("pAllowNewCustomer")
pRssFeedServer = getSettingKey("pRssFeedServer")
pIdCustomer = getSessionVariable("idCustomer",0)
pIdCustomerType = getSessionVariable("idCustomerType",1)
%>
<%=getMsg(557,"contact us")%>
<%=pCompany%>
<%=pCompanySlogan%>
<%=pCompanyAddress%>
<%=getStateName(pCompanyStateCode)%> - <%=pCompanyCity%> (<%=pCompanyZip%>)
<%=getCountryName(pCompanyCountryCode)%>
<%=getMsg(558,"phone")%> <%=pCompanyPhone%>
<%=getMsg(559,"email")%> <%=pEmailAdmin%>
<%if pCompanyCountryCode = "US" or pCompanyCountryCode = "CA" then%>
<%=getMsg(722,"map & direct")%>
<%end if%>
<%call closeDb()%>