$(document).ready(function(){$("#contactArea").css('height','8px');$("a.topfloatingdiv").toggle(function(){$("#contactArea").animate({height:"30px"},{queue:false,duration:1000})},function(){$("#contactArea").animate({height:"8px"},{queue:false,duration:1000})});});
