Healthy Royal Smile 2019Healthy Royal Smile 20192019-07-05 12:04:422020-03-10 12:09:152020-03-10 12:04:58 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(); }); }