document.write('<IFRAME class="bufferFlash" NAME="bufferFrame" ID="bufferFrame"> </IFRAME>');
function CargaFlash(cual,cual2,Titulo){	
	var nuevot=document.createTextNode(Titulo);
	var lugarTexto=document.getElementById('tit_fla');
	var parrafo=lugarTexto.firstChild;
	document.getElementById('tit_fla').replaceChild(nuevot,parrafo);
	parent.bufferFrame.document.location = "/generico/ver_flash2.php?Id="+cual+"&amp;Id2="+cual2;
	
}
function FinalizaCarga(){
	document.getElementById("flash").innerHTML = parent.bufferFrame.document.body.innerHTML
}

function enviar_ampliar(){
	if (document.articulos.Id_contenido.value!='')
	{
		window.location='ampliar.php?Historico=$Historico&amp;Id_contenido='+document.articulos.Id_contenido.value;
	}
}
function imagenes(cual,cual2)
{
	destino="/generico/imag.php?Historico=$Historico&amp;Id_contenido="+cual+"&amp;Id_imagen="+cual2;
	//alert(destino);
	document.getElementById('Grande').src=destino;
}

