

var firstLogin=false;


//Ajout TFC : fonction qui permet d'afficher les statistiques au démarrage

function start()
{
 var newWindows = window.open("start.html", null, "height=200, width=400, status=no, " + "toolbar=no, menubar=no, location=no, " + "scrollbars=yes, resizable=yes");

//  if(firstLogin==true)
//  {
    newWindows.close();
//  }
  return true;

}



