%
picnum = trim(request("picnum"))
select case picnum
case "372"
session("h2o_5years_xunbao_1") = "5years"
case "545"
session("h2o_5years_xunbao_2") = "5years"
case "566"
session("h2o_5years_xunbao_3") = "5years"
case "357"
session("h2o_5years_xunbao_4") = "5years"
case "424"
session("h2o_5years_xunbao_5") = "5years"
end select
if session("h2o_5years_xunbao_1") = "5years" and session("h2o_5years_xunbao_2") = "5years" and session("h2o_5years_xunbao_3") = "5years" and session("h2o_5years_xunbao_4") = "5years" and session("h2o_5years_xunbao_5") = "5years" then
isall = ""
else
isall = "
"
end if
%>