var staticTip = new TipObj('staticTip');
with (staticTip)
{
  tips.links1 = new Array('0', '153',165,'BASES DE DONNÉES<br />', '- <a href="elements.htm">Données orbitales   TLE</a><br />' +
                                            '- <a href="avenir.html">(Sats visibles à l&#39oeil nu&)</a><br />' +
											'- <a href="secrets.htm">Satellites espions US</a><br />' +
											'- <a href="listes.htm">Répartition par pays</a><br />' +
											'- <a href="avenir.html">(Catalogues de satellites)</a><br />');

  tips.links2 = new Array('15', '173',165,'OBSERVATIONS<br />','- <a href="logiciel.htm">Logiciels de prévisions</a><br />' +
											'- <a href="avenir.html">(Prévisions en ligne)</a><br />' +
											'- <a href="observer.htm">Observer à l&#39oeil nu</a><br />' +
											'- <a href="observer.htm">Observer aux instruments</a><br />' +
											'- <a href="avenir.html">(Observation positionnelle)</a><br />' +
											'- <a href="avenir.html">(Rapports d&#39observation)</a><br />' +
											'- <a href="obsat.htm">Groupes d`observateurs</a><br />');

  tips.links3 = new Array('29', '193',165,'NAVETTES SPATIALES<br />','- <a href="avenir.html">(Détails techniques)</a><br />' +
											'- <a href="navette.htm">STS - Missions passées</a><br />' +
											'- <a href="navette.htm">STS - Mission en cours</a><br />' +
											'- <a href="navette.htm">STS - Missions à venir</a><br />' +
											'- <a href="dossiersts107.htm">Tragédie de Columbia</a><br />');
											
  tips.links4 = new Array('44', '215',165,'STATIONS SPATIALES<br />','- <a href="iss.htm">Station spatiale internationale</a><br />' +
											'- <a href="mir.htm">Station russe Mir</a><br />' +
											'- <a href="avenir.html">(Station US Skylab)</a><br />' +
											'- <a href="avenir.html">(Stations russes Saliout)</a><br />' +
											'- <a href="previss.htm">Observer la SSI</a><br />' +
											'- <a href="avenir.html">(Pour les radioamateurs)</a><br />');

  tips.links5 = new Array('58', '238',165,'SATELLITES IRIDIUM<br />','- <a href="iridium.htm">Détails sur les sats</a><br />' +
											'- <a href="iridium.htm">Observer des flares</a><br />' +
											'- <a href="avenir.html">(Photos d&#39un satellite)</a><br />' +
											'- <a href="avenir.html">(Photos de flares)</a><br />');

  tips.links6 = new Array('73', '262',165,'ACTUALITÉ SPATIALE<br />','- <a href="http://www.flashespace.com">Flashespace.com</a><br />' +
											'- <a href="actufr.htm">Sites en francais</a><br />' +
											'- <a href="actuan.htm">Sites en anglais</a><br />');

  tips.links7 = new Array('85', '285',165,'RENTRÉES ATMOSPHÉRIQUES<br />','- <a href="rentree.htm">Explications et images</a><br />' +
											'- <a href="rentree.htm">Prévisions actuelles</a><br />' +
											'- <a href="rentree.htm">Prévisions long terme</a><br />' +
											'- <a href="rentree.htm">Rentrées archivées</a><br />');

  tips.links8 = new Array('98', '308',165,'RESSOURCES ÉDUCATIVES<br />','- <a href="Starshine.html">Projet STARSHINE</a><br />' +
											'- <a href="http://www.espace.gc.ca/asc/fr/enfants/enfants.asp">A l&#39Agence canadienne</a><br />' +
											'- <a href="avenir.html">(A la NASA)</a><br />' +
											'- <a href="eduail.htm">Ailleurs sur le web</a><br />' +
											'- <a href="sojourner.htm">Réplique du robot Sojourner</a><br />');

  tips.links9 = new Array('111', '329',165,'AGENCES SPATIALES<br />','- <a href="http://www.espace.gc.ca/asc/fr/default.asp">Agence canadienne</a><br />' +
											'- <a href="nasa.htm">Centres de la NASA</a><br />' +
											'- <a href="agcspa.htm">Agences internationales</a><br />');

  tips.links10 = new Array('72', '290',165,'SUR LE WEB<br />','- <a href="avenir.html">(Entreprises aérospatiales)</a><br />' +
											'- <a href="offsats.htm">Sats en orbite terrestre</a><br />' +
											'- <a href="offsonde.htm">Sondes spatiales</a><br />' +
											'- <a href="persosit.htm">Sites perso</a><br />' +
											'- <a href="astrosit.htm">Sites astronomiques</a><br />' +
											'- <a href="genesat.htm">Autres sites spatiaux</a><br />' +
											'- <a href="autsites.htm">Autres sites non spatiaux</a><br />');

  tips.links11 = new Array('133', '275',165,'AUTEUR<br />','- <a href="mailto:dan.deak@obsat.com">Pour joindre l&#39auteur</a><br />' +
											'- <a href="auteur.htm">Expériences de travail</a><br />' +
											'- <a href="auteur.htm">Expériences spatiales</a><br />' +
											'- <a href="auteur.htm">DJ Spin</a><br />');
										
 
 template = '<table bgcolor="#000000" cellpadding="0" cellspacing="0" width="%2%" border="0">' +
  '<tr><td><table cellpadding="3" cellspacing="1" width="100%" border="0">' +
  '<tr><td bgcolor="#00A8FF" align="center" height="*" class="menuEnteteClass">%3%</td></tr>' +
  '<tr><td bgcolor="#D8E0E8" align="left" height="*" class="menuClass">%4%</td></tr>' +
  '</table></td></tr></table>';
 
 showDelay = 60;  //délai avant apparition
 hideDelay = 700;  // délai avant disparition
 doFades = true;  //Effectué un Fade
 minAlpha = 00;  // Début fade 00 = transparent; 100 = opaque
 maxAlpha = 95; // fin fade 00 = transparent; 100 = opaque
 fadeSpeed = 20; // vitesse du fade
 tipStick = 0; 
}



if (isNS4) document.captureEvents(Event.MOUSEMOVE);
document.onmousemove = function(evt)
{

 staticTip.track(evt);

 if (isNS4) return document.routeEvent(evt);
}


var nsWinW = window.innerWidth, nsWinH = window.innerHeight;
function ns4BugCheck()
{
 if (isNS4 && (nsWinW!=innerWidth || nsWinH!=innerHeight)) location.reload()
}

window.onresize = function()
{
 ns4BugCheck();
}