function _pop_affiche() {

  var expires_date = new Date();

  expires_date.setTime(expires_date.getTime() + 0);

  _Set_Cookie('REJECT_18775051', 'YES', expires_date,'/','','');

  var html = '<html><head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">  <title>Econovista</title>  <style type="text/css"><!--body { font-family: Verdana; font-size: x-small; }// --></style>  <script language="javascript">var _popExit = false;function _pop_valid() {  _popExit = true;  features = \'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes\';  window.open(\'http://www.areyounet.com/runet/client/Reponse?i=18775051&s=EBE94\', \'\', features);}function _pop_cancel() {  if (!_popExit) {    _popExit = false;  }}  </script></head><body bgcolor="#FFFFFF" text="#000000"><p><img src="http://media.areyounet.com/media/1508/32886_f_picture_small.jpg" style="WIDTH: 345px; HEIGHT: 164px" height="185" width="444" border="0"></p><p><font color="#993300" size="5"><em>  <strong>Econovista</strong></em> s\'améliore:</font></p><p><font color="#993300" size="3">  <strong>Afin de mieux répondre à vos attentes, nous vous invitons à remplir notre questionnaire de satisfaction.</strong></font></p><p><a href="Javascript:_pop_valid();window.close();"><font color="#993300" size="3">Accepte de répondre</font></a></p><p><font color="#993300" size="3">  <strong>L\'Equipe <em>Econovista</em> vous remercie de votre collaboration.</strong></font></p></body></html>';

  var winWidth = '768';

  var winHeight = '569';

  var winPosX = '250';

  var winPosY = '3';

  var winScrollBars = 'yes';

  var largeAsc = (winScrollBars == 'no' ? 0 : (navigator.appName=='Netscape' ? 15 : 16));

  var largeScr = 10;

  var hautScr = 29;

  var features = 'toolbar=no,location=no,directories=no,status=no,menubar=no,';

  features += ',scrollbars='+(winScrollBars=='no' ? 'no' : 'yes');

  if (winWidth != '' || winHeight != '') {

    features += ',resizable=no';

    if (winWidth == '') {

    } else if (winWidth == 'SCREEN') {

      features += ',width='+(screen.width-largeScr);

    } else {

      large = parseInt(winWidth) + largeAsc;

      features += ',width=' + large;

    }

    if (winHeight == '') {

    } else if (winHeight == 'SCREEN') {

      features += ',height='+(screen.height-hautScr);

    } else {

      features += ',height='+winHeight;

    }

  } else {

    features += ',resizable=yes';

  }

  if (winPosX != '' || winWidth == 'SCREEN') {

    if (winPosX == 'LEFT' || winWidth == 'SCREEN') {

      features += ',left=0,screenX=0';

    } else if (winPosX == 'CENTER' && winWidth != '') {

      large = parseInt(winWidth)+largeAsc;

      posX = parseInt((screen.width-largeScr-large)/2);

      features += ',left='+posX+',screenX='+posX;

    } else if (winPosX == 'RIGHT' && winWidth != '') {

      large = parseInt(winWidth)+largeAsc;

      posX = screen.width-largeScr-large;

      features += ',left='+posX+',screenX='+posX;

    }

  }

  if (winPosY != '' || winHeight == 'SCREEN') {

    if (winPosY == 'TOP' || winHeight == 'SCREEN') {

      features += ',top=0,screenY=0';

    } else if (winPosY == 'MIDDLE' && winHeight != '') {

      posY = parseInt((screen.height-hautScr-winHeight)/2);

      features += ',top='+posY+',screenY='+posY;

    } else if (winPosY == 'BOTTOM' && winHeight != '') {

      posY = screen.height-hautScr-winHeight;

      features += ',top='+posY+',screenY='+posY;

    }

  }

  win = window.open('', '_popAYN', features);

  if (win) {

  win.blur();

  window.focus();

  win.document.open();

  win.document.write(html);

  win.document.close();

  win.window.document.body.onunload = function() { win.window._pop_cancel(); }

  }

}

function _Get_Cookie(name) {

  var start = document.cookie.indexOf(name);

  var len = start+name.length+1;

  if ((!start) && (name != document.cookie.substring(0,name.length))) return null;

  if (start == -1) return null;

  var end = document.cookie.indexOf(';',len);

  if (end == -1) end = document.cookie.length;

  return unescape(document.cookie.substring(len,end));

}



function _Set_Cookie(name,value,expires,path,domain,secure) {

  document.cookie = name + '=' +escape(value) +

    ((expires) ? ';expires=' + expires.toGMTString() : '') +

    ((path) ? ';path=' + path : '') + 

    ((domain) ? ';domain=' + domain : '') +

    ((secure) ? ';secure' : '');

}

var affiche = true;

var arc = _Get_Cookie('REJECT_18775051');

if ((arc)&&(arc=='YES')) {

  affiche = false;

}

if (affiche) {

  var _popExit = false;

  window.onunload = function() { _pop_affiche(); }

}

