<% public function LocationFilter(strValue) if request("FILTERING")="CatLocFilter" then if strValue<>"" then if strValue="ALL" then Session("FILTER_LOCATION") = "" else Session("FILTER_LOCATION") = strValue end if end if end if end function %>