pageIndex = new Array (126);

pageIndex[1] = "noesis/accueil.htm"
pageIndex[2] = "logiciels/generalistes.htm"
pageIndex[3] = "services/support.htm"
pageIndex[4] = "applications/applications.htm"
pageIndex[5] = "support/telecharger.htm"
pageIndex[11] = "noesis/accueil.htm"
pageIndex[12] = "noesis/contact.htm"
pageIndex[13] = "noesis/carriere.htm"
pageIndex[14] = "noesis/distributeurs.htm"
pageIndex[21] = "logiciels/generalistes.htm"
pageIndex[22] = "logiciels/specialises.htm"
pageIndex[28] = "logiciels/modules.htm"
pageIndex[31] = "services/support.htm"
pageIndex[32] = "services/maj.htm"
pageIndex[33] = "support/faq_viewer.htm"
pageIndex[34] = "services/formation.htm"
pageIndex[41] = "applications/publications.htm"
pageIndex[42] = "applications/applications.htm"
pageIndex[43] = "applications/applitoolkit.htm"
pageIndex[51] = "support/telecharger.htm"
pageIndex[52] = "support/faq_viewer.htm"
pageIndex[53] = "http://noesis38.free.fr/forum/index.php"
pageIndex[71] = "noesis/noesis_hier.htm"
pageIndex[72] = "logiciels/log_hier.htm"
pageIndex[73] = "services/services_hier.htm"
pageIndex[74] = "applications/references_hier.htm"
pageIndex[75] = "support/support_hier.htm"
pageIndex[81] = "noesis/noesis_hier.htm"
pageIndex[82] = "noesis/noesis_hier.htm"
pageIndex[83] = "noesis/noesis_hier.htm"
pageIndex[84] = "noesis/noesis_hier.htm"
pageIndex[91] = "logiciels/log_hier.htm"
pageIndex[92] = "logiciels/log_hier.htm"
pageIndex[98] = "logiciels/log_hier.htm"
pageIndex[101] = "services/services_hier.htm"
pageIndex[102] = "services/services_hier.htm"
pageIndex[103] = "services/faq_hier.htm"
pageIndex[104] = "services/services_hier.htm"
pageIndex[111] = "applications/references_hier.htm"
pageIndex[112] = "applications/references_hier.htm"
pageIndex[113] = "applications/references_hier.htm"
pageIndex[121] = "support/support_hier.htm"
pageIndex[122] = "support/faq_viewer.htm"
pageIndex[123] = "http://noesis38.free.fr/forum/index.php"


function AffichePage( index )
{
  if ( index == 53 ) {	/* || ( index == 123 ) ) { */
    /* parent.document.location.href = pageIndex[index]*/
	window.open( pageIndex[index] )
  } else {
    parent.cadre_hierarchie.document.location.href = pageIndex[70+index]
    parent.cadre_navigation.document.location.href = pageIndex[index]
  }
}
