
$(document).ready(function(){$("p.full").hide();$("div.industry h2").click(function(){$(this).siblings("p.full").toggle();});});