$(document).ready(function(){$(".hidden, .hide").css("display","none");$(".hide, .show").click(function(){$(".hidden, .show, .hide").toggle()});$(".feature img, .feature p a, .highlight img, .highlight p a").mouseover(function(){$(this).parent().parent().children("h4").css("textDecoration","underline")}).mouseout(function(){$(this).parent().parent().children("h4").css("textDecoration","none")})});