function AvisoLegalAbrir(idioma)
{
    var wnd = window.open("../_common/AvisoLegal_" + idioma + ".aspx", "_blank", "channelmode=no, directories=no, menubar=no, titlebar=no, scrollbars=yes, status=no,toolbar=no, resizable=no, top=5, left=5, width=430, height=550");
	wnd.focus();
}

function AutoresBuscar()
{
	var autor = document.getElementById("AutorId").value;
	var pais = document.getElementById("PaisId").value;
	
	document.getElementById("FormAutoresBuscar").action =  "AutoresListado.aspx?" +
															"&Aut=" + autor + 
															"&Pai=" + pais;
	document.getElementById("FormAutoresBuscar").submit();
}

function PrivacidadAbrir(idioma)
{
    var wnd = window.open("../_common/PrivacidadDatos_" + idioma + ".aspx", "_blank", "channelmode=no, directories=no, menubar=no, titlebar=no, scrollbars=yes, status=no,toolbar=no, resizable=no, top=5, left=5, width=430, height=550");
	wnd.focus();
}

function DerechosBuscar()
{
	var tematica = document.getElementById("TematicaId").value;
	var autor = document.getElementById("Autor").value;
	var titulo = document.getElementById("Titulo").value;
	var ano = document.getElementById("Ano").value;
	var busqueda = document.getElementById("Busqueda").value;
	
	document.getElementById("FormDerechosBuscar").action =  "DerechosListado.aspx?" +
															"bus=" + busqueda + 	
															"&tem=" + tematica + 
															"&aut=" + autor + 
															"&tit=" + titulo +
															"&ano=" + ano;
	document.getElementById("FormDerechosBuscar").submit();
}

function EnviarAmigoCerrar()
{
	window.top.document.getElementById("EnviaAmigo").style.display = "none";	
}

function EnviarAmigoMostrar(idioma)
{	
	var frame;
	
	if (document.frames)
	{
		frame = document.frames["FrameEnviaAmigo"];
		frame.location = "../_common/EnviarAmigo.aspx?idi=" + idioma;
	}
	else
	{
		frame = document.getElementById("FrameEnviaAmigo");
		frame.src = "../_common/EnviarAmigo.aspx?idi=" + idioma;
	}
	document.getElementById("EnviaAmigo").style.display = "inline";	
}

