$(document).ready(function(){

    //Close all submenus excluding the noCollapses
    $("#menu > ul > li > a:not(.current) + ul:not(.noCollapse)").hide();
    //Add ".current" class to the noCollapse link
    $("#menu > ul > li > ul.noCollapse").prev().addClass("current");
    
    $('#menu > ul > li > a + ul:not(.noCollapse)').prev().click(function(){
        $(this).toggleClass('current');
        $(this).next('ul').slideToggle();
    });

	/* embedding flash*/
	flashembed("pupillo-balla", {src: "swf/pupillo.swf", height:350, width:270, wmode: "transparent", w3c: true});
	flashembed("sound", {src: "swf/sound.swf", wmode: "transparent", height:20, width:170, w3c: true});
	//flashembed("carosello", {src: "swf/carosello.swf", height:200, wmode: "transparent", w3c: true}, {linkVideo:'download.html', linkAvatar:'download.html', linkWallpaper:'download.html', linkMusica:'download.html'});
	
	// sostituzione font con cufon
	Cufon.replace('#menu a', { fontFamily: 'Legault',hover: true }); 

});
