



var oMenus = new Object();
oMenus = new MenusNode('root', 'Root');
oMenus.addChild(new MenusNode('septilesaccueil', 5, 'Accueil', null));
oMenus.addChild(new MenusNode('septilesposte', 5, 'Le poste', 'septilesdescription'));
oMenus.getChild('septilesposte').addChild(new MenusNode('septilesdescription', 5, 'Description', null));
oMenus.getChild('septilesposte').addChild(new MenusNode('septilesprocessus', 5, 'Processus d\'embauche', null));
oMenus.getChild('septilesposte').addChild(new MenusNode('septilesweekend', 5, 'Profitez d\'un week-end sur la Côte-Nord', null));
oMenus.addChild(new MenusNode('entreprise', 0, 'Entreprise', 'profil'));
oMenus.getChild('entreprise').addChild(new MenusNode('profil', 0, 'Profil', null));
oMenus.getChild('entreprise').addChild(new MenusNode('mission', 0, 'Mission et valeurs', null));
oMenus.getChild('entreprise').addChild(new MenusNode('qualite', 0, 'Politique qualité', null));
oMenus.getChild('entreprise').addChild(new MenusNode('developpementdurable', 0, 'Développement durable', null));
oMenus.getChild('entreprise').addChild(new MenusNode('historique', 0, 'Historique', null));
oMenus.getChild('entreprise').addChild(new MenusNode('prixdistinctions', 0, 'Prix et distinctions', null));
oMenus.getChild('entreprise').addChild(new MenusNode('bureaux', 0, 'Bureaux', null));
oMenus.addChild(new MenusNode('septilesbureau', 5, 'Le bureau', 'septilesdomainesactivite'));
oMenus.getChild('septilesbureau').addChild(new MenusNode('septilesdomainesactivite', 5, 'Domaines d\'activité', null));
oMenus.getChild('septilesbureau').addChild(new MenusNode('septilesequipe', 5, 'Équipe', null));
oMenus.getChild('septilesbureau').addChild(new MenusNode('septilesdefis', 5, 'Objectifs et défis', null));
oMenus.addChild(new MenusNode('expertises', 0, 'Expertises', 'batiments'));
oMenus.getChild('expertises').addChild(new MenusNode('batiments', 0, 'Bâtiment', null));
oMenus.getChild('expertises').addChild(new MenusNode('energie', 0, 'Énergie', null));
oMenus.getChild('expertises').addChild(new MenusNode('environnement', 0, 'Environnement et développement durable', null));
oMenus.getChild('expertises').addChild(new MenusNode('gestion', 0, 'Gestion de construction', null));
oMenus.getChild('expertises').addChild(new MenusNode('industriel', 0, 'Industriel', null));
oMenus.getChild('expertises').addChild(new MenusNode('infrastructures', 0, 'Infrastructures urbaines', null));
oMenus.getChild('expertises').addChild(new MenusNode('surveillance', 0, 'Ingénierie de surveillance', null));
oMenus.getChild('expertises').addChild(new MenusNode('ingenieriesols', 0, 'Ingénierie des sols et matériaux, environnement des sols', null));
oMenus.getChild('expertises').addChild(new MenusNode('international', 0, 'International', null));
oMenus.getChild('expertises').addChild(new MenusNode('telecommunicationssecurite', 0, 'Télécommunications et sécurité', null));
oMenus.getChild('expertises').addChild(new MenusNode('transport', 0, 'Transport', null));
oMenus.getChild('expertises').addChild(new MenusNode('urbanisme', 0, 'Urbanisme et architecture du paysage', null));
oMenus.addChild(new MenusNode('septilesdecouvrir', 5, 'Découvrir Sept-Îles', 'septilesportraiteconomique'));
oMenus.getChild('septilesdecouvrir').addChild(new MenusNode('septilesportraiteconomique', 5, 'Portrait économique', null));
oMenus.getChild('septilesdecouvrir').addChild(new MenusNode('septilesparcsplages', 5, 'Parcs et plages', null));
oMenus.getChild('septilesdecouvrir').addChild(new MenusNode('septilesactivites', 5, 'Activités', null));
oMenus.getChild('septilesdecouvrir').addChild(new MenusNode('septileschassepeche', 5, 'Chasse et pêche', null));
oMenus.getChild('septilesdecouvrir').addChild(new MenusNode('septilesculture', 5, 'Culture et patrimoine', null));
oMenus.addChild(new MenusNode('realisations', 0, 'Réalisations', 'realisationsbatiments'));
oMenus.getChild('realisations').addChild(new MenusNode('parexpertises', 0, 'Par expertises', 'realisationsbatiments'));
oMenus.getChild('realisations').getChild('parexpertises').addChild(new MenusNode('realisationsbatiments', 0, 'Bâtiment', null));
oMenus.getChild('realisations').getChild('parexpertises').addChild(new MenusNode('realisationsenergie', 0, 'Énergie', null));
oMenus.getChild('realisations').getChild('parexpertises').addChild(new MenusNode('realisationsenvironnement', 0, 'Environnement et développement durable', null));
oMenus.getChild('realisations').getChild('parexpertises').addChild(new MenusNode('realisationsgestion', 0, 'Gestion de construction', null));
oMenus.getChild('realisations').getChild('parexpertises').addChild(new MenusNode('realisationsindustriel', 0, 'Industriel', null));
oMenus.getChild('realisations').getChild('parexpertises').addChild(new MenusNode('realisationsinfrastructures', 0, 'Infrastructures urbaines', null));
oMenus.getChild('realisations').getChild('parexpertises').addChild(new MenusNode('realisationssurveillance', 0, 'Ingénierie de surveillance', null));
oMenus.getChild('realisations').getChild('parexpertises').addChild(new MenusNode('realisationsingenieriesols', 0, 'Ingénierie des sols et matériaux, environnement des sols', null));
oMenus.getChild('realisations').getChild('parexpertises').addChild(new MenusNode('realisationsinternational', 0, 'International', null));
oMenus.getChild('realisations').getChild('parexpertises').addChild(new MenusNode('realisationstelecommunicationssecurite', 0, 'Télécommunications et sécurité', null));
oMenus.getChild('realisations').getChild('parexpertises').addChild(new MenusNode('realisationstransport', 0, 'Transport', null));
oMenus.getChild('realisations').getChild('parexpertises').addChild(new MenusNode('realisationsurbanisme', 0, 'Urbanisme et architecture du paysage', null));
oMenus.getChild('realisations').addChild(new MenusNode('parsecteurs', 0, 'Par secteurs', null));
oMenus.getChild('realisations').addChild(new MenusNode('parregions', 0, 'Par régions', null));
oMenus.addChild(new MenusNode('septileshabiter', 5, 'Habiter à Sept-Îles', 'septilestemoignages'));
oMenus.getChild('septileshabiter').addChild(new MenusNode('septilestemoignages', 5, 'Rencontres et témoignages', null));
oMenus.getChild('septileshabiter').addChild(new MenusNode('septilesdifference', 5, 'La différence Côte-Nord', null));
oMenus.addChild(new MenusNode('septilesadapter', 5, 'S\'adapter à Sept-Îles', 'septilessoutien'));
oMenus.getChild('septilesadapter').addChild(new MenusNode('septilessoutien', 5, 'Du soutien pour vous et votre famille', null));
oMenus.addChild(new MenusNode('communications', 0, 'Communications', 'communiquespresse'));
oMenus.getChild('communications').addChild(new MenusNode('communiquespresse', 0, 'Communiqués de presse', null));
oMenus.getChild('communications').addChild(new MenusNode('nouvelles', 0, 'Nouvelles et articles', null));
oMenus.getChild('communications').addChild(new MenusNode('bulletin', 0, 'Bulletins d\'information', 'bulletinrecrutement'));
oMenus.getChild('communications').getChild('bulletin').addChild(new MenusNode('bulletinrecrutement', 0, 'Bulletin recrutement', null));
oMenus.getChild('communications').getChild('bulletin').addChild(new MenusNode('bulletinexpertise', 0, 'Bulletin expertise', null));
oMenus.getChild('communications').getChild('bulletin').addChild(new MenusNode('bulletinarchives', 0, 'Archives', null));
oMenus.getChild('communications').getChild('bulletin').addChild(new MenusNode('bulletinabonnement', 0, 'Abonnement', null));
oMenus.getChild('communications').getChild('bulletin').addChild(new MenusNode('bulletindesabonnement', 0, 'Désabonnement', null));
oMenus.getChild('communications').addChild(new MenusNode('publications', 0, 'Publications', null));
oMenus.addChild(new MenusNode('septilesliensutiles', 5, 'Liens utiles', null));
oMenus.addChild(new MenusNode('carrieres', 0, 'Carrières', 'vivrecheznous'));
oMenus.getChild('carrieres').addChild(new MenusNode('vivrecheznous', 0, 'Vivre chez nous', null));
oMenus.getChild('carrieres').addChild(new MenusNode('travaillercheznous', 0, 'Travailler chez nous', null));
oMenus.getChild('carrieres').getChild('travaillercheznous').addChild(new MenusNode('cequefait', 0, 'Chez Teknika HBA, qu\'est-ce que fait...', null));
oMenus.getChild('carrieres').getChild('travaillercheznous').addChild(new MenusNode('professionnelsracontent', 0, 'Nos professionnels vous racontent', null));
oMenus.getChild('carrieres').addChild(new MenusNode('serealisercheznous', 0, 'Se réaliser chez nous', null));
oMenus.getChild('carrieres').addChild(new MenusNode('offresemploi', 0, 'Postuler chez nous', null));
