$(document).ready(function() { 
  $('.nextStepForm').click(function(){ 
    
    $('.frame').animate({ height: '1750'}, 1500, function(){
 
      
    });


    
    $('.nextStepForm').hide("normal");
    return false; });
});