<!--
	function swap_images(nombre,imagen){	
		document.images[nombre].src = imagen;
	}	
-->
