function CarteSite(Cible)
{
     if (document.images)
      {
       if (window.screen) degauche=window.screen.width-560; else degauche=100;
       F=window.open(Cible,"Navigation",
       "height=550,width=550,scrollbars=1,left=" + degauche + ",top=0")
      }
}

