function abrir() {
	GLOBAL_carregou = 1;
	document.formLogin.login.focus();

	if (self != top) {
		top.location = self.location;

	}

}
