/*
 *	$Rev: 133 $:
 *	$Author: gregorio $:
 *	$Date: 2010-03-25 12:54:03 +0100 (Thu, 25 Mar 2010) $:
 */

$(document).ready(function() {
	
	// Initialize Superfish drop-down menu
	$('ul.sf-menu').superfish({
		delay:       0,                            		// one second delay on mouseout
		animation:   {opacity:'show',height:'show'},  	// fade-in and slide-down animation
		speed:       'fast',                          	// faster animation speed
		autoArrows:  false,                           	// disable generation of arrow mark-up
		dropShadows: false                            	// disable drop shadows
	});

	// se non ci sono swf per la pagina corrente non lancio l'swfobject
	if (flashvars.visualUrl != ""){
		var params = {
			wmode: "transparent"
		};
		var attributes = {};
		swfobject.embedSWF(rootPath+flashpath, "flashVisual", flashdim.w, flashdim.h, "8.0.0", rootPath+"/_flash/expressInstall.swf", flashvars, params, attributes);
	}
});
