// JavaScript Document


// privacy page popup
function pop2() {
  hwin=window.open('', '_hwin', 'resizable=1,width=600,height=700,scrollbars=yes');
  hwin.forward;
  hwin.focus();
  hwin.rwin=top;
  hwin.rwin.helpwin=1;
}

// GOOGLE AD POPUP
function popG() {
  hwin=window.open('', '_hwin', 'resizable=1,width=1050,height=695,scrollbars=auto');
  hwin.forward;
  hwin.focus();
  hwin.rwin=top;
  hwin.rwin.helpwin=1;
}

// RESULTS REPORT POPUP
function popR() {
  hwin=window.open('', '_hwin', 'resizable=1,width=1050,height=866,scrollbars=auto');
  hwin.forward;
  hwin.focus();
  hwin.rwin=top;
  hwin.rwin.helpwin=1;
}
