function popPrivacy(w,h) {
 if(screen.width) {
  x = (screen.width-w)/2 - 10
  y = (screen.height-h)
 }
 else {
  x = 150
  y = 100
 }
 window.open('games-games-legal/privacy_policy.htm','privacy_policy','scrollbars=yes,resizable=no,width='+w+',height='+h+',top= 0,left=50')
}

function popTerms(w,h) {
 if(screen.width) {
  x = (screen.width-w)/2 - 10
  y = (screen.height-h)
 }
 else {
  x = 150
  y = 100
 }
 window.open('games-games-legal/terms_of_use.htm','terms_of_use','scrollbars=yes,resizable=no,width='+w+',height='+h+',top= 0,left=50')
}

function popPrivacy2(w,h) {
 if(screen.width) {
  x = (screen.width-w)/2 - 10
  y = (screen.height-h)
 }
 else {
  x = 150
  y = 100
 }
 window.open('../games-games-legal/privacy_policy.htm','privacy_policy','scrollbars=yes,resizable=no,width='+w+',height='+h+',top= 0,left=50')
}
function popTerms2(w,h) {
 if(screen.width) {
  x = (screen.width-w)/2 - 10
  y = (screen.height-h)
 }
 else {
  x = 150
  y = 100
 }
 window.open('../games-games-legal/terms_of_use.htm','terms_of_use','scrollbars=yes,resizable=no,width='+w+',height='+h+',top= 0,left=50')
}

function popPrivacy3(w,h) {
 if(screen.width) {
  x = (screen.width-w)/2 - 10
  y = (screen.height-h)
 }
 else {
  x = 150
  y = 100
 }
 window.open('../../../games-games-legal/privacy_policy.htm','privacy_policy','scrollbars=yes,resizable=no,width='+w+',height='+h+',top= 0,left=50')
}
function popTerms3(w,h) {
 if(screen.width) {
  x = (screen.width-w)/2 - 10
  y = (screen.height-h)
 }
 else {
  x = 150
  y = 100
 }
 window.open('../../../games-games-legal/terms_of_use.htm','terms_of_use','scrollbars=yes,resizable=no,width='+w+',height='+h+',top= 0,left=50')
}
function popPrivacy4(w,h) {
 if(screen.width) {
  x = (screen.width-w)/2 - 10
  y = (screen.height-h)
 }
 else {
  x = 150
  y = 100
 }
 window.open('../../games-games-legal/privacy_policy.htm','privacy_policy','scrollbars=yes,resizable=no,width='+w+',height='+h+',top= 0,left=50')
}
function popTerms4(w,h) {
 if(screen.width) {
  x = (screen.width-w)/2 - 10
  y = (screen.height-h)
 }
 else {
  x = 150
  y = 100
 }
 window.open('../../games-games-legal/terms_of_use.htm','terms_of_use','scrollbars=yes,resizable=no,width='+w+',height='+h+',top= 0,left=50')
}

