function TrocaFilme(id){
	if (id != ""){
		document.location.href = "lazer.asp?FILM_PK_ID=" + id + "#aSalas";
	}
}

function TrocaSala(sala){
	if (sala != ""){
		document.location.href = "lazer.asp?HORA_SALA=" + sala + "#aSalas";
	}		
}

function AbrirCadastro(){
	url = "popup_cadastro.asp";
	AbrePopUp(url,"PopCadastro",490,500);
}

