$(document).ready(function() {
	menuSlideToggle();

	/* Desactiva el boto dret sobre les imatges */
    $("img").bind("contextmenu", function(e) {
        e.preventDefault();
    });

    /* Animació del header */
    $('#header-slideshow').cycle({ 
        fx:      'fade', 
        timeout:  4000, 
        before:   onBeforeCycle 
    }); 
 
    var totalSlideCount = 65; 
    var currSlide=2;
    
    var imatges=new Array(); // regular array (add an optional integer
    /*imatges[0]='images/fotoste/100-1.jpg';*/
    imatges[0]='images/fotoste/26-20.jpg';
    imatges[1]='images/fotoste/101-5.jpg';
    imatges[2]='images/fotoste/13-3.jpg';
    imatges[3]='images/fotoste/16-14.jpg';
    imatges[4]='images/fotoste/16-4.jpg';
    imatges[5]='images/fotoste/18-12.jpg';
    imatges[6]='images/fotoste/19-8.jpg';
    imatges[7]='images/fotoste/20-13.jpg';
    imatges[8]='images/fotoste/20-1.jpg';
    imatges[9]='images/fotoste/21-1.jpg';
    imatges[10]='images/fotoste/22-15.jpg';
    imatges[11]='images/fotoste/22-1.jpg';
    imatges[12]='images/fotoste/26-20.jpg';
    imatges[13]='images/fotoste/27-2.jpg';
    imatges[14]='images/fotoste/27-6.jpg';
    imatges[15]='images/fotoste/28-14.jpg';
    imatges[16]='images/fotoste/30-8.jpg';
    imatges[17]='images/fotoste/31-11.jpg';
    imatges[18]='images/fotoste/31-1.jpg';
    imatges[19]='images/fotoste/36-18.jpg';
    imatges[20]='images/fotoste/36-3.jpg';
    imatges[21]='images/fotoste/38-4.jpg';
    imatges[22]='images/fotoste/40-14.jpg';
    imatges[23]='images/fotoste/40-9.jpg';
    imatges[24]='images/fotoste/4-5.jpg';
    imatges[25]='images/fotoste/51-4.jpg';
    imatges[26]='images/fotoste/72-17.jpg';
    imatges[27]='images/fotoste/72-8.jpg';
    imatges[28]='images/fotoste/7-4.jpg';
    imatges[29]='images/fotoste/77-2.jpg';
    imatges[30]='images/fotoste/80-1.jpg';
    imatges[31]='images/fotoste/81-3.jpg';
    imatges[32]='images/fotoste/82-5.jpg';
    imatges[33]='images/fotoste/83-1.jpg';
    imatges[34]='images/fotoste/84-1.jpg';
    imatges[35]='images/fotoste/84-2.jpg';
    imatges[36]='images/fotoste/86-11.jpg';
    imatges[37]='images/fotoste/87-4.jpg';
    imatges[38]='images/fotoste/87-7.jpg';
    imatges[39]='images/fotoste/88-13.jpg';
    imatges[40]='images/fotoste/89-1.jpg';
    imatges[41]='images/fotoste/92-6.jpg';
    imatges[42]='images/fotoste/93-8.jpg';
    imatges[43]='images/fotoste/95-3.jpg';
    imatges[44]='images/fotoste/alcanar2.jpg';
    imatges[45]='images/fotoste/batea2.jpg';
    imatges[46]='images/fotoste/coves-benifallet-1.jpg';
    imatges[47]='images/fotoste/facana.jpg';
    imatges[48]='images/fotoste/font-del-torrent-la-torre-de-l-espanyol.jpg';
    imatges[49]='images/fotoste/garcia.jpg';
    imatges[50]='images/fotoste/la-pobla.jpg';
    imatges[51]='images/fotoste/mora-d-ebre.jpg';
    imatges[52]='images/fotoste/mora-nova-coixa.jpg';
    imatges[53]='images/fotoste/n1b.jpg';
    imatges[54]='images/fotoste/n1.jpg';
    imatges[55]='images/fotoste/n2.jpg';
    imatges[56]='images/fotoste/palmadebre2.jpg';
    imatges[57]='images/fotoste/platja-perello.jpg';
    imatges[58]='images/fotoste/riba-roja2.jpg';
    imatges[59]='images/fotoste/senia.jpg';
    imatges[60]='images/fotoste/tivissa3.jpg';
    imatges[61]='images/fotoste/tollvidrearnes.jpg';
    imatges[62]='images/fotoste/torre-de-camarles.jpg';
    imatges[63]='images/fotoste/torre-de-la-carroba-2.jpg';
    imatges[64]='images/fotoste/vista-castell-miravet.jpg';    
    
    function onBeforeCycle(curr, next, opts) { 
        if (!opts.addSlide) return; 
 
        var currentImageNum = currSlide++;
        
        if (currentImageNum == totalSlideCount) { 
            // final slide in our slide slideshow is about to be displayed 
            // so there are no more to fetch 
            opts.addSlide = null; 
            return; 
        } 
         
        // add our next slide 
        opts.addSlide('<img src="'+imatges[currentImageNum]+'" width="1200" height="150" />'); 
    };

    
    
//    $('#logo-idece').css("background-image", "url(images/fotoste/100-1.jpg)"); 
/*    $('#logo-idece').crossSlide({
	  speed: 45,
	  fade: 4
	}, [
		{ src: 'images/fotoste/100-1.jpg', dir: 'up'   },       
		{ src: 'images/fotoste/101-5.jpg', dir: 'down'   }	
		]);
		{ src: 'images/fotoste/13-3.jpg', dir: 'up'   },
		{ src: 'images/fotoste/16-14.jpg', dir: 'up'   },
		{ src: 'images/fotoste/16-4.jpg', dir: 'up'   },
		{ src: 'images/fotoste/18-12.jpg', dir: 'up'   },		
		{ src: 'images/fotoste/19-8.jpg', dir: 'up'   },
		{ src: 'images/fotoste/20-13.jpg', dir: 'up'   },
		{ src: 'images/fotoste/20-1.jpg', dir: 'up'   },
		{ src: 'images/fotoste/21-1.jpg', dir: 'up'   },
		{ src: 'images/fotoste/22-15.jpg', dir: 'up'   },
		{ src: 'images/fotoste/22-1.jpg', dir: 'up'   },
		{ src: 'images/fotoste/26-20.jpg', dir: 'up'   },
		{ src: 'images/fotoste/27-2.jpg', dir: 'up'   },
		{ src: 'images/fotoste/27-6.jpg', dir: 'up'   },
		{ src: 'images/fotoste/28-14.jpg', dir: 'up'   },
		{ src: 'images/fotoste/30-8.jpg', dir: 'up'   },
		{ src: 'images/fotoste/31-11.jpg', dir: 'up'   },
		{ src: 'images/fotoste/31-1.jpg', dir: 'up'   },
		{ src: 'images/fotoste/36-18.jpg', dir: 'up'   },
		{ src: 'images/fotoste/36-3.jpg', dir: 'up'   },
		{ src: 'images/fotoste/38-4.jpg', dir: 'up'   },
		{ src: 'images/fotoste/40-14.jpg', dir: 'up'   },
		{ src: 'images/fotoste/40-9.jpg', dir: 'up'   },
		{ src: 'images/fotoste/4-5.jpg', dir: 'up'   },
		{ src: 'images/fotoste/51-4.jpg', dir: 'up'   },
		{ src: 'images/fotoste/72-17.jpg', dir: 'up'   },
		{ src: 'images/fotoste/72-8.jpg', dir: 'up'   },
		{ src: 'images/fotoste/7-4.jpg', dir: 'up'   },
		{ src: 'images/fotoste/77-2.jpg', dir: 'up'   },
		{ src: 'images/fotoste/80-1.jpg', dir: 'up'   },
		{ src: 'images/fotoste/81-3.jpg', dir: 'up'   },
		{ src: 'images/fotoste/82-5.jpg', dir: 'up'   },
		{ src: 'images/fotoste/83-1.jpg', dir: 'up'   },
		{ src: 'images/fotoste/84-1.jpg', dir: 'up'   },
		{ src: 'images/fotoste/84-2.jpg', dir: 'up'   },
		{ src: 'images/fotoste/86-11.jpg', dir: 'up'   },
		{ src: 'images/fotoste/87-4.jpg', dir: 'up'   },
		{ src: 'images/fotoste/87-7.jpg', dir: 'up'   },
		{ src: 'images/fotoste/88-13.jpg', dir: 'up'   },
		{ src: 'images/fotoste/89-1.jpg', dir: 'up'   },
		{ src: 'images/fotoste/92-6.jpg', dir: 'up'   },
		{ src: 'images/fotoste/93-8.jpg', dir: 'up'   },
		{ src: 'images/fotoste/95-3.jpg', dir: 'up'   },
		{ src: 'images/fotoste/alcanar2.jpg', dir: 'up'   },
		{ src: 'images/fotoste/batea2.jpg', dir: 'up'   },
		{ src: 'images/fotoste/coves-benifallet-1.jpg', dir: 'up'   }
		
		{ src: 'images/fotoste/FAÇANA.jpg', dir: 'up'   },
		{ src: 'images/fotoste/Font del Torrent (La Torre de l\'Espanyol).jpg', dir: 'up'   },
		{ src: 'images/fotoste/Garcia.jpg', dir: 'up'   },
		{ src: 'images/fotoste/la pobla.jpg', dir: 'up'   },
		{ src: 'images/fotoste/MORA D\'EBRE.jpg', dir: 'up'   },
		{ src: 'images/fotoste/Móra Nova Coixa.jpg', dir: 'up'   },
		{ src: 'images/fotoste/n1b.jpg', dir: 'up'   },
		{ src: 'images/fotoste/n1.jpg', dir: 'up'   },
		{ src: 'images/fotoste/n2.jpg', dir: 'up'   },
		{ src: 'images/fotoste/palmadebre2.jpg', dir: 'up'   },
		{ src: 'images/fotoste/PLATJA PERELLO.jpg', dir: 'up'   },
		{ src: 'images/fotoste/riba-roja2.jpg', dir: 'up'   },
		{ src: 'images/fotoste/Senia.jpg', dir: 'up'   },
		{ src: 'images/fotoste/tivissa3.jpg', dir: 'up'   },
		{ src: 'images/fotoste/TollVidreArnes.jpg', dir: 'up'   },
		{ src: 'images/fotoste/TORRE DE CAMARLES.jpg', dir: 'up'   },
		{ src: 'images/fotoste/TORRE DE LA CARROBA 2.jpg', dir: 'up'   },
		{ src: 'images/fotoste/Vista castell Miravet.jpg', dir: 'up'   }
	]);*/

    
    
});

function menuSlideToggle() {
	$('.navMenu .submenu_group').hide();

	$('.navMenu li').each(function() {

		if ($('ul.submenu_group',this).length > 0) {
			
			var a_elem = $('a',this).first();

			a_elem.click(function() {
				a_elem.next().slideToggle();
				return false;
			});
		}
	});

	var item = $('.navMenu .navMenuSelected');
	item.parents('ul.submenu_group').show();
	$('ul.submenu_group',item).first().show();
}


/* idececalendari */
function navigate(month,year) {
	$(".calendari").load("/flexadmin/core/modules/idececalendari/server-script/php/newfile.php", {month: month, year: year}, function(){
		alert("ok");
	});
}


