<!--
	function openwinley (str)
	{
	Win = window.open(str, "Ley",
	"toolbar=yes,location=yes,directories=no,status=no" +
	",menubar=no,scrollbars=yes,resizable=yes" +
	",top=20,left=20,width=660,height=300");
	}
// -->