	function plus()
	{
		var p_adultos, p_tripon, p_veterano, zahl1, zahl2, zahl3;
		p_adultos=document.reservaciones.adultos.value * 130;
		p_tripon=document.reservaciones.tripon.value * 80;
		p_veterano=document.reservaciones.veterano.value * 80;
		document.reservaciones.p_adultos.value = p_adultos+' Bs.';
		document.reservaciones.p_tripon.value = p_tripon+' Bs.';
		document.reservaciones.p_veterano.value = p_veterano+' Bs.';
		zahl1=p_adultos;
		zahl2=p_tripon;
		zahl3=p_veterano;
		document.reservaciones.p_total.value = eval(zahl1 + "+" + zahl2 + "+" + zahl3)+' Bs.';
	}		
									
	// JavaScript Document

	$(document).ready(function() {				
		
		popupCssShow('popup.php', 460);							   
		$.ajaxSetup( {
		  type: "POST",
		  async:false,
		  timeout: 20000,
		  beforeSend: function(objeto){
			$("#content").hide();      
			$("#loading").show();    
		  },
		  error: function(objeto, quepaso, otroobj){
			  alert("Estas viendo esto por que fallé");
			  alert("Pasó lo siguiente: "+quepaso);
		  },      
		  complete: function(objeto, exito){        
				$("#loading").hide();
				$("#content").show();				
		  },
		  contentType: "application/x-www-form-urlencoded",
		  dataType: "html"
		 } );
		 $.ajax({
			url:"content_main.php",			
			success: function(datos){
			  $("#content").html(datos);
			  animate_index();
			}		 
		});	
		/*/////////////////////////////////////////*/
		
		//LOADING POPUP
		//Click the button event!
		$("#link_address").click(function(){
			//centering with css
			centerPopup("#popup_dir");
			//load popup
			loadPopup("#popup_dir");
		});
		
		//CLOSING POPUP
		//Click the x event!
		$("#popupContactClose").click(function(){
			disablePopup("#popup_dir");
		});
		$("#popupContactClose2").click(function(){
			disablePopup("#popup_opening");
		});
		//Click out event!
		$("#backgroundPopup").click(function(){
			disablePopup("#popup_dir");
		});
		$("#backgroundPopup2").click(function(){
			disablePopup("#popup_opening");
		});
		//Press Escape event!
		$(document).keypress(function(e){
			if(e.keyCode==27 && popupStatus==1){
				disablePopup();
			}
		});
		
		/*/////////////////////////////////////////*/		
		$("#layertxt_guolpeiper").mouseenter(function() {
			$("#layertxt_guolpeiper").animate({transform:'scale(1.2,1.2), rotate (0deg)'});
		});
		$("#layertxt_guolpeiper").mouseleave(function() {
			$("#layertxt_guolpeiper").animate({transform:'scale(1,1), rotate (10deg)'});
		});
		$("#layertxt_recorrido").mouseenter(function() {
			$("#layertxt_recorrido").animate({transform:'scale(1.2,1.2) rotate (0deg)'});
		});$("#layertxt_recorrido").mouseleave(function() {
			$("#layertxt_recorrido").animate({transform:'scale(1,1) rotate (5deg)'});
		});
		$("#layertxt_shous").mouseenter(function() {
		  $("#layertxt_shous").animate({transform:'scale(1.2,1.2)'});
		});
		$("#layertxt_shous").mouseleave(function() {
			$("#layertxt_shous").animate({transform:'scale(1,1)'});
		});	
		$("#layertxt_inf_gen").mouseenter(function() {
		  $("#layertxt_inf_gen").animate({transform:'scale(1.2,1.2) rotate (0deg)'});
		});
		$("#layertxt_inf_gen").mouseleave(function() {
			$("#layertxt_inf_gen").animate({transform:'scale(1,1) rotate (-3deg)'});
		});	
		$("#layertxt_yorrnal").mouseenter(function() {
		  $("#layertxt_yorrnal").animate({transform:'scale(1.2,1.2) rotate (0deg)'});
		});
		$("#layertxt_yorrnal").mouseleave(function() {
			$("#layertxt_yorrnal").animate({transform:'scale(1,1) rotate (-7deg)'});
		});	
		$("#layertxt_patrocinantes").mouseenter(function() {
		  $("#layertxt_patrocinantes").animate({transform:'scale(1.2,1.2) rotate (0deg)'});
		});
		$("#layertxt_patrocinantes").mouseleave(function() {
			$("#layertxt_patrocinantes").animate({transform:'scale(1,1) rotate (-10deg)'});
		});	
		$("#layertxt_tarifas").mouseenter(function() {
		  $("#layertxt_tarifas").animate({transform:'scale(1.2,1.2) rotate (0deg)'});
		});
		$("#layertxt_tarifas").mouseleave(function() {
			$("#layertxt_tarifas").animate({transform:'scale(1,1) rotate (-12deg)'});
		});	
		$("#layertxt_historia").mouseenter(function() {
		  $("#layertxt_historia").animate({transform:'scale(1.2,1.2) rotate (0deg)'});
		});
		$("#layertxt_historia").mouseleave(function() {
			$("#layertxt_historia").animate({transform:'scale(1,1) rotate (15deg)'});
		});	
		$("#layertxt_galeria").mouseleave(function() {
			$("#layertxt_galeria").animate({transform:'scale(1,1) rotate (-12deg)'});
		});	
		$("#layertxt_galeria").mouseenter(function() {
			$("#layertxt_galeria").animate({transform:'scale(1,1) rotate (0deg)'});
		});
		$("#layertxt_conocer").mouseleave(function() {
			$("#layertxt_conocer").animate({transform:'scale(1,1) rotate (-14deg)'});
		});	
		$("#layertxt_conocer").mouseenter(function() {
			$("#layertxt_conocer").animate({transform:'scale(1,1) rotate (0deg)'});
		});	
	
		
		$(".link_main").click(function(evento){
			   close_window();
			  $.ajax({
				url:"content_main.php",
				success: function(datos){
				  $("#content").html(datos);
				  animate_index();
				}				 
			  });
			});
		function windowed_history (){		
			$(".link_main").click(function(evento){
			  close_window();
			  $.ajax({
				url:"content_main.php",
				success: function(datos){
				  $("#content").html(datos);
				  animate_index();
				}				 
			  });
			});
			$('#link_diluvio').click(function(){			
				$('#ta_new_reino').css({ display: "none"});
				$('#ta_guacharo').css({ display: "none"});
				$('#ta_diluvio').css({ display: "inherit"});
				$('#ta_old_reino').css({ display: "none"});
			});
			$('#link_old_reino').click(function(){
				$('#ta_new_reino').css({ display: "none"});
				$('#ta_guacharo').css({ display: "none"});
				$('#ta_diluvio').css({ display: "none"});
				$('#ta_old_reino').css({ display: "inherit"});
			});
			$('#link_guacharo').click(function(){
				$('#ta_new_reino').css({ display: "none"});
				$('#ta_guacharo').css({ display: "inherit"});
				$('#ta_diluvio').css({ display: "none"});
				$('#ta_old_reino').css({ display: "none"});
			});
			$('#link_new_musipan').click(function(){
				$('#ta_new_reino').css({ display: "inherit"});
				$('#ta_guacharo').css({ display: "none"});
				$('#ta_diluvio').css({ display: "none"});
				$('#ta_old_reino').css({ display: "none"});
			});
		}
		function windowed_sponsor () {
			
			$('#dialog_sponsor').dialog({
				autoOpen: false,
				width: 450,
				disabled: true,
				draggable: false,
				resizable: false,
				height: 170,
				minHeight: 100,
				maxHeight: 400,
				position:[630,290],
				closeText: 'hide'			
			});		  
		}
		function windowed_school (){		
			$("#link_home_school").click(function(evento){
			   close_window();
			  $.ajax({
				url:"content_main.php",
				success: function(datos){
				  $("#content").html(datos);
				  animate_index();
				}				 
			  });
			});
			close_window();
			$('#tabs_school').tabs();
		}
		function windowed_info (){		
			$(".link_main").click(function(evento){
			   close_window();
			  $.ajax({
				url:"content_main.php",
				success: function(datos){
				  $("#content").html(datos);
				  animate_index();
				}				 
			  });
			});
			$('#link_crono').click(function(){		
				$('#ta_musipan_park').css({ display: "none"});
				$('#ta_kountry').css({ display: "none"});
				$('#ta_normas').css({ display: "none"});
				$('#ta_crono').css({ display: "inherit"});
			});
			$('#link_musipan_park').click(function(){
				$('#ta_musipan_park').css({ display: "inherit"});
				$('#ta_kountry').css({ display: "none"});
				$('#ta_normas').css({ display: "none"});
				$('#ta_crono').css({ display: "none"});	
			});				
			$('#link_kountry').click(function(){
				$('#ta_musipan_park').css({ display: "none"});
				$('#ta_kountry').css({ display: "inherit"});
				$('#ta_normas').css({ display: "none"});
				$('#ta_crono').css({ display: "none"});
			});
			$('#link_normas').click(function(){
				$('#ta_musipan_park').css({ display: "none"});
				$('#ta_kountry').css({ display: "none"});
				$('#ta_normas').css({ display: "inherit"});
				$('#ta_crono').css({ display: "none"});
			});
			$('#link_normas').click(function(){
				$('#ta_musipan_park').css({ display: "none"});
				$('#ta_kountry').css({ display: "none"});
				$('#ta_normas').css({ display: "inherit"});
				$('#ta_crono').css({ display: "none"});
			});
			$('#dialog_crono').dialog({
				autoOpen: false,
				width: 400,
				disabled: true,
				draggable: false,
				resizable: false,
				height: 350,
				maxHeight: 400,
				position:[250,220],
				closeText: 'hide'				
			});
			$('#dialog_musipan_park').dialog({
				autoOpen: false,
				width: 400,
				disabled: true,
				draggable: false,
				resizable: false,
				height: 350,
				maxHeight: 500,
				position:[250,220],
				closeText: 'hide'				
			});
			$('#dialog_kountry').dialog({
				autoOpen: false,
				width: 400,
				disabled: true,
				draggable: false,
				resizable: false,
				height: 350,
				maxHeight: 500,
				position:[250,220],
				closeText: 'hide'				
			});
			$('#dialog_normas').dialog({
				autoOpen: false,
				width: 400,
				disabled: true,
				draggable: false,
				resizable: false,
				height: 350,
				maxHeight: 500,
				position:[250,220],
				closeText: 'hide'				
			});			
		}
		function close_window(){
			$('#dialog_musipan_park').dialog('close');
			$('#dialog_kountry').dialog('close');
			$('#dialog_normas').dialog('close');
			$('#dialog_crono').dialog('close');
			$('#dialog_sponsor').dialog('close');
			$('#dialog_old_reino').dialog('close');
			$('#dialog_guacharo').dialog('close');
			$('#dialog_new_reino').dialog('close');
			$('#dialog_diluvio').dialog('close');		
		
			$('#dialog_4pepas').dialog('close');
			$('#dialog_park').dialog('close');				
			$('#dialog_pixcinas').dialog('close');
			$('#dialog_espo').dialog('close');
			$('#dialog_palacio').dialog('close');
			$('#dialog_pradera').dialog('close');
			$('#dialog_burrodromo').dialog('close');
			$('#dialog_arepa').dialog('close');
			$('#dialog_masa').dialog('close');
			$('#dialog_rockear').dialog('close');
			$('#dialog_rascate').dialog('close');
			$('#dialog_inmi').dialog('close');
			$('#dialog_main').dialog('close');	
			$('#dialog_prelude').dialog('close');
		}
		function animate_accordion2(){
			$("#link_cotiza").popupWindow({ 
				height:600, 
				width:450, 
				top:50, 
				left:50 
			});
			close_window();
			$("#acordeon_contacto").accordion({ 
				header: "h3",
				animated: "easeslide",
				autoheight: true,
				clearStyle: true,
				navigation: true,
				alwaysOpen: true,
				collapsible: true			
			});			
		}
		function animate_accordion(){			
			$("#acordeon_tarifa").accordion({ 
				header: "h3",
				animated: "easeslide",
				autoheight: false,
				clearStyle: true,
				navigation: true,
				alwaysOpen: false,
				collapsible: false			
			});
			$("#link_school").click(function(evento){
				$.ajax({
					url:"content_school.php",
					success: function(datos){
					$("#content").html(datos);
					windowed_school();				
				}				 
			 });
			});			
		}
		
		function animate_index() {	
			$("#link_job").popupWindow({
				height:490, 
				width:820, 
				top:50, 
				left:50 
			});	
			$('.tooltip[id^="tooltip_"]').each(function(){
				$(this).qtip({
					content: $('#data_' + $(this).attr('id')),
					hide: {
						fixed: true,
						delay: 180
					}
				});
			});
			
			$("#link_guestbook").popupWindow({ 
				height:450, 
				width:600, 
				top:50, 
				left:50 
			});
			
			
			$("#link_radio").popupWindow({ 
				height:220, 
				width:570, 
				top:50, 
				left:50 
			});
			
			$(".link_galleries").click(function(evento){
			  $.ajax({
				url:"content_gallery.php",
				success: function(datos){
				  close_window();
				  $("#content").html(datos);
				  galeria();		  
				}				 
			  });
			});
			$(".link_conproser").click(function(){
				$.ajax({
					url:"content_contact.php",
					success: function(datos){
						$("#content").html(datos);
						animate_accordion2();
					}				 
				});	  
			});	
			$("#link_galeria").click(function(){
				$.ajax({
					url:"content_gallery.php",
					success: function(datos){
					close_window();
				  	$("#content").html(datos);
				  	galeria();		  
				}				 
			  }); 
			});		
			$(".yournal").click(function(){
				$.ajax({
					url:"content_daily.php",
					success: function(datos){
					close_window();
				  	$("#content").html(datos);	
					$('#ta_daily').css({ display: "inherit"});
					$("#link_yorrnal").popupWindow({ 
						height:500, 
						width:800, 
						top:50, 
						left:50 
					});			  	
				}				 
			  }); 
			});		
			
			$("#layer_blog").mouseenter(function() {
				$("#layer_blog").animate({transform:'scale(1.2,1.2)'});
			});
			$("#layer_blog").mouseleave(function() {
				$("#layer_blog").animate({transform:'scale(1,1)'});
			});		
			$("#layer_twitter").mouseenter(function() {
				$("#layer_facebook").animate({transform:'scale(1.2,1.2)'});
			});
			$("#layer_radio").mouseenter(function() {
				$("#layer_radio").animate({transform:'scale(1.2,1.2)'});
			});
			$("#layer_facebook").mouseleave(function() {
				$("#layer_twitter").animate({transform:'scale(1,1)'});
			});	
			$("#layer_facebook").mouseenter(function() {
				$("#layer_twitter").animate({transform:'scale(1.2,1.2)'});
			});
			$("#layer_twitter").mouseleave(function() {
				$("#layer_facebook").animate({transform:'scale(1,1)'});
			});
			$("#layer_radio").mouseleave(function() {
				$("#layer_radio").animate({transform:'scale(1,1)'});
			});
			$("#Map_mein_strit").mouseenter(function(){
				$("#layer_mein_strit").animate({ transform:'scale(1.2,1.2)'});
			});	
			$("#Map_mein_strit").mouseleave(function() {
				$("#layer_mein_strit").animate({transform:'scale(1,1)'});
			});
			$("#Map_burrodromo").mouseenter(function() {
				$("#layer_burrodromo").animate({transform:'scale(1.2,1.2)'});
			});
			$("#Map_burrodromo").mouseleave(function() {
				$("#layer_burrodromo").animate({transform:'scale(1,1)'});
			});		
			$("#Map_pixcinas").mouseenter(function() {
				$("#layer_pixcinas").animate({transform:'scale(1.2,1.2)'});
			});
			$("#Map_pixcinas").mouseleave(function() {
				$("#layer_pixcinas").animate({transform:'scale(1,1)'});
			});		
			$("#Map_palace").mouseenter(function() {
				$("#layer_palace").animate({transform:'scale(1.2,1.2)'});
			});
			$("#Map_palace").mouseleave(function() {
				$("#layer_palace").animate({transform:'scale(1,1)'});
			});		
			$("#layer_guestbook").mouseenter(function() {
				$("#layer_guestbook").animate({transform:'scale(1.2,1.2)'});
			});
			$("#layer_guestbook").mouseleave(function() {
				$("#layer_guestbook").animate({transform:'scale(1,1)'});
			});		
			$("#layer_inn").mouseenter(function() {
				$("#layer_inn").animate({transform:'scale(1.2,1.2)'});
			});
			$("#layer_inn").mouseleave(function() {
				$("#layer_inn").animate({transform:'scale(1,1)'});
			});
			$("#layer_photo").mouseenter(function() {
				$("#layer_photo").animate({transform:'scale(1.2,1.2)'});
			});
			$("#layer_photo").mouseleave(function() {
				$("#layer_photo").animate({transform:'scale(1,1)'});
			});
			$("#link_address").click(function(){
				//centering with css
				centerPopup("#popup_dir");
				//load popup
				loadPopup("#popup_dir");
			});
			
			//CLOSING POPUP
			//Click the x event!
			$("#popupContactClose").click(function(){
				disablePopup("#popup_dir");
			});
			$("#popupContactClose2").click(function(){
				disablePopup("#popup_opening");
			});
			//Click out event!
			$("#backgroundPopup").click(function(){
				disablePopup("#popup_dir");
			});
			$("#backgroundPopup2").click(function(){
				disablePopup("#popup_opening");
			});
			//Press Escape event!
			$(document).keypress(function(e){
				if(e.keyCode==27 && popupStatus==1){
					disablePopup();
				}
			});
				}		
		$("#link_guolpeiper").click(function(evento){
		  $.ajax({
			url:"content_wallpaper.php",
			success: function(datos){
			  $("#content").html(datos);
			  close_window();
			}				 
		  });      
		});
		$("#link_historia").click(function(evento){
		  $.ajax({
			url:"content_history.php",
			success: function(datos){
			  $("#content").html(datos);
			  close_window();
			  windowed_history();
			  $('#dialog_old_reino').dialog('open');
			}				 
		  });
		});
		$("#link_inf_gen").click(function(evento){
		  $.ajax({
			url:"content_info.php",
			success: function(datos){
			  $("#content").html(datos);
			  close_window();
			  windowed_info();
			  $('#dialog_crono').dialog('open');
			}				 
		  });
		});
		
		$("#link_patrocinantes").click(function(evento){
		  $.ajax({
			url:"content_sponsor.php",
			success: function(datos){
			  $("#content").html(datos);
			  close_window();
			  windowed_sponsor();
			  $('#dialog_sponsor').dialog('open');		  
			}				 
		  });
		});
		$("#link_recorrido").click(function(evento){
		  $.ajax({
			url:"content_route.php",
			success: function(datos){
			  $("#content").html(datos);
			  close_window();
			  $('.tooltip[id^="tooltip_"]').each(function(){
					$(this).qtip({
						content: $('#data_' + $(this).attr('id')),
						hide: {
							fixed: true,
							delay: 180
						}
					});
				});

			 /*  $('.dialog_route').dialog({
					autoOpen: false,
					width: 400,
					disabled:false,
					draggable: false,
					resizable: false,
					height: 300,
					maxHeight: 350,
					position:[600,300],
					closeText: 'hide'
				});	*/
				$('#ta_prelude').css({ display: "inherit"});
				$('#ta_4pepas').css({ display: "none"});
				$('#ta_park').css({ display: "none"});
				$('#ta_faro').css({ display: "none"});				
				$('#ta_pixcinas').css({ display: "none"});
				$('#ta_espo').css({ display: "none"});
				$('#ta_palacio').css({ display: "none"});
				$('#ta_pradera').css({ display: "none"});
				$('#ta_burrodromo').css({ display: "none"});
				$('#ta_arepa').css({ display: "none"});
				$('#ta_masa').css({ display: "none"});
				$('#ta_rockear').css({ display: "none"});
				$('#ta_rascate').css({ display: "none"});
				$('#ta_inmi').css({ display: "none"});
				$('#ta_main').css({ display: "none"});	
				$('#tooltip_1').mouseover(function(evento){
					$('#ta_4pepas').css({ display: "inherit"});
					$('#ta_park').css({ display: "none"});
					$('#ta_faro').css({ display: "none"});				
					$('#ta_pixcinas').css({ display: "none"});
					$('#ta_espo').css({ display: "none"});
					$('#ta_palacio').css({ display: "none"});
					$('#ta_pradera').css({ display: "none"});
					$('#ta_burrodromo').css({ display: "none"});
					$('#ta_arepa').css({ display: "none"});
					$('#ta_masa').css({ display: "none"});
					$('#ta_rockear').css({ display: "none"});
					$('#ta_rascate').css({ display: "none"});
					$('#ta_inmi').css({ display: "none"});
					$('#ta_main').css({ display: "none"});	
					$('#ta_prelude').css({ display: "none"});					
				});
				$('#tooltip_2').mouseover(function(evento){
					$('#ta_4pepas').css({ display: "none"});
					$('#ta_park').css({ display: "inherit"});
					$('#ta_faro').css({ display: "none"});				
					$('#ta_pixcinas').css({ display: "none"});
					$('#ta_espo').css({ display: "none"});
					$('#ta_palacio').css({ display: "none"});
					$('#ta_pradera').css({ display: "none"});
					$('#ta_burrodromo').css({ display: "none"});
					$('#ta_arepa').css({ display: "none"});
					$('#ta_masa').css({ display: "none"});
					$('#ta_rockear').css({ display: "none"});
					$('#ta_rascate').css({ display: "none"});
					$('#ta_inmi').css({ display: "none"});
					$('#ta_main').css({ display: "none"});	
					$('#ta_prelude').css({ display: "none"});					
				});
				$('#tooltip_3').mouseover(function(evento){
					$('#ta_4pepas').css({ display: "none"});
					$('#ta_park').css({ display: "none"});
					$('#ta_faro').css({ display: "inherit"});				
					$('#ta_pixcinas').css({ display: "none"});
					$('#ta_espo').css({ display: "none"});
					$('#ta_palacio').css({ display: "none"});
					$('#ta_pradera').css({ display: "none"});
					$('#ta_burrodromo').css({ display: "none"});
					$('#ta_arepa').css({ display: "none"});
					$('#ta_masa').css({ display: "none"});
					$('#ta_rockear').css({ display: "none"});
					$('#ta_rascate').css({ display: "none"});
					$('#ta_inmi').css({ display: "none"});
					$('#ta_main').css({ display: "none"});	
					$('#ta_prelude').css({ display: "none"});					
				});
				$('#tooltip_4').mouseover(function(evento){
					$('#ta_4pepas').css({ display: "none"});
					$('#ta_park').css({ display: "none"});
					$('#ta_faro').css({ display: "none"});				
					$('#ta_pixcinas').css({ display: "inherit"});
					$('#ta_espo').css({ display: "none"});
					$('#ta_palacio').css({ display: "none"});
					$('#ta_pradera').css({ display: "none"});
					$('#ta_burrodromo').css({ display: "none"});
					$('#ta_arepa').css({ display: "none"});
					$('#ta_masa').css({ display: "none"});
					$('#ta_rockear').css({ display: "none"});
					$('#ta_rascate').css({ display: "none"});
					$('#ta_inmi').css({ display: "none"});
					$('#ta_main').css({ display: "none"});	
					$('#ta_prelude').css({ display: "none"});					
				});
				$('#tooltip_5').mouseover(function(evento){
					$('#ta_4pepas').css({ display: "none"});
					$('#ta_park').css({ display: "none"});
					$('#ta_faro').css({ display: "none"});				
					$('#ta_pixcinas').css({ display: "none"});
					$('#ta_espo').css({ display: "inherit"});
					$('#ta_palacio').css({ display: "none"});
					$('#ta_pradera').css({ display: "none"});
					$('#ta_burrodromo').css({ display: "none"});
					$('#ta_arepa').css({ display: "none"});
					$('#ta_masa').css({ display: "none"});
					$('#ta_rockear').css({ display: "none"});
					$('#ta_rascate').css({ display: "none"});
					$('#ta_inmi').css({ display: "none"});
					$('#ta_main').css({ display: "none"});	
					$('#ta_prelude').css({ display: "none"});					
				});
				$('#tooltip_6').mouseover(function(evento){
					$('#ta_4pepas').css({ display: "none"});
					$('#ta_park').css({ display: "none"});
					$('#ta_faro').css({ display: "none"});				
					$('#ta_pixcinas').css({ display: "none"});
					$('#ta_espo').css({ display: "none"});
					$('#ta_palacio').css({ display: "inherit"});
					$('#ta_pradera').css({ display: "none"});
					$('#ta_burrodromo').css({ display: "none"});
					$('#ta_arepa').css({ display: "none"});
					$('#ta_masa').css({ display: "none"});
					$('#ta_rockear').css({ display: "none"});
					$('#ta_rascate').css({ display: "none"});
					$('#ta_inmi').css({ display: "none"});
					$('#ta_main').css({ display: "none"});	
					$('#ta_prelude').css({ display: "none"});					
				});
				$('#tooltip_7').mouseover(function(evento){
					$('#ta_4pepas').css({ display: "none"});
					$('#ta_park').css({ display: "none"});
					$('#ta_faro').css({ display: "none"});				
					$('#ta_pixcinas').css({ display: "none"});
					$('#ta_espo').css({ display: "none"});
					$('#ta_palacio').css({ display: "none"});
					$('#ta_pradera').css({ display: "inherit"});
					$('#ta_burrodromo').css({ display: "none"});
					$('#ta_arepa').css({ display: "none"});
					$('#ta_masa').css({ display: "none"});
					$('#ta_rockear').css({ display: "none"});
					$('#ta_rascate').css({ display: "none"});
					$('#ta_inmi').css({ display: "none"});
					$('#ta_main').css({ display: "none"});	
					$('#ta_prelude').css({ display: "none"});					
				});
				$('#tooltip_8').mouseover(function(evento){
					$('#ta_4pepas').css({ display: "none"});
					$('#ta_park').css({ display: "none"});
					$('#ta_faro').css({ display: "none"});				
					$('#ta_pixcinas').css({ display: "none"});
					$('#ta_espo').css({ display: "none"});
					$('#ta_palacio').css({ display: "none"});
					$('#ta_pradera').css({ display: "none"});
					$('#ta_burrodromo').css({ display: "inherit"});
					$('#ta_arepa').css({ display: "none"});
					$('#ta_masa').css({ display: "none"});
					$('#ta_rockear').css({ display: "none"});
					$('#ta_rascate').css({ display: "none"});
					$('#ta_inmi').css({ display: "none"});
					$('#ta_main').css({ display: "none"});	
					$('#ta_prelude').css({ display: "none"});					
				});
				$('#tooltip_9').mouseover(function(evento){
					$('#ta_4pepas').css({ display: "none"});
					$('#ta_park').css({ display: "none"});
					$('#ta_faro').css({ display: "none"});				
					$('#ta_pixcinas').css({ display: "none"});
					$('#ta_espo').css({ display: "none"});
					$('#ta_palacio').css({ display: "none"});
					$('#ta_pradera').css({ display: "none"});
					$('#ta_burrodromo').css({ display: "none"});
					$('#ta_arepa').css({ display: "inherit"});
					$('#ta_masa').css({ display: "none"});
					$('#ta_rockear').css({ display: "none"});
					$('#ta_rascate').css({ display: "none"});
					$('#ta_inmi').css({ display: "none"});
					$('#ta_main').css({ display: "none"});	
					$('#ta_prelude').css({ display: "none"});					
				});
				$('#tooltip_a').mouseover(function(evento){
					$('#ta_4pepas').css({ display: "none"});
					$('#ta_park').css({ display: "none"});
					$('#ta_faro').css({ display: "none"});				
					$('#ta_pixcinas').css({ display: "none"});
					$('#ta_espo').css({ display: "none"});
					$('#ta_palacio').css({ display: "none"});
					$('#ta_pradera').css({ display: "none"});
					$('#ta_burrodromo').css({ display: "none"});
					$('#ta_arepa').css({ display: "inherit"});
					$('#ta_masa').css({ display: "none"});
					$('#ta_rockear').css({ display: "none"});
					$('#ta_rascate').css({ display: "none"});
					$('#ta_inmi').css({ display: "none"});
					$('#ta_main').css({ display: "none"});	
					$('#ta_prelude').css({ display: "none"});					
				});
				$('#tooltip_b').mouseover(function(evento){
					$('#ta_4pepas').css({ display: "none"});
					$('#ta_park').css({ display: "none"});
					$('#ta_faro').css({ display: "none"});				
					$('#ta_pixcinas').css({ display: "none"});
					$('#ta_espo').css({ display: "none"});
					$('#ta_palacio').css({ display: "none"});
					$('#ta_pradera').css({ display: "none"});
					$('#ta_burrodromo').css({ display: "none"});
					$('#ta_arepa').css({ display: "none"});
					$('#ta_masa').css({ display: "inherit"});
					$('#ta_rockear').css({ display: "none"});
					$('#ta_rascate').css({ display: "none"});
					$('#ta_inmi').css({ display: "none"});
					$('#ta_main').css({ display: "none"});	
					$('#ta_prelude').css({ display: "none"});					
				});
				$('#tooltip_c').mouseover(function(evento){
					$('#ta_4pepas').css({ display: "none"});
					$('#ta_park').css({ display: "none"});
					$('#ta_faro').css({ display: "none"});				
					$('#ta_pixcinas').css({ display: "none"});
					$('#ta_espo').css({ display: "none"});
					$('#ta_palacio').css({ display: "none"});
					$('#ta_pradera').css({ display: "none"});
					$('#ta_burrodromo').css({ display: "none"});
					$('#ta_arepa').css({ display: "none"});
					$('#ta_masa').css({ display: "none"});
					$('#ta_rockear').css({ display: "inherit"});
					$('#ta_rascate').css({ display: "none"});
					$('#ta_inmi').css({ display: "none"});
					$('#ta_main').css({ display: "none"});	
					$('#ta_prelude').css({ display: "none"});					
				});
				$('#tooltip_d').mouseover(function(evento){
					$('#ta_4pepas').css({ display: "none"});
					$('#ta_park').css({ display: "none"});
					$('#ta_faro').css({ display: "none"});				
					$('#ta_pixcinas').css({ display: "none"});
					$('#ta_espo').css({ display: "none"});
					$('#ta_palacio').css({ display: "none"});
					$('#ta_pradera').css({ display: "none"});
					$('#ta_burrodromo').css({ display: "none"});
					$('#ta_arepa').css({ display: "none"});
					$('#ta_masa').css({ display: "none"});
					$('#ta_rockear').css({ display: "none"});
					$('#ta_rascate').css({ display: "inherit"});
					$('#ta_inmi').css({ display: "none"});
					$('#ta_main').css({ display: "none"});	
					$('#ta_prelude').css({ display: "none"});					
				});
				$('#tooltip_e').mouseover(function(evento){
					$('#ta_4pepas').css({ display: "none"});
					$('#ta_park').css({ display: "none"});
					$('#ta_faro').css({ display: "none"});				
					$('#ta_pixcinas').css({ display: "none"});
					$('#ta_espo').css({ display: "none"});
					$('#ta_palacio').css({ display: "none"});
					$('#ta_pradera').css({ display: "none"});
					$('#ta_burrodromo').css({ display: "none"});
					$('#ta_arepa').css({ display: "none"});
					$('#ta_masa').css({ display: "none"});
					$('#ta_rockear').css({ display: "none"});
					$('#ta_rascate').css({ display: "none"});
					$('#ta_inmi').css({ display: "inherit"});
					$('#ta_main').css({ display: "none"});	
					$('#ta_prelude').css({ display: "none"});					
				});
				$('#tooltip_f').mouseover(function(evento){
					$('#ta_4pepas').css({ display: "none"});
					$('#ta_park').css({ display: "none"});
					$('#ta_faro').css({ display: "none"});				
					$('#ta_pixcinas').css({ display: "none"});
					$('#ta_espo').css({ display: "none"});
					$('#ta_palacio').css({ display: "none"});
					$('#ta_pradera').css({ display: "none"});
					$('#ta_burrodromo').css({ display: "none"});
					$('#ta_arepa').css({ display: "none"});
					$('#ta_masa').css({ display: "none"});
					$('#ta_rockear').css({ display: "none"});
					$('#ta_rascate').css({ display: "none"});
					$('#ta_inmi').css({ display: "none"});
					$('#ta_main').css({ display: "inherit"});	
					$('#ta_prelude').css({ display: "none"});					
				});					
			}				 
		  });
		});		
		$("#link_tarifas").click(function(){
		  $.ajax({
			url:"content_tariffs.php",
			success: function(datos){
			  $("#content").html(datos);
			}			
		  });
          close_window();	
          animate_accordion();  
		});
		
	});
