$(document).ready(function(){
  $("#contactForm_comments").focus(function(){
    $("#contactForm_comments").animate({height:200},"slow");
  });
});
