function privacyStatement() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 200
topPos = (screen.height / 2) - 250
}
ElementWindow = window.open('../privacy-statement.php','ElementWin','width=400,height=500,scrollbars=yes,left='+leftPos+',top='+topPos)
} 

function legalNotice() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 200
topPos = (screen.height / 2) - 250
}
ElementWindow = window.open('../legal-notice.php','ElementWin','width=400,height=500,scrollbars=yes,left='+leftPos+',top='+topPos)
} 
