$(document).ready(function() {


$('#left-legend-link').click(function() {
	$('#left-legend-section').slideToggle(400);
	return false;
});

  
 $('#left-about-link').click(function() {
 	$('#left-about-section').slideToggle(400);
 	return false;
});
  
  
  
$('#left-weather-link').click(function() {
	$('#left-weather-section').slideToggle(400);
	return false;
});

    
  $('#left-construction-link').click(function() {
  	$('#left-construction-section').slideToggle(400);
  	return false;
  });

 




});



 
