$(document).ready(function() {
						   
	$('ul#navitext li.start.en').click(function(){
	
		$('div#navigation_index').animate({width: 970}, 750, function() {
			setTimeout("$('div.fader2').fadeOut('slow');", 250);
			setTimeout("window.location = 'index.php?page=en_cillar&from=start'", 500);
		});
		
		return false;		
	});			
		   
	$('ul#navitext li.start.es').click(function(){
	
		$('div#navigation_index').animate({width: 970}, 750, function() {
			setTimeout("$('div.fader2').fadeOut('slow');", 250);
			setTimeout("window.location = 'index.php?page=es_cillar&from=start'", 500);
		});
		
		return false;		
	});
	
	$(window).load(function () {
		$("div.fader").fadeIn("slow");
	});

});
