Downloads RCDA Membership Application (Blank) 13.31 KB 2015-12-06 12:51:12 2024-01-25 15:56:36 Medical Fitness Evaluation for Royal Sportsmen - Form 189.37 KB 2015-12-06 12:51:12 2024-01-25 15:56:36 School Song Of Royal College 6.81 MB 2015-12-06 12:51:23 2024-01-25 15:56:36 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(); }); }