<!--
lng = "fr";
// menu pour la partie PRESENTATION
var presentation = new Array();
presentation[0] = "L\'INAMI";
presentation[1] = "La sécurité sociale en        Belgique";
presentation[2] = "Missions de l'INAMI";
presentation[3] = "Structure administrative";
presentation[4] = "Organes de l'INAMI";
presentation[5] = "Publications de l'INAMI";
presentation[6] = "Contrat d'administration";

var presentationL = new Array();
presentationL[0] = "/presentation/fr/index.htm";
presentationL[1] = "/presentation/fr/social_security/index.htm";
presentationL[2] = "/presentation/fr/missions/index.htm";
presentationL[3] = "/presentation/fr/structure/";
presentationL[4] = "/presentation/fr/organes/";
presentationL[5] = "/presentation/fr/publications/index.htm";
presentationL[6] = "/presentation/fr/management/";

// menu pour la partie SECURE
var secure = new Array();
secure[0] = "Assurés sociaux";
secure[1] = "Frais médicaux";
secure[2] = "Les indemnités";
secure[3] = "Ouvriers mineurs";
secure[4] = "Mutualités";

var secureL = new Array();
secureL[0] = "/citizen/fr/index.htm"
secureL[1] = "/citizen/fr/medical-cost/index.htm"
secureL[2] = "/citizen/fr/allowances/index.htm"
secureL[3] = "/citizen/fr/miners/"
secureL[4] = "/citizen/fr/insurers/"

// menu pour la partie CARE
var care = new Array();
care[0] = "Dispensateurs de soins";
care[1] = "Nomenclature";
care[2] = "Dispensateurs de soins individuels";
care[3] = "Etablissements et services de soins";
care[4] = "Information générale";

var careL = new Array();
careL[0] = "/care/fr/index.htm";
careL[1] = "/care/fr/nomenclature/index.htm";
careL[2] = "/care/fr/index_1.htm";
careL[3] = "/care/fr/index_2.htm";
careL[4] = "/care/fr/index_3.htm";

// menu pour la partie INSURER
var insurer = new Array()
insurer[0] = "Votre choix :"
insurer[1] = "Honoraires,  prix et          remboursements"
insurer[2] = "Circulaires aux Organismes    Assureurs"
insurer[3] = "Services ambulanciers"
insurer[4] = "Contactez les mutualités"
//insurer[1] = "Instructions facturations"

var insurerL = new Array()
insurerL[0] = "/insurer/fr/index.htm"
insurerL[1] = "/insurer/fr/rate/index.htm"
insurerL[2] = "/insurer/fr/circulars/index.htm"
insurerL[3] = "/insurer/fr/ambulance/index.html"
insurerL[4] = "/citizen/fr/insurers/contacts/index.htm"
//insurerL[1] = "/insurer/fr/instruction.htm"

// menu pour la partie drug
var drug = new Array();
drug[0] = "Médicaments et autres fournitures pharmaceutiques";
drug[1] = "Médicaments"
drug[2] = "Autres fournitures            pharmaceutiques";
drug[3] = "Pharmaciens et Offices de     tarification";
drug[4] = "Statistiques et informations  scientifiques";

var drugL = new Array();
drugL[0] = "/drug/fr/index.htm";
drugL[1] = "/drug/fr/drugs/index.htm";
drugL[2] = "/drug/fr/other-pharmaceutical-supplies/index.htm";
drugL[3] = "/drug/fr/pharmacists/index.htm";
drugL[4] = "/drug/fr/statistics-scientific-information/index.htm";

// menu pour la partie INFORMATION
var information = new Array();
information[0] = "Voulez-vous en savoir plus ?";
information[1] = "Evolution de l'assurance";
//information[2] = "Evolution des dépenses -        soins de santé";
//information[3] = "Processus de fixation et de   contrôle du budget";
information[2] = "Statistiques de l'INAMI";
information[3] = "Etudes et recherches";
information[4] = "Comptes de l'assurance";
information[5] = "Budget de l'assurance";
information[6] = "Réglementation";
information[7] = "Fraude et corruption - lutte européenne";
information[8] = "Echantillon permanent (soins  de santé)";
information[9] = "Liens intéressants et            newsletters";

var informationL = new Array();
informationL[0] = "/information/fr/index.htm";
informationL[1] = "/information/fr/evolution/";
//informationL[2] = "/information/fr/evoldep/index.htm"
//informationL[3] = "/information/fr/budg-fix.htm"
informationL[2] = "/information/fr/statistics/";
informationL[3] = "/information/fr/studies/index.htm";
informationL[4] = "/information/fr/accounting/accounts/index.htm";
informationL[5] = "/information/fr/accounting/budgets/index.htm";
informationL[6] = "/information/fr/regulation/index.htm";
informationL[7] = "/information/fr/EHFCN/index.htm";
informationL[8] = "/information/fr/sampling/index.htm";
informationL[9] = "/information/fr/links_news/index.htm";

// menu pour la partie other
var other = new Array();
other[0] = "Autres domaines";
other[1] = "Formulaires papier - secteur  indemnités";
other[2] = "Bons de cotisation - assurance SSI";
other[3] = "Ressources - assurance SSI";
other[4] = "Cotisations des pensionnés";
other[5] = "Ressources spécifiques";
other[6] = "Enseignement de 3e niveau";

var otherL = new Array();
otherL[0] = "/other/fr/index.htm";
otherL[1] = "/other/fr/employers/forms-allowances/index.htm";
otherL[2] = "/other/fr/employers/tickets-contribution/index.htm";
otherL[3] = "/other/fr/resources-insurance/informations/index.htm";
otherL[4] = "/other/fr/resources-insurance/pensions/index.htm";
otherL[5] = "/other/fr/resources-insurance/ressources/index.htm";
otherL[6] = "/other/fr/teaching/index.htm";

//makeLayer (array with names, array with links, name of layer, id of layer [used for css])
makeLayer(care,careL,'care',1);
makeLayer(secure,secureL,'secure',2);
makeLayer(insurer,insurerL,'insurer',3);
makeLayer(drug,drugL,'drug',4);
makeLayer(other,otherL,'other',5);
makeLayer(presentation,presentationL,'presentation',6);
makeLayer(information,informationL,'information',7);
