function dropdown() {
		$(this).animate({
			height: "100%"
		}, "slow");
};

  
  
   
