
var popUpWin=0;
function popUpWindow(URLStr)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'scrollbars=yes, toolbar=no, location=no, directories=no, status=no, resizable=no, width='+(screen.availWidth-40)+', height='+(screen.availHeight-40)+', left='+20+', top='+0+',screenX='+0+',screenY='+0+'');
}



  if (navigator.appName!='Microsoft Internet Explorer')
  {
        /* Si l'utilisateur n est pas sous IE,                       */
         /* une alerte s affiche avant l execution du code  */

       
  } else {

      /* Le code commence à s executer  */

  if (window.top.frames[0].name == "pubframe") window.top.document.body.rows = "0,*";
  ie5=false;ie4=false;ie55=false;ie6=false;
  ifrUrl = '';
  stopMove();
  stopVis();
  resetVis(window);      
  cachePub();
  window.open = false;
	}
