﻿//ACORDION
$(function(){
    $('#list1a').accordion({autoheight: false, alwaysOpen: false, active: true});   
});
//-->
$(function() {$("#toTop").scrollToTop({speed:1200,start:400});});
