<%
medidas = "WIDTH=""740"" HEIGHT=""300"""
if archivo = "" then
archivo = "flash/tejas.swf?num=777"
medidas = "WIDTH=""740"" HEIGHT=""350"""
cid = "-1"
else
archivo = "images/categorias/" & archivo & "?num=12411"
end if%>
|
<%if not cid = "-1" then
set busq2 = conn.execute("SELECT descripcion FROM tbl_categorias WHERE id=" & cid)%>
<%=busq2(0)%>
<%end if%>
|
<%if cid = "19" then%>
Ponga el mouse sobre los circulos para ver a detalle el accesorio.
<%end if%>
|
|
|
<%set busq= conn.execute("SELECT img_ch,img_gd,nombre,id FROM tbl_productos WHERE descripcion='Doble Tono' AND cid=" & cid & " ORDER BY nombre")
if not busq.eof then%>
| Doble tono |
<%
counter = 0
do while not busq.eof
%>
|
| <%=busq(2)%> |
|
<%
counter = counter + 1
if counter = 6 then
counter = 0
response.write " "
end if
busq.movenext
loop%>
<%end if%>
<%set busq= conn.execute("SELECT img_ch,img_gd,nombre,id FROM tbl_productos WHERE descripcion='Slurry' AND cid=" & cid & " ORDER BY nombre")
if not busq.eof then%>
| Slurry |
<%
counter = 0
do while not busq.eof
%>
|
| <%=busq(2)%> |
|
<%
counter = counter + 1
if counter = 6 then
counter = 0
response.write " "
end if
busq.movenext
loop%>
<%end if%>
<%set busq= conn.execute("SELECT img_ch,img_gd,nombre,id FROM tbl_productos WHERE descripcion='Colores Puros' AND cid=" & cid & " ORDER BY nombre")
if not busq.eof then%>
| Colores Puros 1 |
<%
counter = 0
do while not busq.eof
%>
|
| <%=busq(2)%> |
|
<%
counter = counter + 1
if counter = 6 then
counter = 0
response.write " "
end if
busq.movenext
loop%>
<%End if%>
<%set busq= conn.execute("SELECT img_ch,img_gd,nombre,id FROM tbl_productos WHERE descripcion='Colores Puros 2' AND cid=" & cid & " ORDER BY nombre")
if not busq.eof then%>
| Colores Puros 2 |
<%
counter = 0
do while not busq.eof
%>
|
| <%=busq(2)%> |
|
<%
counter = counter + 1
if counter = 6 then
counter = 0
response.write " "
end if
busq.movenext
loop%>
<%end if%>
|
|