%@ LANGUAGE="VBSCRIPT" %>
<%
PageStrings = "14, 18, 55, 56, 60, 63, 119, 139, 140, 141, 142, 206, 261, 262, 263, 264, 300, 301, 302, 303, 304, 305, 306, 307, 702, 703, 825"
PageStrings = PageStrings & ", 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883" 'Contact Detail strings
%>
<%
Call ReadFromTemplate(templatelocation,aryPageTemplate,strBasketHTML,strCategoryListHTML)
response.write(aryPageTemplate(0))
%>
| Contact Us |
<% 'begin contact table %>
<% if GetString("ContactDetails_AddressLine1") <> "" then %>
| Address: |
<% WriteString("ContactDetails_AddressLine1") %>
<% if GetString("ContactDetails_AddressLine2") <> "" then %>
<% WriteString("ContactDetails_AddressLine2") %>
<% end if %>
<% if GetString("ContactDetails_AddressLine3") <> "" then %>
<% WriteString("ContactDetails_AddressLine3") %>
<% end if %>
<% if GetString("ContactDetails_AddressLine4") <> "" then %>
<% WriteString("ContactDetails_AddressLine4") %>
<% end if %>
|
 |
|
<% end if %>
<% if GetString("ContactDetails_PostalAddressLine1") <> "" then %>
| Postal Address: |
<% WriteString("ContactDetails_PostalAddressLine1") %>
<% if GetString("ContactDetails_PostalAddressLine2") <> "" then %>
<% WriteString("ContactDetails_PostalAddressLine2") %>
<% end if %>
<% if GetString("ContactDetails_PostalAddressLine3") <> "" then %>
<% WriteString("ContactDetails_PostalAddressLine3") %>
<% end if %>
<% if GetString("ContactDetails_PostalAddressLine4") <> "" then %>
<% WriteString("ContactDetails_PostalAddressLine4") %>
<% end if %>
|
 |
|
<% end if %>
<% if GetString("ContactDetails_PhoneLine1") <> "" then %>
| Phone: |
<% WriteString("ContactDetails_PhoneLine1") %>
<% if GetString("ContactDetails_PhoneLine2") <> "" then %>
<% WriteString("ContactDetails_PhoneLine2") %>
<% end if %>
<% if GetString("ContactDetails_PhoneLine3") <> "" then %>
<% WriteString("ContactDetails_PhoneLine3") %>
<% end if %>
<% if GetString("ContactDetails_PhoneLine4") <> "" then %>
<% WriteString("ContactDetails_PhoneLine4") %>
<% end if %>
|
 |
|
<% end if %>
<% if GetString("ContactDetails_FaxLine1") <> "" then %>
| Fax: |
<% WriteString("ContactDetails_FaxLine1") %>
<% if GetString("ContactDetails_FaxLine2") <> "" then %>
<% WriteString("ContactDetails_FaxLine2") %>
<% end if %>
<% if GetString("ContactDetails_FaxLine3") <> "" then %>
<% WriteString("ContactDetails_FaxLine3") %>
<% end if %>
<% if GetString("ContactDetails_FaxLine4") <> "" then %>
<% WriteString("ContactDetails_FaxLine4") %>
<% end if %>
|
 |
|
<% end if %>
<% if GetString("ContactDetails_Email0") <> "" then %>
| Email: |
" class="mednormal"><% WriteString("ContactDetails_Email0") %>
<% if GetString("ContactDetails_Email1") <> "" then %>
" class="mednormal"><% WriteString("ContactDetails_Email1") %>
<% end if %>
<% if GetString("ContactDetails_Email2") <> "" then %>
" class="mednormal"><% WriteString("ContactDetails_Email2") %>
<% end if %>
<% if GetString("ContactDetails_Email3") <> "" then %>
" class="mednormal"><% WriteString("ContactDetails_Email3") %>
<% end if %>
<% if GetString("ContactDetails_Email4") <> "" then %>
" class="mednormal"><% WriteString("ContactDetails_Email4") %>
<% end if %>
<% if GetString("ContactDetails_Email5") <> "" then %>
" class="mednormal"><% WriteString("ContactDetails_Email5") %>
<% end if %>
<% if GetString("ContactDetails_Email6") <> "" then %>
" class="mednormal"><% WriteString("ContactDetails_Email6") %>
<% end if %>
<% if GetString("ContactDetails_Email7") <> "" then %>
" class="mednormal"><% WriteString("ContactDetails_Email7") %>
<% end if %>
<% if GetString("ContactDetails_Email8") <> "" then %>
" class="mednormal"><% WriteString("ContactDetails_Email8") %>
<% end if %>
<% if GetString("ContactDetails_Email9") <> "" then %>
" class="mednormal"><% WriteString("ContactDetails_Email9") %>
<% end if %>
|
 |
|
<% end if %>
<% 'end contact table %>
|
|
|
<%
response.write(aryPageTemplate(1))
DataConn.Close
set DataConn = nothing
%>