function popup(URL,alto,ancho,left,top) {

	window.open(URL,'titulo','height='+alto+',width='+ancho+',left='+left+',top='+top);

}

function cambiarImagen( imgName, newSrc )
	{
		document.images[imgName].src = newSrc;
	}
