function mostrar() { 
jQuery.noConflict();
   jQuery("#pop").fadeIn('slow');
   //temporizador, para que no aparezca de golpe 

} //checkHover	

jQuery(document).ready(function (){
//Conseguir valores de la img 
   var img_w = jQuery("#pop img").width() + 10; 
   var img_h = jQuery("#pop img").height() + 40; 

//Darle el alto y ancho 
   jQuery("#pop").css('width', img_w + 'px'); 
   jQuery("#pop").css('height', img_h + 'px'); 
    
   //Esconder el popup 
   jQuery("#pop").hide();

 //Consigue valores de la ventana del navegador 
   var w = jQuery(this).width(); 
   var h = jQuery(this).height(); 
    
   //Centra el popup    
   w = (w-500) - (img_w); 
   h = (h-140) - (img_h); 
   jQuery("#pop").css("left",w + "px"); 
   jQuery("#pop").css("top",h + "px");

  

//Función para cerrar el popup 
   jQuery("#pop").click(function (){ 
      jQuery(this).fadeOut('slow'); 
   });

});

function mostrar2() {
	jQuery.noConflict(); 
   jQuery("#pop2").fadeIn('slow');
   //temporizador, para que no aparezca de golpe 

} //checkHover	

jQuery(document).ready(function (){
//Conseguir valores de la img 
   var img_w = jQuery("#pop2 img").width() + 10; 
   var img_h = jQuery("#pop2 img").height() + 40; 

//Darle el alto y ancho 
   jQuery("#pop2").css('width', img_w + 'px'); 
   jQuery("#pop2").css('height', img_h + 'px'); 
    
   //Esconder el popup 
   jQuery("#pop2").hide();

 //Consigue valores de la ventana del navegador 
   var w = jQuery(this).width(); 
   var h = jQuery(this).height(); 
    
   //Centra el popup    
   w = (w-350) - (img_w); 
   h = (h-170) - (img_h); 
   jQuery("#pop2").css("left",w + "px"); 
   jQuery("#pop2").css("top",h + "px");

  

//Función para cerrar el popup 
   jQuery("#pop2").click(function (){ 
      jQuery(this).fadeOut('slow'); 
   });

});

function mostrar3() { 
jQuery.noConflict();
   jQuery("#pop3").fadeIn('slow');
   //temporizador, para que no aparezca de golpe 

} //checkHover	

jQuery(document).ready(function (){
//Conseguir valores de la img 
   var img_w = jQuery("#pop3 img").width() + 10; 
   var img_h = jQuery("#pop2 img").height() + 40; 

//Darle el alto y ancho 
   jQuery("#pop3").css('width', img_w + 'px'); 
   jQuery("#pop3").css('height', img_h + 'px'); 
    
   //Esconder el popup 
   jQuery("#pop3").hide();

 //Consigue valores de la ventana del navegador 
   var w = jQuery(this).width(); 
   var h = jQuery(this).height(); 
    
   //Centra el popup    
   w = (w-250) - (img_w); 
   h = (h-370) - (img_h); 
   jQuery("#pop3").css("left",w + "px"); 
   jQuery("#pop3").css("top",h + "px");

  

//Función para cerrar el popup 
   jQuery("#pop3").click(function (){ 
      jQuery(this).fadeOut('slow'); 
   });

});

function mostrar4() { 
jQuery.noConflict();
   jQuery("#pop4").fadeIn('slow');
   //temporizador, para que no aparezca de golpe 

} //checkHover	

jQuery(document).ready(function (){
//Conseguir valores de la img 
   var img_w = jQuery("#pop4 img").width() + 10; 
   var img_h = jQuery("#pop4 img").height() + 40; 

//Darle el alto y ancho 
   jQuery("#pop4").css('width', img_w + 'px'); 
   jQuery("#pop4").css('height', img_h + 'px'); 
    
   //Esconder el popup 
   jQuery("#pop4").hide();

 //Consigue valores de la ventana del navegador 
   var w = jQuery(this).width(); 
   var h = jQuery(this).height(); 
    
   //Centra el popup    
   w = (w) - (img_w); 
   h = (h) - (img_h); 
   jQuery("#pop4").css("left",w + "px"); 
   jQuery("#pop4").css("top",h + "px");

  

//Función para cerrar el popup 
   jQuery("#pop4").click(function (){ 
      jQuery(this).fadeOut('slow'); 
   });

});

function mostrar5() {
	jQuery.noConflict(); 
   jQuery("#pop5").fadeIn('slow');
   //temporizador, para que no aparezca de golpe 

} //checkHover	

jQuery(document).ready(function (){
//Conseguir valores de la img 
   var img_w = jQuery("#pop5 img").width() + 10; 
   var img_h = jQuery("#pop5 img").height() + 40; 

//Darle el alto y ancho 
   jQuery("#pop5").css('width', img_w + 'px'); 
   jQuery("#pop5").css('height', img_h + 'px'); 
    
   //Esconder el popup 
   jQuery("#pop5").hide();

 //Consigue valores de la ventana del navegador 
   var w = jQuery(this).width(); 
   var h = jQuery(this).height(); 
    
   //Centra el popup    
   w = (w-250) - (img_w); 
   h = (h-370) - (img_h); 
   jQuery("#pop5").css("left",w + "px"); 
   jQuery("#pop5").css("top",h + "px");

  

//Función para cerrar el popup 
   jQuery("#pop5").click(function (){ 
      jQuery(this).fadeOut('slow'); 
   });

});

function mostrar6() { 
jQuery.noConflict();
   jQuery("#pop6").fadeIn('slow');
   //temporizador, para que no aparezca de golpe 

} //checkHover	

jQuery(document).ready(function (){
//Conseguir valores de la img 
   var img_w = jQuery("#pop6 img").width() + 10; 
   var img_h = jQuery("#pop6 img").height() + 40; 

//Darle el alto y ancho 
   jQuery("#pop6").css('width', img_w + 'px'); 
   jQuery("#pop6").css('height', img_h + 'px'); 
    
   //Esconder el popup 
   jQuery("#pop6").hide();

 //Consigue valores de la ventana del navegador 
   var w = jQuery(this).width(); 
   var h = jQuery(this).height(); 
    
   //Centra el popup    
   w = (w-250) - (img_w); 
   h = (h-370) - (img_h); 
   jQuery("#pop6").css("left",w + "px"); 
   jQuery("#pop6").css("top",h + "px");

  

//Función para cerrar el popup 
   jQuery("#pop6").click(function (){ 
      jQuery(this).fadeOut('slow'); 
   });

});
