oSections = new Sections();

oSections.addSection(new Section(1, 'I: Selectie vergelijkingspaar', 'section1.htm', true, false));
oSections.addSection(new Section(2, 'II: Bepaling onderlinge functiezwaarte', 'section2.htm', true, false));

var oSection = new SectionWithSubsections(3, 'III: Analyse beloningsopbouw', 'section3.htm', true, false);
oSection.addSection(new Section(1, 'Salaris en Bonussen', 'section3-1.htm', true, false));
oSection.addSection(new Section(2, 'Toeslagen (1)', 'section3-2.htm', true, false));
oSection.addSection(new Section(3, 'Toeslagen (2)', 'section3-3.htm', true, false));
oSection.addSection(new Section(4, 'Analyse (Salaris)', 'section3-4.htm', true, false));
oSection.addSection(new Section(5, 'Analyse (Bonussen)', 'section3-5.htm', true, false));
oSection.addSection(new Section(6, 'Analyse (Toeslagen)', 'section3-6.htm', true, false));
oSection.addSection(new Section(7, 'Conclusie', 'conclusie.htm', true, false));
oSections.addSectionWithSubsections(oSection);

oSections.addSection(new Section(4, 'Alles over managementtool', 'uitleg.htm', false, true));
oSections.addSection(new Section(5, 'Contact', 'http://www.loonwijzer.nl/home/email', false, true));

