$(document).ready(function() {
						   
	 $('#container').pngFix(); 

	$('.ilmenu a').click(function(){
								  
		var toLoad = $(this).attr('href')+' .testo';
		//$('#content').hide('fast',loadContent);
		$('.testo').fadeOut(500,loadContent);
		$('#load').remove();
		$('#loading').append('<span id="load">LOADING...</span>');
		$('#load').fadeIn('normal');
		var nome_pag = $(this).attr('href').substr(0,$(this).attr('href').length-4);
		window.location.hash = nome_pag;
		function loadContent() {
			$('.testo').load(toLoad,'', function(){
				$('#load').fadeOut(800);
				
				$('.testo').fadeIn(800);
				//foto_power();
				if (nome_pag == "foto")
				{
					foto_power();
					$('.titoletto').html('GALLERY');
				}
				if (nome_pag == "eventi")
					$('.titoletto').html('NEWS');
				if (nome_pag == "index")
					$('.titoletto').html('BIOGRAFIA');
				if (nome_pag == "sponsor")
					$('.titoletto').html('SPONSOR');
				if (nome_pag == "contatti")
					$('.titoletto').html('CONTATTI');
				if (nome_pag == "pt")
					$('.titoletto').html('TRAINER');
				//alert(nome_pag);
				//load_map();
 			});
		}
		return false;

		
	});
	
	
	$(".ilmenu").hover(function() {
		//$("#vellabn").remove();
		$("#immagine").html('<img id="vella_menu" src="immagini/fvella2.png" width="246" height="423" border="0" />');
		}, function () {
			$('#vella_menu').fadeOut(500);
		  }
	
	);
	
	$("a.group").fancybox({
		'hideOnContentClick': false
	});

	
});



function foto_power()
{
	$(document).ready(function() {
		$("a.group").fancybox({
			'hideOnContentClick': false
		});

	});
	
}
