function PopupSiteRequirements() {
window.open('/footerPages/require.htm',"require","width=450,height=400,scrollbars=1,toolbar=0,status=1,resizable=1,menubar=0,left=200,top=100");
}

function PopupPrivacy() {
window.open('/footerPages/privacy.htm',"privacy","width=600,height=500,scrollbars=1,toolbar=0,status=1,resizable=1,menubar=0,left=200,top=100");
}

function PopupPrivacySpan() {
window.open('/footerPages/privacySpan.htm',"privacySpan","width=600,height=500,scrollbars=1,toolbar=0,status=1,resizable=1,menubar=0,left=200,top=100");
}

function PopupOtherSites() {
window.open('/about/otherSites.htm',"sites","width=400,height=400,scrollbars=1,toolbar=0,status=1,resizable=1,menubar=0,left=200,top=100");
}