
// MOSNE FUNCTIONS

$(document).ready(function(){

	
	$(".entrycorso a").each(function(){
	       
	       $(this).click(function(){
	       
	           $(".tabby .showme").removeClass("showme");
	           $(".tabby .showme").hide();  
	           var thecoolid = "#"+$(this).attr("title");
	           $(thecoolid).addClass("showme");
	           $(thecoolid).show();
	          // alert(thecoolid);
	       });
	       
	});
	
	
	
		
			  
        


}); //scope 