jQuery(document).ready(function(){
						   
	jQuery("#pusher").click(function () {
		jQuery("#mover").slideToggle("slow");
	});

});



