	function theme() {
		
		var numero = top.location.search.substring(1);
		
		if (numero !="") {
			if ((numero == "Colombia") || ( numero == "colombia") ) {
				var pais="Colombia5";
				document.write("<link rel='stylesheet' type='text/css' href='comun_"+pais+".css' />");
				
				var HIGHLIGHT_COLOR = 'white';
				var HIGHLIGHT_BG    = 'blue';			
				
			}
			if ((numero == "temp") || ( numero == "temp") ) {
				var pais="temp";
				document.write("<link rel='stylesheet' type='text/css' href='comun_"+pais+".css' />");
				
				//sobre escribe los valares del TREE
				var HIGHLIGHT_COLOR = 'white';
				var HIGHLIGHT_BG    = 'blue';				
			}		
		}
		else {
		}
		
		//por ahora sera siempre igual.. peor podria ser dif . borrando esto y susando lo de arriba
		var HIGHLIGHT_COLOR = 'white';
		var HIGHLIGHT_BG    = '#666699';	
		
	}	



if (location == top.location) {
	location="index.html";
	}
 	
function cambio_etiqueta(eti,pagina) {
	if (eti=="chat") {
		cambia_chat(0);
		document.getElementById("botonchat").className = 'etiqueta_marcada';
		document.getElementById("botonguia").className = 'etiqueta_nomarcada';
		document.getElementById("botonuser").className = 'etiqueta_nomarcada';		
		document.getElementById("botonmsn").className = 'etiqueta_nomarcada';		
		if (document.all) { document.getElementById("chat").style.display ="block"; }
		else {document.getElementById("chat").className ="x-show-display";}
		
		
		document.getElementById("user").style.display ="none";		
		document.getElementById("guia").style.display ="none";
		document.getElementById("recomendados").style.display ="none";
		document.getElementById("msn").style.display ="none";

				
		document.getElementById("botonrecomendados").className = 'etiqueta_nomarcada';
	}
	if (eti=="msn") {
		document.getElementById("botonmsn").className = 'etiqueta_marcada';
		document.getElementById("botonguia").className = 'etiqueta_nomarcada';
		document.getElementById("botonchat").className = 'etiqueta_nomarcada';
		document.getElementById("botonrecomendados").className = 'etiqueta_nomarcada';
		document.getElementById("botonuser").className = 'etiqueta_nomarcada';	
			
		if (document.all) {document.getElementById("chat").style.display ="none";}
		else {document.getElementById("chat").className ="x-hide-display";}
		document.getElementById("user").style.display ="none";	
		document.getElementById("recomendados").style.display ="none";
		document.getElementById("guia").style.display ="none";			
		document.getElementById("msn").style.display ="block";
		
		if ((document.getElementById("msn").innerHTML=="") ) {			
			document.getElementById("msn").innerHTML="<iframe id='framerecomendados' src='pa_iframe_msn.html?http://sandiego.ebuddy.com/vo7.7.5/start.html' scrolling='yes' style='width:480; height:420px' frameborder='0'></iframe>";		
		}			
	}	
	if (eti=="guia") {
		document.getElementById("botonguia").className = 'etiqueta_marcada';
		document.getElementById("botonchat").className = 'etiqueta_nomarcada';
		document.getElementById("botonrecomendados").className = 'etiqueta_nomarcada';
		document.getElementById("botonuser").className = 'etiqueta_nomarcada';	
		document.getElementById("botonmsn").className = 'etiqueta_nomarcada';		
			
		if (document.all) {document.getElementById("chat").style.display ="none";}
		else {document.getElementById("chat").className ="x-hide-display";}
		document.getElementById("user").style.display ="none";	
		document.getElementById("recomendados").style.display ="none";
		document.getElementById("msn").style.display ="none";
			
		
		document.getElementById("guia").style.display ="block";
		document.getElementById("guia_contenido").style.display ="block";
		document.getElementById("guia_contenido_recomendados").style.display ="none";
	}
	if (eti=="recomendados") {
		
		document.getElementById("botonrecomendados").className = 'etiqueta_marcada';
		document.getElementById("botonguia").className = 'etiqueta_nomarcada';
		document.getElementById("botonchat").className = 'etiqueta_nomarcada';
		document.getElementById("botonuser").className = 'etiqueta_nomarcada';	
		document.getElementById("botonmsn").className = 'etiqueta_nomarcada';		
			
		
/*
		if (document.all) {document.getElementById("chat").style.display ="none";}
		else {document.getElementById("chat").className ="x-hide-display";}
		document.getElementById("user").style.display ="none";		
		document.getElementById("guia").style.display ="none";
		document.getElementById("msn").style.display ="none";
*/

		if (document.all) {document.getElementById("chat").style.display ="none";}
		else {document.getElementById("chat").className ="x-hide-display";}
		document.getElementById("user").style.display ="none";	
		document.getElementById("recomendados").style.display ="none";
		document.getElementById("msn").style.display ="none";
		
		document.getElementById("guia").style.display ="block";
		document.getElementById("guia_contenido").style.display ="none";
		document.getElementById("guia_contenido_recomendados").style.display ="block";
		if ((pagina != "") && (pagina != null)) {
			document.getElementById("guia_contenido_recomendados").innerHTML="<iframe  id='framerecomendados' src='"+pagina+"' scrolling='auto' style='width:320px; height:415px' frameborder='0'></iframe>";	
		}
		else if ((document.getElementById("guia_contenido_recomendados").innerHTML=="") ) {	
			document.getElementById("guia_contenido_recomendados").innerHTML="<iframe id='framerecomendados' src='recomendados.html' scrolling='auto' style='width:320; height:415px' frameborder='0'></iframe>";
		}			
/*				
		document.getElementById("recomendados").style.display ="block";
		if ((pagina != "") && (pagina != null)) {
			document.getElementById("recomendados").innerHTML="<iframe  id='framerecomendados' src='"+pagina+"' scrolling='auto' style='width:445px; height:375px' frameborder='0'></iframe>";		
		}
		else if ((document.getElementById("recomendados").innerHTML=="") ) {
			
			document.getElementById("recomendados").innerHTML="<iframe id='framerecomendados' src='recomendados.html' scrolling='auto' style='width:445; height:375px' frameborder='0'></iframe>";
		}	
				
*/		
	}	
	if (eti=="user") {
		document.getElementById("botonuser").className = 'etiqueta_marcada';
		document.getElementById("botonchat").className = 'etiqueta_nomarcada';
		document.getElementById("botonguia").className = 'etiqueta_nomarcada';
		document.getElementById("botonmsn").className = 'etiqueta_nomarcada';		
		
		document.getElementById("botonrecomendados").className = 'etiqueta_nomarcada';
		if (document.all) {document.getElementById("chat").style.display ="none";}
		else {document.getElementById("chat").className ="x-hide-display";}
		document.getElementById("guia").style.display ="none";
		document.getElementById("user").style.display ="block";
		document.getElementById("recomendados").style.display ="none";
		document.getElementById("msn").style.display ="none";
	
		if ((document.getElementById("user").innerHTML=="") ) {
			document.getElementById("user").innerHTML="<iframe id='frameuser' src='/canales/' scrolling='auto' style='width:450px; height:375px' frameborder='0'></iframe>";
			}		
		if ((pagina != "") && (pagina != null)) {
			document.getElementById("user").innerHTML="<iframe  id='frameuser' src='"+pagina+"' scrolling='auto' style='width:450px; height:375px' frameborder='0'></iframe>";		
		}
	}	
}



var addthis_share = new Object(); 



var control="uno";

function manda_a_ver_favs() {
	var myNode = findObj("nodefav");
//	var myNode = findObj("nodebusqueda");
	highlightObjLink(myNode);
	
	alcualiza_li_favs();
	cambio_etiqueta('guia');

}
function iniciatodo() {
	
  var myNode = findObj("nodetodas");
  myNode.forceOpeningOfAncestorFolders();	
	parent.framevideo.document.getElementById('video').innerHTML="";
	parent.framevideo.inicio0();
	var numero = top.location.search.substring(1);
	if (numero == "") manda_a_ver_favs();
	parent.framevideo.inicio();
	

	doAtLoad();

}
