statusIndex = new Array (2);

statusIndex[1] = "Noesis"
statusIndex[2] = "Software"
statusIndex[3] = "Services"
statusIndex[4] = "Referencies"
statusIndex[5] = "Support"
statusIndex[6] = "Resellers"
statusIndex[7] = "English"
statusIndex[8] = "Français"
statusIndex[11] = "Welcome"
statusIndex[12] = "Contact us"
statusIndex[13] = "Career"
statusIndex[14] = "Video capture"
statusIndex[15] = "Interactive measures"
statusIndex[16] = "Processing and analyses"
statusIndex[17] = "Automation"
statusIndex[18] = "VBA development"
statusIndex[19] = "Download"
statusIndex[20] = "Map"
statusIndex[21] = "General software"
statusIndex[22] = "Specialized software"
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] = "Complementary modules"
statusIndex[29] = "Show image"
statusIndex[30] = "Evolutions"
statusIndex[31] = "Technical support"
statusIndex[32] = "Update"
statusIndex[33] = "FAQ"
statusIndex[34] = "Trainings"
statusIndex[35] = "Compare the Visilog version"
statusIndex[41] = "Referencies"
statusIndex[42] = "Papers"
statusIndex[43] = "Applications"
statusIndex[44] = "OEM"
statusIndex[51] = "Download"
statusIndex[52] = "FAQ"
statusIndex[53] = "Forum"
statusIndex[55] = "FAQ - Viewer"
statusIndex[56] = "FAQ - Process"
statusIndex[57] = "FAQ - VBA"
statusIndex[58] = "FAQ - Autres"
statusIndex[59] = "Compatibility"
statusIndex[71] = "File : IpPro51.zip"
statusIndex[72] = "Training 1 - From Visilog 5 to Visilog 6"
statusIndex[73] = "Training 2 - Acquiring, processing and analyzing images with Visilog 6"
statusIndex[74] = "Update"
statusIndex[75] = "Modification list"
statusIndex[80] = "Demonstration"
statusIndex[81] = "Next"
statusIndex[82] = "Previous"

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

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