

function openPrivacyWindow(target)
{
    setWindowProperties('width=790,height=480,resizable,scrollbars=no');
    openWindow(target);
}

