function mostralayer(mylayer, stato){
	xlayer = document.getElementById(mylayer);
	xlayer.style.visibility = stato;
}
