ARCHITECT 2017ARCHITECT2017-02-19 00:00:002017-02-09 06:04:112017-02-09 04:01:35 Date -16th - 19th February 2017 Time - 10.00 am to 10.00 pm Location - BMICH Colombo Our Stall No -H13 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(); }); }