$(document).ready(function() { $('#item-11-1443_rec').click(function() { $('.board_element').hide(); $('.board_element_off').hide(); $('#aspect_item-11-1443_rec').show(); }); $('#item-11-1443-water_table').click(function() { $('.board_element').hide(); $('.board_element_off').hide(); $('#aspect_item-11-1443-water_table').show(); }); $('#item-11-1443-kempton_park_terrace').click(function() { $('.board_element').hide(); $('.board_element_off').hide(); $('#aspect_item-11-1443-kempton_park_terrace').show(); }); $('#item-11-1443_london_clay').click(function() { $('.board_element').hide(); $('.board_element_off').hide(); $('#aspect_item-11-1443_london_clay').show(); }); $('#item-11-1443_bore').click(function() { $('.board_element').hide(); $('.board_element_off').hide(); $('#aspect_item-11-1443_bore').show(); }); $('#item-11-1443_pile').click(function() { $('.board_element').hide(); $('.board_element_off').hide(); $('#aspect_item-11-1443_pile').show(); }); $('#item-11-1443_concrete').click(function() { $('.board_element').hide(); $('.board_element_off').hide(); $('#aspect_item-11-1443_concrete').show(); }); $('#item-11-1443_ground_supporting_building').click(function() { $('.board_element').hide(); $('.board_element_off').hide(); $('#aspect_item-11-1443_ground_supporting_building').show(); }); $('#item-11-1443_enlarged_pile').click(function() { $('.board_element').hide(); $('.board_element_off').hide(); $('#aspect_item-11-1443_enlarged_pile').show(); }); $('#item-11-1443-ful-2_reinforced_floor_slabs_and_beams_reinforced_columns_piled_foundations').click(function() { $('.board_element').hide(); $('.board_element_off').hide(); $('#aspect_item-11-1443-ful-2_reinforced_floor_slabs_and_beams_reinforced_columns_piled_foundations').show(); }); $('#item-11-1443-ful-2_steel_reinforcing').click(function() { $('.board_element').hide(); $('.board_element_off').hide(); $('#aspect_item-11-1443-ful-2_steel_reinforcing').show(); }); $('#item-11-1443-ful-2_reinforced_concrete').click(function() { $('.board_element').hide(); $('.board_element_off').hide(); $('#aspect_item-11-1443-ful-2_reinforced_concrete').show(); }); $('#item-11-1443-ful-2_careers_in_design_and_build').click(function() { $('.board_element').hide(); $('.board_element_off').hide(); $('#aspect_item-11-1443-ful-2_careers_in_design_and_build').show(); }); });