%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%Select Case Request.QueryString("Pais")
Case "ES"
Session("Pais")="ES"
Response.Redirect("cotizador/formulario_cotizacion.asp")
Case "HN"
Session("Pais")="HN"
' Response.Redirect("hn/cotizacion/solicitud.asp")
Response.Redirect("cotizador/formulario_cotizacion.asp")
Case "NC"
Session("Pais")="NC"
Response.Redirect("cotizador/formulario_cotizacion.asp")
Case "GT"
Session("Pais")="GT"
Response.Redirect("cotizador/formulario_cotizacion.asp")
End Select
%>