// configuration file for all jQuery scripts
// Rian Rietveld http://www.rrwd.nl
// July 2009

// jQuery.LocalScroll// Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
$.localScroll.defaults.axis = 'xy';
$(document).ready(function () {
	   $.localScroll({
	     duration:1000
    });
    
});
   
// belongs to jQuery Menu Tree Plugin from NotesForMenu
//  http://www.notesfor.net/JQuery/NotesForMenu/R1.0/Default.htm 

$(function() {
  $('#menu ul').hide();
  $('#menu').menuTree();
});

