function showPrivacyWindow() {
    window.open("privacy.php","", "height=400, width=600, top=0, left=0, menubar=0, location=0, resizable=1, status=0, scrollbars=yes");
}