
function abrirPrincipal()
{
	if (window.name)
	{  }
	else {
        this.location.replace("../index.html");
	}
}


