lng = "nl";

// menu pour la partie PRESENTATION
var presentation = new Array();
presentation[0] = "Het RIZIV";
presentation[1] = "De sociale zekerheid in België";
presentation[2] = "Opdrachten van het RIZIV";
presentation[3] = "Administratieve structuur";
presentation[4] = "Organen van het RIZIV";
presentation[5] = "Publicaties van het RIZIV";
presentation[6] = "Bestuursovereenkomst";

var presentationL = new Array();
presentationL[0] = "/presentation/nl/index.htm";
presentationL[1] = "/presentation/nl/social_security/index.htm";
presentationL[2] = "/presentation/nl/missions/index.htm";
presentationL[3] = "/presentation/nl/structure/";
presentationL[4] = "/presentation/nl/organes/";
presentationL[5] = "/presentation/nl/publications/index.htm";
presentationL[6] = "/presentation/nl/management/";

// menu pour la partie SECURE
var secure = new Array();
secure[0] = "Sociaal verzekerden";
secure[1] = "Medische kosten";
secure[2] = "De uitkeringen";
secure[3] = "Mijnwerkers";
secure[4] = "Ziekenfondsen";

var secureL = new Array();
secureL[0] = "/citizen/nl/index.htm"
secureL[1] = "/citizen/nl/medical-cost/index.htm"
secureL[2] = "/citizen/nl/allowances/index.htm"
secureL[3] = "/citizen/nl/miners/"
secureL[4] = "/citizen/nl/insurers/"

// menu pour la partie CARE
var care = new Array();
care[0] = "Zorgverleners";
care[1] = "Nomenclatuur";
care[2] = "Individuele zorgverleners";
care[3] = "Verzorgingsinstellingen en -diensten";
care[4] = "Algemene informatie";

var careL = new Array();
careL[0] = "/care/nl/index.htm";
careL[1] = "/care/nl/nomenclature/index.htm";
careL[2] = "/care/nl/index_1.htm";
careL[3] = "/care/nl/index_2.htm";
careL[4] = "/care/nl/index_3.htm";


// menu pour la partie INSURER
var insurer = new Array()
insurer[0] = "Uw keuze :"
insurer[1] = "Honoraria, prijzen en         vergoedingen"
insurer[2] = "Omzendbrieven naar de         Verzekeringsinstellingen"
insurer[3] = "Ambulancediensten"
insurer[4] = "Contacteer de ziekenfondsen"
//insurer[1] = "Factureringsinstructies"

var insurerL = new Array()
insurerL[0] = "/insurer/nl/index.htm"
insurerL[1] = "/insurer/nl/rate/index.htm"
insurerL[2] = "/insurer/nl/circulars/index.htm"
insurerL[3] = "/insurer/nl/ambulance/index.html"
insurerL[4] = "/citizen/nl/insurers/contacts/index.htm"
//insurerL[1] = "/insurer/nl/instruction.htm"

// menu pour la partie drug
var drug = new Array();
drug[0] = "Geneesmiddelen en andere farmaceutische verstrekkingen";
drug[1] = "Geneesmiddelen";
drug[2] = "Andere farmaceutische          verstrekkingen";
drug[3] = "Apothekers en                  Tariferingsdiensten";
drug[4] = "Statistische en                wetenschappelijke informatie";

var drugL = new Array();
drugL[0] = "/drug/nl/index.htm";
drugL[1] = "/drug/nl/drugs/index.htm";
drugL[2] = "/drug/nl/other-pharmaceutical-supplies/index.htm";
drugL[3] = "/drug/nl/pharmacists/index.htm";
drugL[4] = "/drug/nl/statistics-scientific-information/index.htm";

// menu pour la partie INFORMATION
var information = new Array();
information[0] = "Wilt u meer weten ?";
information[1] = "Evolutie van de verzekering";
//information[2] = "Evolutie van de uitgaven voor  geneeskundige verzorging"
//information[3] = "Procedure voor de vaststelling en de controle van de        begroting"
information[2] = "Statistieken van het RIZIV";
information[3] = "Studies en onderzoek";
information[4] = "Rekeningen van de verzekering";
information[5] = "Begroting  van de verzekering";
information[6] = "Reglementering";
information[7] = "Europese strijd tegen fraude  en corruptie";
information[8] = "Permanente steekproef          (gezondheidszorg)";
information[9] = "Interessante links en          newsletters";

var informationL = new Array();
informationL[0] = "/information/nl/index.htm";
informationL[1] = "/information/nl/evolution/";
//informationL[2] = "/information/nl/evoldep/index.htm"
//informationL[3] = "/information/nl/budg-fix.htm"
informationL[2] = "/information/nl/statistics/";
informationL[3] = "/information/nl/studies/index.htm";
informationL[4] = "/information/nl/accounting/accounts/index.htm";
informationL[5] = "/information/nl/accounting/budgets/index.htm";
informationL[6] = "/information/nl/regulation/index.htm";
informationL[7] = "/information/nl/EHFCN/index.htm";
informationL[8] = "/information/nl/sampling/index.htm";
informationL[9] = "/information/nl/links_news/index.htm";

// menu pour la partie other
var other = new Array();
other[0] = "Andere domeinen";
other[1] = "Papieren formulieren - sector uitkeringen";
other[2] = "Bijdragebons - verzekering GVU";
other[3] = "Inkomsten - verzekering GVU";
other[4] = "Bijdragen gepensioneerden";
other[5] = "Bijzondere inkomsten";
other[6] = "Onderwijsinstellingen van het 3e niveau";

var otherL = new Array()
otherL[0] = "/other/nl/index.htm";
otherL[1] = "/other/nl/employers/forms-allowances/index.htm";
otherL[2] = "/other/nl/employers/tickets-contribution/index.htm";
otherL[3] = "/other/nl/resources-insurance/informations/index.htm";
otherL[4] = "/other/nl/resources-insurance/pensions/index.htm";
otherL[5] = "/other/nl/resources-insurance/ressources/index.htm";
otherL[6] = "/other/nl/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);
