

/* Load the jScrollPane Plugin with a little hack to make it work properly on this template */
function LoadScrollPanel() {
	var $scrollsection = $("#about, #news, #allnews, #works, #articles, #allarticles, #expertise, #contacts"); // Add sections here that use the jScrollPane Plugin
	$scrollsection.show(); 
	$('.scroll').jScrollPane(); 
	$scrollsection.hide(); 
}


/* Each times we clic on a link in the nav, this function is executed */
$.fn.defaultEvent = function(callback, target) {	
}
