$(document).ready(function(){$(".answer").filter(":not(.expand)").hide();$(".faq").prepend("<p><strong>Note:</strong> Click on one of the links below to see the answer:</p>");$(".question").css({color:"blue","text-decoration":"underline"});$(".question").click(function(b){$(this).next(".answer").slideToggle("fast");b.preventDefault()});$(".clickortouch").append(" please click/touch here");var a=window.location.hash;if(a!==""){a=a.substring(1);a=$('a[name="'+a+'"]').parent(".question");a.next(".answer").show();
a.parents(".answer").show()}});

