function scrollto(x){
  var top = jQuery("#"+x+"-2").offset().top;
  jQuery('html,body').animate({scrollTop: top}, 1000);
}
