| |

<%
Dim urlProduits
If (Session("type") = "") Then
urlProduits = "../../fr/equipement.html"
ElseIf (Session("type") = 3) Then
urlProduits = "special.asp"
Else
urlProduits = "equipement.asp?type=" & Session("type")
End If
%>

<% If (CInt(Session("nbProduits")) > 0) Then %>
 |
<% Else %>
<% End If %>
| |