%
strSection = "overview"
strCountry = "uk"
strCountry2 = "uk"
If Request.QueryString("section") & "" <> "" Then strSection = Request.QueryString("section")
If Request.QueryString("id") & "" <> "" Then strCountry = Request.QueryString("id")
'If strCountry = "belgium" Or strCountry = "nordic" Then
' strCountry2 = "uk"
'Else
strCountry2 = strCountry
'End If
If strSection = "whatsnew" Then
strFilePrefix = "whatsnew_" & strCountry2
Else
strFilePrefix = strSection & "_" & strCountry
End If
If strCountry = "uk" Then strTitle = "TA UK"
If strCountry = "france" Then strTitle = "TA France"
If strCountry = "germany" Then strTitle = "TA Deutschland"
If strCountry = "spain" Then strTitle = "TA España"
If strCountry = "belgium" Then strTitle = "TA Benelux"
If strCountry = "nordic" Then strTitle = "TA Nordic"
If strCountry = "italy" Then strTitle = "TA Italia"
If strCountry = "japan" Then strTitle = "TA Japan"
If strSection = "overview" Then strMainImage = "../images/dbImages/headers/header_home_01.jpg"
If strSection = "whatsnew" Then strMainImage = "../images/dbImages/headers/header_whatsnew.jpg"
If strSection = "events" Then strMainImage = "../images/dbImages/headers/header_contact.jpg"
%>