function Fenster()
{
F1 = window.open("privacidade.htm", "_blank", "width=355, height=450, scrollbars");
F1.focus();
}
