
// To have an unlinked folder
//  aux1 = insFld(foldersTree, gFld("Science", "javascript:parent.op()"))

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// Decide if the tree is to start all open or just showing the root folders
STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree

ICONPATH = '' //change if the gif's folder is a subfolder, for example: 'Images/'

foldersTree = gFld("<i>Home</i>","principal.htm") 
  aux1 = insFld(foldersTree, gFld("Comité","comite.htm"))  
  aux1 = insFld(foldersTree, gFld("plan Accès ", "acces.htm"))
  aux1 = insFld(foldersTree, gFld("Agenda"))
 	aux2 = insFld(aux1, gFld("Général", "agenda_general.htm"))
	aux2 = insFld(aux1, gFld("H.M.R.C", "agenda_hmrc.htm"))
	aux2 = insFld(aux1, gFld("Bourses", "agenda_bourses.htm"))
  aux1 = insFld(foldersTree, gFld("Album photos"))
    aux2 = insFld(aux1, gFld("La Bourse", "bourse.htm"))
    aux2 = insFld(aux1, gFld("Week-End Pascal", "pascal.htm"))	
	aux2 = insFld(aux1, gFld("Blouses-Blanches", "blouses.htm"))
	aux2 = insFld(aux1, gFld("Forêt-Noire N 1", "foretnoire_1.htm"))
	aux2 = insFld(aux1, gFld("Forêt-Noire N 2", "foretnoire_2.htm"))
    aux2 = insFld(aux1, gFld("Forêt-Noire N 3", "foretnoire_3.htm"))
//	aux2 = insFld(aux1, gFld("Alsace", "alsace.htm"))
	aux2 = insFld(aux1, gFld("Balade N° 1", "balade_1.htm"))
	aux2 = insFld(aux1, gFld("WE Nostalgie", "nostalgie.htm"))
	aux2 = insFld(aux1, gFld("Balade N° 2", "balade _2.htm"))
	aux2 = insFld(aux1, gFld("Balade de l'amitié", "amitie.htm"))
//	aux2 = insFld(aux1, gFld("Baie de Somme"))
//		aux3 = insFld(aux2, gFld("Le départ", "jour1.htm"))
//		aux3 = insFld(aux2, gFld("La baie", "baie.htm"))
//		aux3 = insFld(aux2, gFld("Honfleur", "honfleur.htm"))
//		aux3 = insFld(aux2, gFld("Le retour", "jour3.htm"))
//		aux3 = insFld(aux2, gFld("Le séjour", "berck.htm"))
	aux2 = insFld(aux1, gFld("Balade N° 3", "balade_3.htm"))
	aux2 = insFld(aux1, gFld("Balade N° 4", "balade_4.htm"))
//	aux2 = insFld(aux1, gFld("Balade N° 5", "balade_5.htm"))
//	aux2 = insFld(aux1, gFld("Balade N° 6", "balade_6.htm"))
//	aux2 = insFld(aux1, gFld("20 Ans", "20 ans.htm"))
//    aux2 = insFld(aux1, gFld("Balade à Mouland", "mouland.htm"))	
	aux2 = insFld(aux1, gFld("Le Barbecue", "barbecue.htm"))
//	aux2 = insFld(aux1, gFld("Balade N° 7", "balade7.htm"))
	aux2 = insFld(aux1, gFld("Coupe-Contact", "contact.htm"))
	aux2 = insFld(aux1, gFld("Les Scooters", "scooters.htm"))
    aux2 = insFld(aux1, gFld("Souper", "souper.htm"))
  aux1 = insFld(foldersTree, gFld("Informations"))
    aux2 = insFld(aux1, gFld("Infos du Club", "annonces.htm"))
//	aux2 = insFld(aux1, gFld("Infos Bourse", "info_bourse.htm"))  // Slasch a enlever lors de la prochaine bourse
//    aux2 = insFld(aux1, gFld("Demandes", "demandes.htm"))
	aux2 = insFld(aux1, gFld("divers", "divers.htm"))
    aux2 = insFld(aux1, gFld("Ventes", "ventes.htm"))
  aux1 = insFld(foldersTree, gFld("Contact"))
  	aux2 = insDoc(aux1, gLnk("R","Présidence", "mailto:l.magis@skynet.be"))
    aux2 = insDoc(aux1, gLnk("R","Secrétariat", "mailto:denise.mister@skynet.be"))
	aux2 = insDoc(aux1, gLnk("R","Trésorerie", "mailto:luc.braine@skynet.be"))
	aux2 = insDoc(aux1, gLnk("R","Information", "mailto:l.magis@hotmail.com"))
  aux1 = insFld(foldersTree, gFld("Liens", "lien.htm")) 
