$(function(){
   $('#width a').click(function(){
　　$('#forms').ScrollTo(600, 'easeout');
　　return false;
   });
})
