<%
'CERCO IL PRODOTTO TOP DI GAMMA
VarSottoc=16
sql="select * from TbProd where show=-1 and IDCat=" & VarSottoc & " order by idcat,n"
set rsProd=conn.execute(sql)
if not rsProd.eof then
if rsProd("img_m")<>"" then
response.write ""
else
response.write ""
end if
end if
%>