$(document).ready(function() {
	
	// Expand Panel
	$(".open").click(function(){
		$("div#panel").slideToggle();
	
	});	

	

		
});
