	<!--

	function ventanaclima (str)
	{
	Win = window.open(str, "Win",
	"toolbar=yes,location=no,directories=no,status=no" +
	",menubar=no,scrollbars=yes,resizable=yes" +
	",width=605,height=450,screenx=20,left=20,screeny=20,top=20");
	}

	// -->