statusIndex = new Array (2);

statusIndex[1] = "Noesis"
statusIndex[2] = "Logiciels"
statusIndex[3] = "Services"
statusIndex[4] = "Références"
statusIndex[5] = "Support"
statusIndex[6] = "Distributeurs"
statusIndex[7] = "English"
statusIndex[8] = "Français"
statusIndex[11] = "Accueil"
statusIndex[12] = "Contact"
statusIndex[13] = "Carriere"
statusIndex[14] = "Acquisition vidéo"
statusIndex[15] = "Mesures interactives"
statusIndex[16] = "Traitement et analyse"
statusIndex[17] = "Automatisation"
statusIndex[18] = "Développement VBA"
statusIndex[19] = "Téléchargement"
statusIndex[20] = "Plan d'accès"
statusIndex[21] = "Logiciels généralistes"
statusIndex[22] = "Logiciels spécialisés"
statusIndex[23] = "Visilog 6"
statusIndex[24] = "Visilog 6 - Viewer"
statusIndex[25] = "Visilog 6 - Lite"
statusIndex[26] = "Visilog 6 - Xpert"
statusIndex[27] = "Visilog 6 - Tool Kit"
statusIndex[28] = "Modules complémentaires"
statusIndex[29] = "Agrandir l'image"
statusIndex[30] = "Evolutions"
statusIndex[31] = "Support technique"
statusIndex[32] = "Tarifs des mises à jour"
statusIndex[33] = "FAQ"
statusIndex[34] = "Formations"
statusIndex[35] = "Comparatif des versions"
statusIndex[41] = "Références"
statusIndex[42] = "Références - Publications"
statusIndex[43] = "Références - Applications"
statusIndex[44] = "Références - Toolkit"
statusIndex[51] = "Téléchargement"
statusIndex[52] = "FAQ"
statusIndex[53] = "Forum"
statusIndex[55] = "FAQ - Viewer"
statusIndex[56] = "FAQ - Process"
statusIndex[57] = "FAQ - VBA"
statusIndex[58] = "FAQ - Autres"
statusIndex[59] = "Compatibilité"
statusIndex[71] = "Fichier IpPro51.zip"
statusIndex[72] = "Formation 1 - De Visilog 5 à Visilog 6"
statusIndex[73] = "Formation 2 - Acquisition, traitement et analyse d'images avec Visilog 6"
statusIndex[74] = "Mise à jour"
statusIndex[75] = "Liste des modifications"
statusIndex[80] = "Démonstration"
statusIndex[81] = "Suite"
statusIndex[82] = "Retour"
statusIndex[83] = "Actualités"
statusIndex[84] = "Amira 4"
statusIndex[85] = "Groupe de travail - Analyse d'images 3D"

function AfficheStatus( index )
{
  window.status = statusIndex[index]
  return true
}

function EffaceStatus()
{
  window.status = ""
  return true
}
