$(document).ready(function(){

	$("h5 a.btn-slide").click(function(){
		$("#panel").slideToggle("slow");
		return false;
	});

	 
});
