function initialise() 

{

	// Tell joust where to find the various index files it needs

	index1 = 'index.htm';

	index2 = 'index2.htm';

	index3 = 'index3.htm';

	

	// Set up parameters to control menu behaviour

	theMenu.autoScrolling = true;	

	theMenu.modalFolders = false;

	theMenu.linkOnExpand = false;

	theMenu.toggleOnLink = false;

	theMenu.showAllAsLinks = false;

	theMenu.savePage = true;

	theMenu.tipText = "text";

	theMenu.selectParents = false;

	theMenu.name = "theMenu";

	theMenu.container = "self.menu";

	theMenu.reverseRef = "parent";

	theMenu.contentFrame = "text";

	theMenu.defaultTarget = "text";

	

	// Initialise all the icons

	initOutlineIcons(theMenu.imgStore);

	

	// Now set up the menu with a whole lot of addEntry and addChild function calls

	var level1ID = -1;

	var level2ID = -1;

	var level3ID = -1;

	

	level_1_ID = theMenu.addEntry(-1, "Folder", "Présentation générale", "", "");

	level_11_ID = theMenu.addChild(level_1_ID, "Document", "Présentation", "presentation.htm", "");

	level_12_ID = theMenu.addChild(level_1_ID, "Document", "Savoir-faire bureautique", "sf_bureautique.htm", "");

	level_13_ID = theMenu.addChild(level_1_ID, "Document", "Savoir-faire réseau", "sf_reseau.htm", "");

	level_14_ID = theMenu.addChild(level_1_ID, "Document", "Ressources humaines", "humains.htm", "");

	level_15_ID = theMenu.addChild(level_1_ID, "Document", "Ressources techniques", "techniques.htm", "");

	level_1_2_ID = theMenu.addEntry (level_15_ID, "Folder", "Agréments", "", "");

	level_1_21_ID = theMenu.addChild(level_1_2_ID, "Document", "Bureautique", "d_bureautique.htm", "");

	level_1_22_ID = theMenu.addChild(level_1_2_ID, "Document", "Réseau", "d_reseau.htm", "");

	

	level_2_ID = theMenu.addEntry(level_1_ID, "Folder", "Partenaires", "", "");

	level_21_ID = theMenu.addChild(level_2_ID, "Document", "Détail partenaires", "detail_partenaire.htm", "");



	level_3_ID = theMenu.addEntry(level_2_ID, "Folder", "Références", "", "");

	level_31_ID = theMenu.addChild(level_3_ID, "Document", "Bureautique", "bureautique.htm", "");

	level_32_ID = theMenu.addChild(level_3_ID, "Document", "Réseau", "reseau.htm", "");

	level_33_ID = theMenu.addChild(level_3_ID, "Document", "Expertise", "expertise.htm", "");



	level_4_ID = theMenu.addEntry(level_3_ID, "Folder", "Services", "", "");

	level_41_ID = theMenu.addChild(level_4_ID, "Document", "Audit", "audit.htm", "");

	level_42_ID = theMenu.addChild(level_4_ID, "Document", "Cahier des charges", "cahier.htm", "");

	level_43_ID = theMenu.addChild(level_4_ID, "Document", "Câblage", "cablage.htm", "");

	level_44_ID = theMenu.addChild(level_4_ID, "Document", "Installation", "installation.htm", "");

	level_45_ID = theMenu.addChild(level_4_ID, "Document", "Formation", "formation.htm", "");

	level_46_ID = theMenu.addChild(level_4_ID, "Document", "Maintenance", "maintenance.htm", "");

	level_47_ID = theMenu.addChild(level_4_ID, "Document", "Assistance", "assistance.htm", "");

	level_48_ID = theMenu.addChild(level_4_ID, "Document", "Internet", "internet.htm", "");

	level_49_ID = theMenu.addChild(level_4_ID, "Document", "Autres", "autres.htm", "");

	

	//level_5_ID = theMenu.addEntry(level_4_ID, "Folder", "Produits", "", "");

	//level_51_ID = theMenu.addChild(level_5_ID, "Document", "Produit 1", "", "");

	//level_52_ID = theMenu.addChild(level_5_ID, "Document", "Produit 2", "", "");

	//level_53_ID = theMenu.addChild(level_5_ID, "Document", "Produit 3", "", "");

	//level_54_ID = theMenu.addChild(level_5_ID, "Document", "Produit 4", "", "");



	level_5_ID = theMenu.addEntry(level_4_ID, "Folder", "Support", "", "");

	//level_51_ID = theMenu.addChild(level_5_ID, "Document", "Téléchargement", "javascript:void(window.open('http://www.crt.fr/clientFTP/index.php', 'downloadCRT','width=750,height=500,scrollbars=yes,resizable=yes'));", "Zone de téléchargement des mise à jour");

	level_51_ID = theMenu.addChild(level_5_ID, "Document", "Téléchargement", "telechargement.htm", "");
		
	//level_62_ID = theMenu.addChild(level_6_ID, "Document", "Forum public", "javascript:void(window.open('http://www.crt.fr/phpBB2', 'forumPublic','width=800,height=600,scrollbars=yes,resizable=yes'));", "Forum de discussion sur les produits CRT");



	level_6_ID = theMenu.addEntry(level_5_ID, "Folder", "Contacts", "", "");

	level_61_ID = theMenu.addChild(level_6_ID, "Document", "Plan d'accès", "javascript:void(window.open('http://www.mappy.fr/PlanPerso/AAAA5fIDUQbAqAEZAAARag==/1', 'PlanCRT','width=650,height=500'));", "Plan d'accès CRT à CRT");

	level_62_ID = theMenu.addChild(level_6_ID, "Document", "Ecrivez nous", "mailto:support@crt.fr", "");

}

