// interface.js config
$(function() {
   $("#pgTop a").click(function(){
   $('#header').ScrollTo(1000, 'easeout');return false;
   });
});


// jquery.tabs.js config
 $(function() {
    $('#container-0').tabs({ fxFade: true, fxSpeed: 'fast' });
});