// JavaScript Document

function mostrarimagen(imagen,enlace)
{	var etiquetaimg = "<a href='"+enlace+"'><img src='images"+imagen+"' alt='' width='517' height='300' /></a>";
	document.getElementById('imagencambiante').innerHTML = etiquetaimg;
}