function show_relative () {

document.getElementById("paypal").style.top =document.getElementById("punto").offsetTop ;
document.getElementById("paypal").style.left=document.getElementById("punto").offsetLeft;
document.getElementById("face").style.top =document.getElementById("punto").offsetTop ;
document.getElementById("face").style.left=document.getElementById("punto").offsetLeft; 
   }    

var video = false;

function cambiar_canal(elvideo)    {
    if (video != false)    document.getElementById("embed").removeChild(video);
    video = document.createElement("embed");
    video.src = elvideo;
    video.width= 423;
    video.height=290; 
    
    document.getElementById("embed").appendChild(video);


} 
  
function habilitarPagina() {
	
 	setTimeout("habilitar()",2000);
	 

}


function habilitar() {
	document.getElementById('body').style.overflow = 'auto';
	document.getElementById('capa_cargando').style.visibility = 'hidden';
	document.getElementById('principal').style.opacity = 1;
 	

}



function popup (dir) {

window.open(dir,'','width=600,height=480,top=0,left=0,scrollbars=yes,resizable=no,toolbar=no,menu=no,location=no,status=yes,top=100,left=300')

   }  
   
function popout (dir) {

window.open(dir,'','width=510,height=410,top=0,left=0,scrollbars=yes,resizable=no,toolbar=no,menu=no,location=no,status=yes,top=200,left=0')

   } 
function comentariosabrir (dir) {

window.open(dir,'canales','width=600,height=600,top=0,left=0,scrollbars=no,resizable=no,toolbar=no,menu=no,location=no,status=yes,top=0,left=0')
var c=document.getElementById("video");
c.innerHTML = "";
   }
   function baneados (dir) {

window.open(dir,'Baneados','width=400,height=500,top=0,left=0,scrollbars=no,resizable=no,toolbar=no,menu=no,location=no,status=yes,top=0,left=0')
c.innerHTML = "";
   }
   
   function copyit(theField) {
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
therange=tempval.createTextRange()
therange.execCommand("Copy")
}