// JavaScript Document
// auteur:  Frederic Amyot 
// site Web QI - Les chutes et glissades chez les travailleurs
function objLien (name, titre, htmFile, couleur) {
	this.name = name;
	this.titre = titre;
	this.htmFile = htmFile;
	this.couleur = couleur;
}
// les array qui contiennent les objLien
Sections = new Array();
// Section [0] est
Sections[1] = new Array();
Sections[2] = new Array();
Sections[3] = new Array();
Sections[4] = new Array();
Sections[5] = new Array();
Sections[6] = new Array();
Sections[7] = new Array();
Sections[8] = new Array();
Sections[9] = new Array();
Sections[10] = new Array();
// section 1
Sections[1][0] = new objLien("s1_0",  "Accueil",       "accueil.htm", "660066");
Sections[1][1] = new objLien("s1_1",  "Introduction",  "accueil.htm", "");
Sections[1][2] = new objLien("s1_2",  "Sommaire des bonnes pratiques d'entretien",  "accueil_sommaire.htm", "");
// section 2
Sections[2][0] = new objLien("s2_0",  "Problématique",  "prob_intro.htm", "990000");
Sections[2][1] = new objLien("s2_1",  "Introduction",  "prob_intro.htm", "");
Sections[2][2] = new objLien("s2_2",  "Au Québec",   "prob_quebec.htm", "");
Sections[2][3] = new objLien("s2_3", "Selon le secteur d'activit", "prob_secteur.htm", "");
// Sections[2][3] = new objLien("s2_3",  "Selon le secteur d'activité",     "prob_secteur.htm", "");
Sections[2][4] = new objLien("s2_4",  "Ailleurs",    "prob_ailleurs.htm", "");
// section 3
Sections[3][0] =   new objLien("s3_0",    "Recherche scientifique", "recherche_intro.htm", "006699");
// répétition du lien pour faire afficher btn et ainsi pouvoir y revenir
Sections[3][1] =    new objLien("s3_1",   "Introduction",            "recherche_intro.htm", "");
Sections[3][2] =    new objLien("s3_2",   "Activités de recherche\r1997-2002",   "recherche_1997_2002.htm", "");
Sections[3][2][1] = new objLien("s3_2_1", "Resumé 1",                "resume_1.htm", "");
Sections[3][2][2] = new objLien("s3_2_2", "Resumé 2",                "resume_2.htm", "");
Sections[3][2][3] = new objLien("s3_2_3", "Resumé 3",                "resume_3.htm", "");
Sections[3][2][4] = new objLien("s3_2_4", "Resumé 4",                "resume_4.htm", "");
Sections[3][2][5] = new objLien("s3_2_5", "Resumé 5",                "resume_5.htm", "");
Sections[3][2][6] = new objLien("s3_2_6", "Resumé 6",                "resume_6.htm", "");
Sections[3][2][7] = new objLien("s3_2_7", "Resumé 7",                "resume_7.htm", "");
Sections[3][2][8] = new objLien("s3_2_8", "Resumé 8",                "resume_8.htm", "");
Sections[3][3] =    new objLien("s3_3",   "Projet de recherche\r2003-2008",   "recherche_2003_2008.htm", "");
Sections[3][3][1] = new objLien("s3_3_1", "Volet 1",                 "volet_1.htm", "");
Sections[3][3][2] = new objLien("s3_3_2", "Volet 2",                 "volet_2.htm", "");
Sections[3][3][3] = new objLien("s3_3_3", "Volet 3",                 "volet_3.htm", "");
Sections[3][3][4] = new objLien("s3_3_4", "Volet 4",                 "volet_4.htm", "");
Sections[3][3][5] = new objLien("s3_3_5", "Volet 5",                 "volet_5.htm", "");
//
// section 4
Sections[4][0] = new objLien("s4_0", "Revêtements glissants",         "rev_intro.htm", "2CC1C9");
// répétition du lien pour faire afficher btn et ainsi pouvoir y revenir
Sections[4][1] = new objLien("s4_1", "Introduction",                  "rev_intro.htm", "");
Sections[4][2] = new objLien("s4_2", "L'encrassement",                "rev_encrassement.htm", "");
Sections[4][3] = new objLien("s4_3", "La contamination\ralimentaire", "rev_contamination_alimentaire.htm", "");
Sections[4][4] = new objLien("s4_4", "La contamination\rchimique",    "rev_contamination_chimique.htm", "");
Sections[4][5] = new objLien("s4_5", "L'usure",                       "rev_usure.htm", "");
//
// section 5
Sections[5][0] = new objLien("s5_0", "Entretien",                   "entretien_intro.htm", "999933");
// répétition du lien pour faire afficher btn et ainsi pouvoir y revenir
Sections[5][1] = new objLien("s5_1", "Introduction",                                      "entretien_intro.htm", "");
Sections[5][2] = new objLien("s5_2", "Les catégories\rde nettoyants\rpour planchers",     "nettoyants_categories.htm", "");
Sections[5][3] = new objLien("s5_3", "Efficacité de l'entretien",                         "entretien_efficacite.htm", "");
Sections[5][4] = new objLien("s5_4", "Effet du type de\rrevêtement de sol",               "effet_plancher.htm", "");
Sections[5][5] = new objLien("s5_5", "Effet du type de\rmatière grasse",                  "effet_matgrasse.htm", "");
Sections[5][6] = new objLien("s5_6", "Effet de la\rméthode de travail",                   "effet_methode.htm", "");
Sections[5][7] = new objLien("s5_7", "Effet de la température\rde la solution de lavage", "effet_temperature.htm", "");
Sections[5][8] = new objLien("s5_8", "Ramasser les dégâts",                               "degats_ramasser.htm", "");
// section 6
Sections[6][0] = new objLien("s6_0", "Choisir un nettoyant",                       "nettoyant_choisir.htm", "6CA222");
// répétition du lien pour faire afficher btn et ainsi pouvoir y revenir
Sections[6][1] = new objLien("s6_1", "Guide de l'acheteur",                        "nettoyant_choisir.htm", "");
Sections[6][2] = new objLien("s6_2", "Liste des revêtements\rde sol",              "revetements_liste.htm", "");
Sections[6][3] = new objLien("s6_3", "Répertoire des nettoyants\rpour planchers",  "nettoyants_rep.htm", "");
//
// section 7
Sections[7][0] = new objLien("s7_0", "Documentation et liens utiles",     "docu_intro.htm", "FD9A22");
Sections[7][1] = new objLien("s7_1", "Publications",      "docu_intro.htm", "");
Sections[7][2] = new objLien("s7_2", "Liens utiles",      "liens_intro.htm", "");
Sections[7][3] = new objLien("s7_3", "Lexique",           "docu_glossaire.htm", "");
//
// section 8
Sections[8][0] = new objLien("s8_0", "Outils GRATUITS à télécharger", "telechargements.htm", "AB708C");
Sections[8][1] = new objLien("s8_1", "Jeu interactif et outils de formation GRATUITS", "telechargements.htm", "");
Sections[8][2] = new objLien("s8_2", "Formation", "formation.htm", "");
Sections[8][3] = new objLien("s8_3", " ", "", "");
Sections[8][4] = new objLien("s8_4", "ENGLISH", "", "");
Sections[8][5] = new objLien("s8_5", "FREE Interactive game and training tools", "telechargements_eng.htm", "");
Sections[8][6] = new objLien("s8_6", "Training", "formation_eng.htm", "");
// section 9
Sections[9][0] = new objLien("s9_0", "Pour nous joindre", "contact.htm", "9A78AB");
//
// section 10
Sections[10][0] = new objLien("s10_0", "Plan du site",    "plan_site.htm", "9A78AB");




