// jquery config
$(function(){
   $(".topBtn a").click(function(){
   $('#container').ScrollTo(700, 'easeout');return false;
   });
});