<%
texto=""
If lang = "esp" Then
texto = texto_servicios
Else
texto = texto_servicios_cat
End If
If (texto <> "") Then
texto = Replace (texto, vbCrLf, " ")
response.write texto
end if
%>
<%
end if
%>
<%
if (tipo=2) then
%>
<%
texto=""
If lang = "esp" Then
texto = texto_equipo
Else
texto = texto_equipo_cat
End If
If (texto <> "") Then
texto = Replace (texto, vbCrLf, " ")
response.write texto
end if
%>
<%
end if
%>
<%
end if
img=""
Select Case tipo
Case 1
img="services"
Case 2
img="img_estudio"
Case Else
img="study"
End Select
%>