	<!--

	function ventanaexterna (str)
	{
	Win = window.open(str, "Win",
	"toolbar=yes,location=yes,directories=yes,status=yes" +
	",menubar=yes,scrollbars=yes,resizable=yes");
	}

	// -->