	jQuery(document).ready(function() {
			//ocultar preus
		$('h2>i').hide();
		$('h2>em').hide();
		$('p.llistat i').hide();
		$('p.llistat em').hide();
		
		
		$('#cabello span.preu').hide();
	
		$('#masajes').jScrollPane({showArrows:true, scrollbarWidth:25, totalHeight:1055});
		$('#peelings').jScrollPane({showArrows:true, scrollbarWidth:25, totalHeight:675});
		$('#secretos').jScrollPane({showArrows:true, scrollbarWidth:25, totalHeight:475});
		$('#depilacion').jScrollPane({showArrows:true, scrollbarWidth:25, totalHeight:450});
		$('#paquetes-spa').jScrollPane({showArrows:true, scrollbarWidth:25, totalHeight:950});
		$('#fiso').jScrollPane({showArrows:true, scrollbarWidth:25, totalHeight:575});

		$('.seccio').hide();
		$('.seccio:first').show();

		$('.seccio h2:first').addClass('current');
		
		$('.seccio p').hide();
		$('.seccio p:first').show();

		$('#tratamientos a').click(function() {
			$('#tratamientos a').removeClass('current');
			$(this).addClass('current');
			$('.seccio').hide(); 
			var id = $(this).attr('href');
			$(id).parents().filter('div.seccio').show();
			$(id+' h2:first').addClass('current');
			$(id+' p').hide();
		  $(id+' p.intro').show();
		  $(id+' p:not(.intro):first').show();

					
			// splash images
			switch (id) {
				case "#masajes":
					$('#photo').crossSlide({
					  fade: 1.75
					}, [
					  {
						src:  '../_img/fotos/espelmes.jpg',
						from: 'center top 1x',
						to:   '50% 40% 1x',
						time: 4
					  }, {
						src:  '../_img/fotos/massatge-cara-home.jpg',
						from: '0% 80% 1x',
						to:   '0% 0% 1x',
						time: 6
					  }, {
						src:  '../_img/fotos/massatge-bols.jpg',
						from: '0% 10% 1x',
						to:   '0% 80% 1x',
						time: 3
					  }, {
						src:  '../_img/fotos/massatge-advocat-dona.jpg',
						from: '0% 80% 1x',
						to:   '0% 0% 1x',
						time: 5
					  }
					]);
					break;
				
				case "#secretos": case "#guru":
					$('#photo').crossSlide({
					  fade: 1.75
					}, [
					  {
						src:  '../_img/fotos/abanico.jpg',
						from: '0% 0% 1x',
						to:   '0% 50% 1x',
						time: 12
					  }, {
						src:  '../_img/fotos/ungles.jpg',
						from: '0% 90% 1x',
						to:   '0% 20% 1x',
						time: 7						
					  }
					]);
				break;				
				
				case "#peelings":
					$('#photo').crossSlide({
					  fade: 1.75
					}, [
					  {
						src:  '../_img/fotos/massatge-bols.jpg',
						from: '0% 10% 1x',
						to:   '0% 80% 1x',
						time: 3
					  }, {
						src:  '../_img/fotos/massatge-advocat-dona.jpg',
						from: '0% 80% 1x',
						to:   '0% 0% 1x',
						time: 5						
					  }, {
						src:  '../_img/fotos/cames-dona.jpg',
						from: '0% 10% 1x',
						to:   '0% 60% 1x',
						time: 6
					  }
					]);
				break;
				
				case "#faciales":
					$('#photo').crossSlide({
					  fade: 1.75
					}, [
					  {
						src:  '../_img/fotos/cara_asiatica.jpg',
						from: '0% 10% 1x',
						to:   '0% 80% 1x',
						time: 4
					  }, {
						src:  '../_img/fotos/cara-estirada.jpg',
						from: '0% 80% 1x',
						to:   '0% 0% 1x',
						time: 5						
					  }, {
						src:  '../_img/fotos/bust_bn.jpg',
						from: '0% 10% 1x',
						to:   '0% 60% 1x',
						time: 3
					  }
					]);
				break;				

				case "#pies-piernas":
					$('#photo').crossSlide({
					  fade: 1.75
					}, [
					  {
						src:  '../_img/fotos/peus.jpg',
						from: '0% 10% 1x',
						to:   '0% 80% 1x',
						time: 4
					  }, {
						src:  '../_img/fotos/flors.jpg',
						from: '0% 10% 1x',
						to:   '0% 60% 1x',
						time: 3
					  }
					]);
				break;
					
				case "#manos-brazos":
					$('#photo').crossSlide({
					  fade: 1.75
					}, [
					  {
						src:  '../_img/fotos/mans.jpg',
						from: '0% 80% 1x',
						to:   '0% 0% 1x',
						time: 5						
					}, {
						src:  '../_img/fotos/flors.jpg',
						from: '0% 10% 1x',
						to:   '0% 60% 1x',
						time: 3
					  }
					]);
				break;

				case "#paquetes-spa": 
					$('#photo').crossSlide({
					  fade: 1.75
					}, [
					  {
						src:  '../_img/fotos/spa1.jpg',
						from: '0% 80% 1x',
						to:   '0% 0% 1x',
						time: 6						
					}, {
						src:  '../_img/fotos/spa2.jpg',
						from: '0% 10% 1x',
						to:   '0% 80% 1x',
						time: 4
					  }
					]);
				break;
				
				default: 
				
			}		
			//end switch						
			return false;
		});

		$('#right .scrollPanel h2').click(function() {
			$('#right .scrollPanel h2.current').next().slideUp(300);
			$('#right .scrollPanel h2').removeClass('current');
			$(this).addClass('current');
			$(this).next().slideDown(250);
			return false;
		});

		$('#left li a').click(function() {
			return false;
		});


		$('#left h1 a').click(function() {
			$('#left h1 a').removeClass('current');
			$(this).addClass('current');
			$('.seccio').hide(); 
			var id = $(this).attr('href');
			if ($(this).attr('href') != '#masajes') {
					$('#tratamientos').slideUp(150);
					$(id+' h2:first').addClass('current');
					$(id+' p:not(.noHide)').hide();
					$(id+' p:first').show();
					$(id).parents().filter('div.seccio').show();
				}
			else 
				{ 
					$('#tratamientos').slideDown(250);
					$(id).parents().filter('div.seccio').show();
					$('#tratamientos a').removeClass('current');
					$('#tratamientos a:first').addClass('current');
					$('#photo').crossSlide({
					  fade: 1.75
					}, [
					  {
						src:  '../_img/fotos/espelmes.jpg',
						from: 'center top 1x',
						to:   '50% 40% 1x',
						time: 4
					  }, {
						src:  '../_img/fotos/massatge-cara-home.jpg',
						from: '0% 80% 1x',
						to:   '0% 0% 1x',
						time: 6
					  }, {
						src:  '../_img/fotos/massatge-bols.jpg',
						from: '0% 10% 1x',
						to:   '0% 80% 1x',
						time: 3
					  }, {
						src:  '../_img/fotos/massatge-advocat-dona.jpg',
						from: '0% 80% 1x',
						to:   '0% 0% 1x',
						time: 5
					  }
					]);
				};			
			// splash images
			switch (id) {
				case "#cabello":
					$('#photo').crossSlide({
					  fade: 1.75
					}, [
					  {
						src:  '../_img/fotos/cabell-1.jpg',
						from: '50% 10% 1x',
						to:   '50% 40% 1x',
						time: 6
					  }, {
						src:  '../_img/fotos/cabell-2.jpg',
						from: '50% 65% 1x',
						to:   '50% 25% 1x',
						time: 5
					  }, {
						src:  '../_img/fotos/cara_asiatica.jpg',
						from: '0% 70% 1x',
						to:   '0% 40% 1x',
						time: 5
					  }, {
						src:  '../_img/fotos/cabell-3.jpg',
						from: '50% 40% 1x',
						to:   '50% 70% 1x',
						time: 5
					  }
					]);
				break;
				
				case "#maquillaje":
					$('#photo').crossSlide({
					  fade: 1.75
					}, [
					  {
						src:  '../_img/fotos/cabell-2.jpg',
						from: '50% 10% 1x',
						to:   '50% 40% 1x',
						time: 6
					  }, {
						src:  '../_img/fotos/cabell-3.jpg',
						from: '50% 40% 1x',
						to:   '50% 70% 1x',
						time: 5
					  }, {
						src:  '../_img/fotos/cabell-1.jpg',
						from: '50% 65% 1x',
						to:   '50% 25% 1x',
						time: 5
					  }, {
						src:  '../_img/fotos/cara_asiatica.jpg',
						from: '0% 70% 1x',
						to:   '0% 40% 1x',
						time: 5
					  }
					]);
				break;

				case "#fiso": 
					$('#photo').crossSlide({
					  fade: 1.75
					}, [
					  {
						src:  '../_img/fotos/fisio1.jpg',
						from: '50% 15% 1x',
						to:   '50% 60% 1x',
						time: 4
					  }, {
						src:  '../_img/fotos/cara.jpg',
						from: '50% 65% 1x',
						to:   '50% 25% 1x',
						time: 5
					  }
					]);
				break;
				
				case "#depilacion":
					$('#photo').crossSlide({
					  fade: 1.75
					}, [
					  {
						src:  '../_img/fotos/cames-dona.jpg',
						from: '0% 20% 1x',
						to:   '0% 85% 1x',
						time: 4
					  }, {
						src:  '../_img/fotos/home-pit.jpg',
						from: '0% 85% 1x',
						to:   '0% 20% 1x',
						time: 7
					  }
					]);
				break;
				
				case "#vip":
					$('#photo').crossSlide({
					  fade: 0.75
					}, [
					  {
						src:  '../_img/fotos/banyera.jpg',
						from: 'top center 1x',
						to:   'bottom center 1x',
						time: 12
					  }, {
						src:  '../_img/fotos/flors.jpg',
						from: '50% 75% 1x',
						to:   '50% 25% 1x',
						time: 10
					  }, {
						src:  '../_img/fotos/espelmes.jpg',
						from: '50% 0% 1x',
						to:   '50% 75% 1x',
						time: 10
					  }
					]);
				break;	
				
				case "#eventos":
					$('#photo').crossSlide({
					  fade: 0.75
					}, [
					  {
						src:  '../_img/fotos/flors.jpg',
						from: '50% 75% 1x',
						to:   '50% 25% 1x',
						time: 9
					  }, {
						src:  '../_img/fotos/banyera.jpg',
						from: 'top center 1x',
						to:   'bottom center 1x',
						time: 11
					  }, {
						src:  '../_img/fotos/espelmes.jpg',
						from: '50% 0% 1x',
						to:   '50% 75% 1x',
						time: 9
					  }
					]);
				break;
				
				default: 
				
			}		
			//end switch
			return false;
		});

		$('#photo').crossSlide({
		  fade: 1.75
		}, [
		  {
			src:  '../_img/fotos/espelmes.jpg',
			from: 'center top 1x',
			to:   '50% 40% 1x',
			time: 4
		  }, {
			src:  '../_img/fotos/massatge-cara-home.jpg',
			from: '0% 80% 1x',
			to:   '0% 0% 1x',
			time: 6
		  }, {
			src:  '../_img/fotos/massatge-bols.jpg',
			from: '0% 10% 1x',
			to:   '0% 80% 1x',
			time: 3
		  }, {
			src:  '../_img/fotos/massatge-advocat-dona.jpg',
			from: '0% 80% 1x',
			to:   '0% 0% 1x',
			time: 5
		  }
		]);

	});
