// JavaScript Document

$(document).ready(function() {
	 $('#tagbox25').tagdragon({'modello':'tags','url':'ricercaDisturbi.php','tagsep':',','max':'20'});
	 $('#tagbox24').tagdragon({'modello':'tags','url':'ricercaBiografie.php','tagsep':',','max':'20'});
	 $('#tagbox23').tagdragon({'modello':'tags','url':'ricercaLinks.php','tagsep':',','max':'20'});
	 $('#tagbox22').tagdragon({'modello':'tags','url':'ricercaIndirizziUtili.php','tagsep':',','max':'20'});
	 $('#tagbox21').tagdragon({'modello':'tags','url':'ricercaLibrerie.php','tagsep':',','max':'20'});
	 $('#tagbox20').tagdragon({'modello':'tags','url':'ricercaScuole.php','tagsep':',','max':'20'});
	 $('#tagbox19').tagdragon({'modello':'tags','url':'ricercaCentriConsulenza.php','tagsep':',','max':'20'});
	 $('#tagbox18').tagdragon({'modello':'tags','url':'ricercaCentriSpecialistici.php','tagsep':',','max':'20'});
	 $('#tagbox17').tagdragon({'modello':'tags','url':'ricercaComunita.php','tagsep':',','max':'20'});
	 $('#tagbox16').tagdragon({'modello':'tags','url':'ricercaCasaCuraNeuropsichiatriche.php','tagsep':',','max':'20'});
	 $('#tagbox15').tagdragon({'modello':'tags','url':'ricercaSpdc.php','tagsep':',','max':'20'});
	 $('#tagbox14').tagdragon({'modello':'tags','url':'ricercaCentriSaluteMentale.php','tagsep':',','max':'20'});
	 $('#tagbox13').tagdragon({'modello':'tags','url':'ricercaDipartimentiSaluteMentale.php','tagsep':',','max':'20'});
	 $('#tagbox12').tagdragon({'modello':'tags','url':'ricercaNormeProfessione.php','tagsep':',','max':'20'});
	 $('#tagbox11').tagdragon({'modello':'tags','url':'ricercaLegislazioneNazionale.php','tagsep':',','max':'20'});
	 $('#tagbox10').tagdragon({'modello':'tags','url':'ricercaCorsiFormazione.php','tagsep':',','max':'20'});
	 $('#tagbox9').tagdragon({'modello':'tags','url':'ricercaNews.php','tagsep':',','max':'20'});
	 $('#tagbox8').tagdragon({'modello':'tags','url':'ricercaNovitaEditoriali.php','tagsep':',','max':'20'});
	 $('#tagbox7').tagdragon({'modello':'tags','url':'ricercaRiviste.php','tagsep':',','max':'20'});
	 $('#tagbox6').tagdragon({'modello':'tags','url':'ricercaEventi.php','tagsep':',','max':'20'});
	 $('#tagbox5').tagdragon({'modello':'tags','url':'ricercaRecensioneLibri.php','tagsep':',','max':'20'});
	 $('#tagbox4').tagdragon({'modello':'tags','url':'ricercaRecensioneEventi.php','tagsep':',','max':'20'});
	 $('#tagbox3').tagdragon({'modello':'tags','url':'ricercaTesi.php','tagsep':',','max':'20'});
	 $('#tagbox2').tagdragon({'modello':'tags','url':'ricercaArticoli.php','tagsep':',','max':'20'});
     $('#tagbox').tagdragon({'modello':'tags','url':'ricerca.php','tagsep':',','max':'20'});

       // Expand Panel
	$("#open").click(function(){
		$("div#panel").slideDown("slow");
	
	});	
	
	// Collapse Panel
	$("#close").click(function(){
		$("div#panel").slideUp("slow");	
	});		
	
	// Switch buttons from "Log In | Register" to "Close Panel" on click
	$("#toggle a").click(function () {
		$("#toggle a").toggle();
	});		

});
