Construction Expo 2014construction_expo_20142014-06-20 00:00:002016-08-26 10:49:082016-08-24 12:12:42 Date/Time : 20th, 21st, 22nd of June 2014 (Fullday) Location : BMICH 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(); }); }