     
$(document).ready(function () {
	
	 $('#content3b').localScroll({
	 onAfter:function(){
  	 alert('Got there linie!');
 	 }
	 });
	
	 $('#nachoben').localScroll({});
	
});


function show(element){

           element.className += "hover";

   }

 function hide(element){

           element.className = element.className = "";

     }
     
     