function HerramientasGenerar(pagina, idioma, texto, web, webUrl, audio, audioUrl, video, videoUrl, contacto, contactoUrl, envio, impresion, descarga, descargaUrl)
{

	var audio_En = "Audio";
	var audio_Es = "Audio";
	var contacto_En = "Contact";
	var descarga_En = "Download PDF";
	var descarga_Es = "Descarga PDF";
	var envio_En = "Send to a friend";
	var envio_Es = "Enviar a un amigo";
	var impresion_En = "Print";
	var impresion_Es = "Imprimir";
	var objId = "ContenidosInterior";
	var textoAumentar_En = "To increase text";
	var textoAumentar_Es = "Aumentar texto";
	var textoDisminuir_En = "To diminish text";
	var textoDisminuir_Es = "Disminuir texto";
	var video_En = "Video";
	var video_Es = "Video";
	var web_En = "Web";
	var web_Es = "Web";
	var webpromocional_En = "";
	var webpromocional_Es = "";
	
	switch (pagina)
	{
		case "Autores":
		    var objId = "ContenidosAutoresInterior";
			break;
		case "AutoresFicha":
			var web_En = "Author's website";
			var web_Es = "Web del autor";
			var objId = "ContenidosAutoresInterior";
			break;
		case "DerechosFicha":
			var webpromocional_En = "Promotional website";
			var webpromocional_Es = "Web promocional";
			break;	
	}
	
	var html = "<img src=\"/_img/HerramientasSeparador.gif\" style=\"margin:0px 3px;\" />";
	if (pagina == "DerechosFicha" && web)
	{
		html += "<a href=\"" + webUrl + "\" target=\"_blank\"><img src=\"../_img/OpcZoom.gif\" alt=\"" + eval("web_" + idioma) + "\" title=\"" + eval("web_" + idioma) + "\" /> " + eval("webpromocional_" + idioma) + "</a>";
		html += "<img src=\"/_img/HerramientasSeparador.gif\" style=\"margin:0px 3px;\" />";
	}
	
	if (contacto)
	{
		html += "&nbsp;<a href=\"mailto:" + contactoUrl + "\" target=\"_blank\">" + eval("contacto_En") + "</a>&nbsp;";
		html += "<img src=\"/_img/HerramientasSeparador.gif\" style=\"margin:0px 3px;\" />";
	}
	
	if (texto)
	{
		html += "<img src=\"/_img/OpcDisminuirTexto.gif\" alt=\"" + eval("textoDisminuir_" + idioma) + "\" title=\"" + eval("textoDisminuir_" + idioma) + "\" onclick=\"HnlTextChangeSize('" + objId + "', -1, 11, 16)\" style=\"cursor:pointer;\" />";
		html += "<img src=\"/_img/HerramientasSeparador.gif\" style=\"margin:0px 3px;\" />";
		html += "<img src=\"/_img/OpcAumentarTexto.gif\" alt=\"" + eval("textoAumentar_" + idioma) + "\" title=\"" + eval("textoAumentar_" + idioma) + "\" onclick=\"HnlTextChangeSize('" + objId + "', 1, 11, 16)\" style=\"cursor:pointer;\" />";
		html += "<img src=\"/_img/HerramientasSeparador.gif\" style=\"margin:0px 3px;\" />";
	}
	
	if (pagina != "DerechosFicha" && web)
	{
		html += "<a href=\"" + webUrl + "\" target=\"_blank\"><img src=\"../_img/OpcZoom.gif\" alt=\"" + eval("web_" + idioma) + "\" title=\"" + eval("web_" + idioma) + "\" /> " + eval("webpromocional_" + idioma) + "</a>";
		html += "<img src=\"/_img/HerramientasSeparador.gif\" style=\"margin:0px 3px;\" />";
	}		

	if (audio)
	{
		html += "<a href=\"" + audioUrl + "\"><img src=\"../_img/OpcAudio.gif\" alt=\"" + eval("audio_" + idioma) + "\" title=\"" + eval("audio_" + idioma) + "\" /></a>";
		html += "<img src=\"/_img/HerramientasSeparador.gif\" style=\"margin:0px 3px;\" />";
	}
	
	if (video)
	{
		html += "<a href=\"" + videoUrl + "\"><img src=\"../_img/OpcVideo.gif\" alt=\"" + eval("video_" + idioma) + "\" title=\"" + eval("video_" + idioma) + "\" /></a>";
		html += "<img src=\"/_img/HerramientasSeparador.gif\" style=\"margin:0px 3px;\" />";
	}
	
	if (envio)
	{
		html += "<img src=\"/_img/OpcSobre.gif\" alt=\"" + eval("envio_" + idioma) + "\" title=\"" + eval("envio_" + idioma) + "\" onclick=\"EnviarAmigoMostrar('" + idioma + "')\" style=\"cursor:pointer;\" />";
		html += "<img src=\"/_img/HerramientasSeparador.gif\" style=\"margin:0px 3px;\" />";
	}
	
	if (impresion)
	{
		html += "<img src=\"/_img/OpcImpresora.gif\" alt=\"" + eval("impresion_" + idioma) + "\" title=\"" + eval("impresion_" + idioma) + "\" onclick=\"Imprimir()\" style=\"cursor:pointer;\" />";
		html += "<img src=\"/_img/HerramientasSeparador.gif\" style=\"margin:0px 3px;\" />";
	}
	
	if (descarga)
	{
		html += "<a href=\"" + descargaUrl + "\" target=\"_blank\"><img src=\"../_img/IconoPdf.jpg\" alt=\"" + eval("descarga_" + idioma) + "\" title=\"" + eval("descarga_" + idioma) + "\" /></a>";
		html += "<img src=\"/_img/HerramientasSeparador.gif\" style=\"margin:0px 3px;\" />";
	}
	
	
	document.write(html);
}

function Imprimir(pagina)
{
	window.print();
}

function Ir(url, target)
{
	if (target == null || url == "../Noticias/Noticias.aspx")
		window.location.href = url;
	else
		window.open(url, target);	
}

function MenuCambiarEstado(obj, estado, preestado)
{
	if (typeof(obj) == "string")
		obj = document.getElementById(obj);
		
	var file = unescape(obj.src);

	var start = file.lastIndexOf("[");
	var end = file.lastIndexOf("]");

	if (start < 0 || end < 0)
		return;

	var estadoActual = file.substring(start + 1, end);
	
	if (preestado)
		if (preestado != estadoActual)
			return;
	
	if (estadoActual == "On" && estado == "Lite")
		return;
		
	var file = file.substr(0, start + 1) + estado + file.substr(end);
	obj.src = file;
}

function NewsletterBaja()
{
	document.getElementById("FormNewsletterBaja").action = "../Derechos/DerechosBaja.aspx";
	document.getElementById("FormNewsletterBaja").submit();
}

function TagsQuitar(html)
{
	var Html = new String(html);
	var tagIn = false;
	var texto = new String();

	for (var i = 0; i < Html.length; i++)
	{
		if (tagIn)
		{
			if (Html.charAt(i) == '>')
				tagIn = false;
			continue;
		}
		
		if (Html.charAt(i) == '<')
		{
			tagIn = true;
			continue;
		}
		texto += Html.charAt(i);
	}
	return texto;
}

function ZonaMostrar(zona, archivo, imagen)
{
	//Cuando se carga un archivo de audio, el mediaplayer.swf muestra una imagen.
	document.getElementById(zona).style.display = "";				
	if (zona == "DivFlash")
	{	
		document.getElementById("DivImagen").style.display = "none";
		CreateFlash("ControlVideo", 
		  "Video", 
		  "/_media/MediaPlayer.swf?Media=" + archivo + "&Imagen=" + imagen,
		  "263",
		  "276",
		  [["bgcolor"],["FFFFFF"]]);
	}
	else
		document.getElementById("DivFlash").style.display = "none";	
}

HnlTextChangeInitialSize(11);