
$(document).ready(function(){

 //Hide (Collapse) the toggle containers on load
 //$(".navigation").hide();
 

 
 $("#aeolog").hide();

 $("#aeocon").hide();
 
 $("#wec_grid1").hide();
 
 $("#wec_grid2").hide();
 
 $("#wec_grid3").hide();
 
 $("#wec_grid4").hide();
 
 $("#wec_grid5").hide();
 
 $("#wec_grid6").hide();

 $("#off_grid1").hide();
 
 $("#off_grid2").hide();

 $("#off_grid3").hide();
 
 $("#off_grid4").hide();
 
 $("#products1").hide();
 
 $("#products2").hide();
 
 $("#products3").hide();
 
 $("#products4").hide();
 

 $("div#close_button").click(function () {
	 $("div#close_button").toggle();
	 });
	 
	 //Switch the "Open" and "Close" state per click then slide up/down (depending on open/close state)
	 $("div#close_button").click(function(){
	 $(".navigation").toggleClass("active").slideToggle("slow");


 return false; //Prevent the browser jump to the link anchor
 });

 //Switch between the two link states
 $("a#aeolog_link").click(function () {
 $("a#aeolog_link").toggle();
 });
  
 $("a#aeolog_link").click(function(){
 $("#aeolog").toggleClass("active").slideToggle("slow");



 return false; //Prevent the browser jump to the link anchor
 });
 
 $("a#aeocon_link").click(function () {
 $("a#aeocon_link").toggle();
 });
 
 
 $("a#aeocon_link").click(function(){
 $("#aeocon").toggleClass("active").slideToggle("slow");


 return false; //Prevent the browser jump to the link anchor
 });
 
 
 $("a#wec_grid1_link").click(function () {
 $("a#wec_grid1_link").toggle();
 });
  
 $("a#wec_grid1_link").click(function(){
 $("#wec_grid1").toggleClass("active").slideToggle("slow");


 return false; //Prevent the browser jump to the link anchor
 });
 
 $("a#wec_grid2_link").click(function () {
 $("a#wec_grid2_link").toggle();
 });
  
 $("a#wec_grid2_link").click(function(){
 $("#wec_grid2").toggleClass("active").slideToggle("slow");


 return false; //Prevent the browser jump to the link anchor
 });
 
 $("a#wec_grid3_link").click(function () {
 $("a#wec_grid3_link").toggle();
 });
  
 $("a#wec_grid3_link").click(function(){
 $("#wec_grid3").toggleClass("active").slideToggle("slow");


 return false; //Prevent the browser jump to the link anchor
 });
 
 $("a#wec_grid4_link").click(function () {
 $("a#wec_grid4_link").toggle();
 });
  
 $("a#wec_grid4_link").click(function(){
 $("#wec_grid4").toggleClass("active").slideToggle("slow");


 return false; //Prevent the browser jump to the link anchor
 });
 
 $("a#wec_grid5_link").click(function () {
 $("a#wec_grid5_link").toggle();
 });
  
 $("a#wec_grid5_link").click(function(){
 $("#wec_grid5").toggleClass("active").slideToggle("slow");


 return false; //Prevent the browser jump to the link anchor
 });
 
 
 $("a#wec_grid6_link").click(function () {
 $("a#wec_grid6_link").toggle();
 });
  
 $("a#wec_grid6_link").click(function(){
 $("#wec_grid6").toggleClass("active").slideToggle("slow");


 return false; //Prevent the browser jump to the link anchor
 });
 
 
 
 
 $("a#off_grid1_link").click(function () {
 $("a#off_grid1_link").toggle();
 });
  
 $("a#off_grid1_link").click(function(){
 $("#off_grid1").toggleClass("active").slideToggle("slow");


 return false; //Prevent the browser jump to the link anchor
 });
 
 $("a#off_grid2_link").click(function () {
 $("a#off_grid2_link").toggle();
 });
  
 $("a#off_grid2_link").click(function(){
 $("#off_grid2").toggleClass("active").slideToggle("slow");


 return false; //Prevent the browser jump to the link anchor
 });
 
 $("a#off_grid3_link").click(function () {
 $("a#off_grid3_link").toggle();
 });
  
 $("a#off_grid3_link").click(function(){
 $("#off_grid3").toggleClass("active").slideToggle("slow");


 return false; //Prevent the browser jump to the link anchor
 });
 
 $("a#off_grid4_link").click(function () {
 $("a#off_grid4_link").toggle();
 });
  
 $("a#off_grid4_link").click(function(){
 $("#off_grid4").toggleClass("active").slideToggle("slow");


 return false; //Prevent the browser jump to the link anchor
 });
 
 $("a#products1_link").click(function () {
 $("a#products1_link").toggle();
 });
  
 $("a#products1_link").click(function(){
 $("#products1").toggleClass("active").slideToggle("slow");


 return false; //Prevent the browser jump to the link anchor
 });
 
 $("a#products2_link").click(function () {
 $("a#products2_link").toggle();
 });
  
 $("a#products2_link").click(function(){
 $("#products2").toggleClass("active").slideToggle("slow");


 return false; //Prevent the browser jump to the link anchor
 });
 
 $("a#products3_link").click(function () {
 $("a#products3_link").toggle();
 });
  
 $("a#products3_link").click(function(){
 $("#products3").toggleClass("active").slideToggle("slow");


 return false; //Prevent the browser jump to the link anchor
 });
 
 $("a#products4_link").click(function () {
 $("a#products4_link").toggle();
 });
  
 $("a#products4_link").click(function(){
 $("#products4").toggleClass("active").slideToggle("slow");


 return false; //Prevent the browser jump to the link anchor
 });
 
 });
