$(document).ready(function(){
						   

$("#l1").click(function () {
$('#l1sub').animate({
    height: 'toggle'
  }, 500, function() {
    // Animation complete.
  });});



});


