$(document).ready(function() {
  $('[id^=pwnbox]').hide();
  $('[id^=big]').hide();

 // slides down, up, and toggle the slickbox on click    
  $('#toggle1').click(function() {
    $('#pwnbox1').slideToggle(400);
    $('#pwnbox2').hide(300);
    $('#pwnbox3').hide(300);
    $('#pwnbox4').hide(300);
    $('#pwnbox5').hide(300);
    return false;
  });
  $('#toggle2').click(function() {
    $('#pwnbox2').slideToggle(400);
    $('#pwnbox1').hide(300);
    $('#pwnbox3').hide(300);
    $('#pwnbox4').hide(300);
    $('#pwnbox5').hide(300);
    return false;
  });
  $('#toggle3').click(function() {
    $('#pwnbox3').slideToggle(400);
    $('#pwnbox1').hide(300);
    $('#pwnbox2').hide(300);
    $('#pwnbox4').hide(300);
    $('#pwnbox5').hide(300);
    return false;
  });
   $('#toggle4').click(function() {
    $('#pwnbox4').slideToggle(400);
    $('#pwnbox1').hide(300);
    $('#pwnbox2').hide(300);
    $('#pwnbox3').hide(300);
    $('#pwnbox5').hide(300);
    return false;
  });
   $('#toggle5').click(function() {
    $('#pwnbox5').slideToggle(400);
    $('#pwnbox1').hide(300);
    $('#pwnbox2').hide(300);
    $('#pwnbox4').hide(300);
    $('#pwnbox3').hide(300);
    return false;
  });
  
  
  $('#togglebig1').mouseover(function() {
    $('#big1').show(400); 
    return false;
  }).mouseout(function() {
    $('#big1').hide(400);
    });
      $('#togglebig1-2').mouseover(function() {
    $('#big1-2').show(400); 
    return false;
  }).mouseout(function() {
    $('#big1-2').hide(400);
    });
      $('#togglebig1-3').mouseover(function() {
    $('#big1-3').show(400); 
    return false;
  }).mouseout(function() {
    $('#big1-3').hide(400);
    });
  $('#togglebig1-4').mouseover(function() {
    $('#big1-4').show(400); 
    return false;
  }).mouseout(function() {
    $('#big1-4').hide(400);
    });
    
    
    $('#togglebig2-3').mouseover(function() {
    $('#big2-3').show(400); 
    return false;
  }).mouseout(function() {
    $('#big2-3').hide(400);
    });


  $('#togglebig3').mouseover(function() {
    $('#big3').show(400); 
    return false;
  }).mouseout(function() {
    $('#big3').hide(400);
    });
      $('#togglebig3-2').mouseover(function() {
    $('#big3-2').show(400); 
    return false;
  }).mouseout(function() {
    $('#big3-2').hide(400);
    });
      $('#togglebig3-3').mouseover(function() {
    $('#big3-3').show(400); 
    return false;
  }).mouseout(function() {
    $('#big3-3').hide(400);
    });
  $('#togglebig3-4').mouseover(function() {
    $('#big3-4').show(400); 
    return false;
  }).mouseout(function() {
    $('#big3-4').hide(400);
    });
    
    
    $('#togglebig4').mouseover(function() {
    $('#big4').show(400); 
    return false;
  }).mouseout(function() {
    $('#big4').hide(400);
    });
      $('#togglebig4-2').mouseover(function() {
    $('#big4-2').show(400); 
    return false;
  }).mouseout(function() {
    $('#big4-2').hide(400);
    });
      $('#togglebig4-3').mouseover(function() {
    $('#big4-3').show(400); 
    return false;
  }).mouseout(function() {
    $('#big4-3').hide(400);
    });
  $('#togglebig4-4').mouseover(function() {
    $('#big4-4').show(400); 
    return false;
  }).mouseout(function() {
    $('#big4-4').hide(400);
    });
    
    
    $('#togglebig5').mouseover(function() {
    $('#big5').show(400); 
    return false;
  }).mouseout(function() {
    $('#big5').hide(400);
    });
      $('#togglebig5-2').mouseover(function() {
    $('#big5-2').show(400); 
    return false;
  }).mouseout(function() {
    $('#big5-2').hide(400);
    });
  $('#togglebig5-3').mouseover(function() {
    $('#big5-3').show(400); 
    return false;
  }).mouseout(function() {
    $('#big5-3').hide(400);
    });
  $('#togglebig5-4').mouseover(function() {
    $('#big5-4').show(400); 
    return false;
  }).mouseout(function() {
    $('#big5-4').hide(400);
    });


   
});