function imagenes(cual,cual2,cual3,pie){ 
	nombre='Grande'+cual3;
	//destino2=document.getElementById('Grande').src;
	//destino2= destino2.split("imag.php").join("imag_thum.php");
	//destino2= destino2.split("Id_contenido").join("Id");
	//destino2= destino2.split("Id_imagen").join("Id2");    
	destino="/generico/imag.php?Id_contenido="+cual+"&amp;Id_imagen="+cual2;
	//alert(destino2);
	//alert(nombre);
	document.getElementById('Grande').src=destino;
	document.getElementById('Piefoto').innerHTML=pie;	
	//document.getElementById('Grande'+cual3).src=destino2;
}
function enviar_ampliar(){
	if (document.articulos.Id_contenido.value!=''){
		window.location='ampliar.php?Id_contenido='+document.articulos.Id_contenido.value;
	}
}

