

$(document).ready(function() {
	$(".fancy,.imatges a,.list2 a.img,.detalls a,.planol a,.img-truck a,.img-estacio a,.img-producte a").fancybox({titlePosition:'over'});
	
	
	$('#estrella').fadeIn(500,function(){
		 $('#lletres').animate({width: '478px'}, 500, function() {
		 	var init=500;
		    $("#home > ul").find("li").each(function(i){
				var actual = $(this);
				setTimeout(function(){actual.fadeIn("normal",0);},init);
				init+=100;
			});
			$('#home p').show();
  		});

	});
	
	
	
	$('#home > ul').find('a').click(function(){
		var lang=$(this).attr('hreflang');
		$.ajax({
			type: "POST",
			url: "/lib/ajax.php",
			data: 'op=apartat&lang='+lang,
			success: function(msg){
				if($('#star').length){
					
					$('#star').html(msg);
					Cufon('#star a');
					$('#star').fadeIn(function(){
						var init2=200;
						$(this).find("a").each(function(i){
							var actual = $(this);
							setTimeout(function(){actual.fadeIn("normal",0);},init2);
							init2+=100;
						});
						
					});
				}else{//Ja existia el menu a la web
					$('#star_show').html(msg);
					Cufon('#star_show a');
					var init2=200;
					$(this).find("a").each(function(i){
						var actual = $(this);
						setTimeout(function(){actual.fadeIn("normal",0);},init2);
						init2+=100;
					});
				}
			}
		});
		return false;
	});
	$('.dialeg,.captcha-info,.captcha-refresh').tooltip({ 
		track: true, 
		delay: 0, 
		showURL: false, 
		fade: 250 
	});
	$('.captcha-refresh').click(function(){
		refreshimg();
	});
  
	Cufon('#star a,#star_show a,#cont h1,#menu a,#onestem h2,#onestem h3,#estacio h2,.situacio,.targetes, #producte a, #targeta a,#superior',{hover:true});
	
	/*$('#camio').flash({
	    src: 'camio.swf',
	    width: 115,
	    height: 120
	});*/
	
	 $('.img-estacio').cycle({
        timeout: 5000,
        speed:  1000
    });
    $('#capsalera').cycle({
        timeout: 2000,
        speed:  500
    });

});
