|
<%
Dim strProduct
strProduct = request.querystring("strProduct")
if strProduct = "" then strProduct="oblube" end if
Select Case strProduct
Case "oblube" %>
<% Case "sleeves" %>
<% Case "infusepip" %>
<% Case "infusekit" %>
<% Case "speculum" %>
<% Case "stiptip" %>
<% Case "cultswab" %>
<% Case "whirlpak" %>
<% Case "breedsyr" %>
<% Case "utelav" %>
<% Case "goblets" %>
<% Case "straws" %>
<% Case "canes" %>
<% Case "tabs" %>
<% Case "pvcpowd" %>
<% Case "chemises" %>
<% Case "gripper" %>
<% end select %>
|