if( screen ){ changepopLeft = parseInt(screen.width / 2) - 296; changepopTop = parseInt(screen.height / 2) - 273;}

function openReasons() {
 window.open('reasons.html','Reasons','scrollbars=no,status=no,width=592,height=545,left='+changepopLeft+',top='+changepopTop+'')
  }
  
if( screen ){ changepopLeftP = parseInt(screen.width / 2) - 296; changepopTopP = parseInt(screen.height / 2) - 211;}

function openPrivacy() {
 window.open('privacy.html','Privacy','scrollbars=no,status=no,width=592,height=422,left='+changepopLeftP+',top='+changepopTopP+'')
  }
  