$(function(){
	var isOpen = true;
	$(".tech-claim").click(function(){
		$("#complaint-wrapper").show();
		return false;
	});
});
