Visual Screening & Spectacles Donation 2016Visual Screening 2017-01-22 22:56:502017-01-22 23:04:192017-01-22 23:00:44 Picture Gallery function mod_std_branchfind(c){ v_branchfind=c.value.toLowerCase(); $('.cms-std > div > ul > li').each(function(){ if($(this).html().toLowerCase().indexOf(v_branchfind)!=-1) $(this).show(); else $(this).hide(); }); }