/*
Copyright © 2003 JeanneInThePress
http://www.jeanneinthepress.com
Le site non officiel sur la carrière de Jeanne Mas à travers la presse
*/

function TestPlateForme ()
{
  GetNavigator ();
  var theFrm = window.frames["iframe"];
  if (cestOk == 1)
  {
    window.location.replace ('./accueil/accueil.php');
  }
  else
  {
    theFrm.location = './Navigator.html';
  }
}

