$(document).ready(function() {

		$('.menu-especialidades').hide();	
		$('.menu-sobre-nosotros').hide();			
		$('.menu-nuestros-medicos').hide();
     

		$('.sobre-nosotros').mouseover(function() {
		$('.menu-especialidades').slideUp(50);	
		$('.menu-sobre-nosotros').slideDown(200);			
		$('.menu-nuestros-medicos').slideUp(50);			
		$('.menu-planificamos-viaje').slideUp(50);			
		});
	  	

	
	  $('.especialidades').mouseover(function() {
		$('.menu-especialidades').slideDown(200);	
		$('.menu-sobre-nosotros').slideUp(50);			
		$('.menu-nuestros-medicos').slideUp(50);			
		$('.menu-planificamos-viaje').slideUp(50);			
	    });
	  
	  
	  $('.nuestros-medicos').mouseover(function() {
		$('.menu-nuestros-medicos').slideDown(200);	
		$('.menu-sobre-nosotros').slideUp(50);		
		$('.menu-especialidades').slideUp(50);
		$('.menu-planificamos-viaje').slideUp(50);			
		
	  });

	  $('.planificamos-viaje').mouseover(function() {
		$('.menu-planificamos-viaje').slideDown(200);	
		$('.menu-sobre-nosotros').slideUp(50);		
		$('.menu-especialidades').slideUp(50);			
		$('.menu-nuestros-medicos').slideUp(50);			
	   });


		$('body').click(function() {
		$('.menu-especialidades').slideUp(50);	
		$('.menu-sobre-nosotros').slideUp(50);			
		$('.menu-nuestros-medicos').slideUp(50);			
		 });
	
	
	//BOTONES 7 PASOS
	
		$('.primero').click(function() {
			$('#todos_los_pasos').hide(200);		
			$("#descripcion").fadeOut(100);						 
			$("#descripcion").empty();	
			$("#descripcion").append('<h3>1.	Contact Reborn </h3><p>You can contact  Reborn via a form of  Quotation Request in order to obtain an estimate of the aesthical procedure you are intending to undergo.</p><p>Our staff will contact you by telephone or e-mail address you have indicated and will send you information about the procedures you asked for and a preliminary quotation including travelling details.</p><p>Note: In order to obtain a “definite” quotation, you should send us Pictures of the zone/s to be treated; we might also ask you to send us previous medical tests.  Please, read our guideline to take the pictures and send them to <strong>fotos@argentinareborn.com</strong>. Depending on the treatment, we might ask you to send us some previous medical tests.</p>');
			$("#descripcion").fadeIn(300);						 
			return false;
		});
		
		$('.segundo').click(function() {
			$('#todos_los_pasos').hide(200);		
			$("#descripcion").fadeOut(100);						 
			$("#descripcion").empty();	
			$("#descripcion").append('<h3>2.	Plan your trip </h3><p>Once you accept our quotation, you should pay 50% of the total cost of the procedure- see Payment Options. You will be assigned a date for your trip and we book the operating room, lodging and transport. You should pay the remaining  50% 15 days before your trip</p>');
			$("#descripcion").fadeIn(300);						 
			return false;
		});
		
		$('.tercero').click(function() {
			$('#todos_los_pasos').hide(200);		
			$("#descripcion").fadeOut(100);						 
			$("#descripcion").empty();	
			$("#descripcion").append('<h3>3.	Welcome to Cordoba - Argentina! </h3><p>A member of our team will be waiting for you at Pajas Blancas International Airport and will take you to your hotel, where you will receive a folder with detailed information about your medical trip.</p>');
			$("#descripcion").fadeIn(300);						 
			return false;
		});
		
		$('.cuarto').click(function() {
			$('#todos_los_pasos').hide(200);		
			$("#descripcion").fadeOut(100);						 
			$("#descripcion").empty();	
			$("#descripcion").append('<h3>4.	First appointment with your physician </h3><p>In this first meeting with your doctor, he/she will inform you about the aspects of your treatment. You will need to have all previous medical Tests done according to the procedure. If you wish, a member to Reborn staff will be with you while you undergo these tests.</p>');
			$("#descripcion").fadeIn(300);						 
			return false;
		});
		
		$('.quinto').click(function() {
			$('#todos_los_pasos').hide(200);		
			$("#descripcion").fadeOut(100);						 
			$("#descripcion").empty();	
			$("#descripcion").append('<h3>5.	Medical procedure </h3><p>A  Reborn staff member will drive you to the medical institution where you will be treated. Your recovery period will be performed following your doctor’s indications. </p>');
			$("#descripcion").fadeIn(300);						 
			return false;
		});
		
		$('.sexto').click(function() {
			$('#todos_los_pasos').hide(200);		
			$("#descripcion").fadeOut(100);						 
			$("#descripcion").empty();	
			$("#descripcion").append('<h3>6.	Post surgical appointments</h3><p>Generalmente, es necesario que acuda de 2 a 4 veces a consultas posquirúrgicas a fin de que el cirujano verifique su estado de salud general y se asegure de que su recuperación se desarrolle correctamente. En la última consulta, se sacarán los puntos (si corresponde) y se dictaminará el alta médico para regresar a su país o para realizar el viaje planificado de turismo.</p>');
			$("#descripcion").fadeIn(300);						 
			return false;
		});
		
		$('.septimo').click(function() {
			$('#todos_los_pasos').hide(200);		
			$("#descripcion").fadeOut(100);						 
			$("#descripcion").empty();	
			$("#descripcion").append('<h3>7.	Returning home </h3><p>A member of our staff will take you to the airport and once you arrive home you can contact Reborn to solve any questions you have. It will be our pleasure to respond to any question you may have about your recovery.</p>');
			$("#descripcion").fadeIn(300);						 
			return false;
		});
		
		//BOTON TODOS LOS PASOS		
		
		$('.octavo').click(function() {
			$("#descripcion").fadeOut(100);						 
			$("#descripcion").empty();	
			$('#todos_los_pasos').slideToggle(200);		
						 
			return false;
		});


});

