function ShowLayer(){
		document.getElementById("cortina").style.visibility="visible";
	}
	
function hideLayer(){
		document.getElementById("cortina").style.visibility="hidden";
	}