jQuery(document).ready(function() {
    jQuery('#head-navigation').frozAccordion({autoClose:false});
    jQuery('.back-to-top').click(function(){
    	jQuery.scrollTo('#inner-content', 800);
    	return false;
    });
    
 });

