"
end if
work41 = "" & rsCatList("MFR_str_NM") & "
" &rsCatList("MFR_LG_NM") & ""
work41 = rsCatList("MFR_str_NM") & "
" &rsCatList("MFR_LG_NM")
work42 = "
See more information"
if left(Session("vCatalog"),3) = "SPR" then
work42 = "
See more information"
end if
work41 = work41 & work42
work45 = "" & picturesource & " " & work41 & " | "
if columncount mod COLUMNAMOUNT = 0 then
work45 = work45 & "
"
end if
RESPONSE.WRITE WORK45
rsCatList.MoveNext
loop
Set dbConnection = nothing
Set rsCatList = nothing
%>