
jQuery(document).ready(function(){
			

			$('#player').hide();
			$('#imagen_prevideo_1').hide();
			$('#imagen_prevideo_2').hide();
			$('#imagen_prevideo_3').hide();
			$('#info_video_1').hide();
			$('#info_video_0').show();
			$('#info_video_2').hide();
			$('#info_video_3').hide();
			
			$('#video_0').hover(function(){
			 
			 if (!$('#player').is (':visible')) {
			 $('#info_video_0').show();
			 $('#info_video_1').hide();
			 $('#info_video_2').hide();
			 $('#info_video_3').hide();
			 $('#imagen_prevideo_0').show();
			 $('#imagen_prevideo_1').hide();
			 $('#imagen_prevideo_2').hide();
			 $('#imagen_prevideo_3').hide();
			 }
			});
			
			$('#video_1').hover(function(){
			 if (!$('#player').is (':visible')) {
			 $('#info_video_1').show();
			 $('#info_video_0').hide();
			 $('#info_video_2').hide();
			 $('#info_video_3').hide();
			 $('#imagen_prevideo_1').show();
			 $('#imagen_prevideo_0').hide();
			 $('#imagen_prevideo_2').hide();
			 $('#imagen_prevideo_3').hide();
			 }
			});
			
			$('#video_2').hover(function(){
			 if (!$('#player').is (':visible')) {
			 $('#info_video_2').show();
			 $('#info_video_1').hide();
			 $('#info_video_0').hide();
			 $('#info_video_3').hide();
			 $('#imagen_prevideo_2').show();
			 $('#imagen_prevideo_0').hide();
			 $('#imagen_prevideo_1').hide();
			 $('#imagen_prevideo_3').hide();
			 }
			});
			
			$('#video_3').hover(function(){
			 if (!$('#player').is (':visible')) {
			 $('#info_video_3').show();
			 $('#info_video_1').hide();
			 $('#info_video_0').hide();
			 $('#info_video_2').hide();
			 $('#imagen_prevideo_3').show();
			 $('#imagen_prevideo_0').hide();
			 $('#imagen_prevideo_1').hide();
			 $('#imagen_prevideo_2').hide();
			 }
			});
		
        	$('#video_1').click(function(){
        	 $('#info_video_0').hide();
			 $('#info_video_2').hide();
			 $('#info_video_3').hide();
			$('#info_video_1').show();
			 
            $('#player').hover(
            function(){
		    $('#info_video_1').show();
            $('#info_video_0').hide();
			$('#info_video_2').hide();
			$('#info_video_3').hide();
            },
            function(){
			$('#info_video_1').hide();
            }			
            );
		
    
			});
			
			$('#video_0').click(function(){
			$('#info_video_1').hide();
			 $('#info_video_2').hide();
			 $('#info_video_3').hide(); 
             $('#info_video_0').show();
			   $('#player').hover(
            function(){
             $('#info_video_1').hide();
			 $('#info_video_2').hide();
			 $('#info_video_3').hide(); 
		    $('#info_video_0').show();
            },
            function(){
			$('#info_video_0').hide();
            }			
            );
         
			});
			
			$('#video_2').click(function(){
		
        	$('#info_video_1').hide();
			 $('#info_video_0').hide();
			 $('#info_video_3').hide(); 
             $('#info_video_2').show();
			   $('#player').hover(
            function(){
             $('#info_video_1').hide();
			 $('#info_video_0').hide();
			 $('#info_video_3').hide(); 
		    $('#info_video_2').show();
            },
            function(){
			$('#info_video_2').hide();
            }			
            );
        
        
			});
			
			$('#video_3').click(function(){
			
            $('#info_video_1').hide();
			 $('#info_video_2').hide();
			 $('#info_video_0').hide(); 
             $('#info_video_3').show();
			   $('#player').hover(
            function(){
             $('#info_video_1').hide();
			 $('#info_video_2').hide();
			 $('#info_video_0').hide(); 
		    $('#info_video_3').show();
            },
            function(){
			$('#info_video_3').hide();
            }			
            );
            
            });
			
            
            
				
                });
       
  function verVideo(id){
  $("#contenedor_imagenes").hide();
  $('#player').show();
  if ($('#info_video_1').is (':visible')) {
    
    $('#player').hover(
            function(){
		    $('#info_video_1').show();
            $('#info_video_0').hide();
			$('#info_video_2').hide();
			$('#info_video_3').hide();
            },
            function(){
			$('#info_video_1').hide();
            }			
            );
    
    }
    if ($('#info_video_2').is (':visible')) {
    
    $('#player').hover(
            function(){
		    $('#info_video_2').show();
            $('#info_video_0').hide();
			$('#info_video_1').hide();
			$('#info_video_3').hide();
            },
            function(){
			$('#info_video_2').hide();
            }			
            );
    
    }
    if ($('#info_video_0').is (':visible')) {
    
    $('#player').hover(
            function(){
		    $('#info_video_0').show();
            $('#info_video_1').hide();
			$('#info_video_2').hide();
			$('#info_video_3').hide();
            },
            function(){
			$('#info_video_0').hide();
            }			
            );
    
    }
    if ($('#info_video_3').is (':visible')) {
    
    $('#player').hover(
            function(){
		    $('#info_video_3').show();
            $('#info_video_0').hide();
			$('#info_video_2').hide();
			$('#info_video_1').hide();
            },
            function(){
			$('#info_video_3').hide();
            }			
            );
    
    }
  var so = new SWFObject('/player/new/player-licensed.swf','mpl','280','210','9');
  so.addParam('allowfullscreen','true');
  so.addParam('allowscriptaccess','always');
  so.addParam('wmode','opaque'); 
  so.addVariable('autostart','true');
  so.addVariable('controlbar','over');
  so.addVariable('file','http://www.youtube.com/watch?v='+id);
  so.addVariable('skin','/player/new/modieus.swf');
  so.write('player');
  
  }
                 