// You can find instructions for this file here:
// http://www.treeview.net

// 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 treemenu: 'images/'


foldersTree = gFld("<i><b>News</b></i>", "f-home.php")	
    
aux1 = insFld(foldersTree, gFld("Nous sur nous", "f-wir.php"))
    aux2 = insDoc(aux1, gLnk("B", "comedia", "f-jugend.php#comedia"))
	aux2 = insDoc(aux1, gLnk("B", "Jeunesse SEV", "f-jugend.php#sev"))
	aux2 = insDoc(aux1, gLnk("B", "ssp", "f-jugend.php#ssp"))
	aux2 = insDoc(aux1, gLnk("B", "syndicom", "f-jugend.php#syndicom"))
	aux2 = insDoc(aux1, gLnk("B", "Unia", "f-jugend.php#unia"))
	aux2 = insDoc(aux1, gLnk("R", "FAQ", "f-faq.php")) 
  
aux1 = insFld(foldersTree, gFld("Thèmes", "f-diverses.php"))
	aux2 = insDoc(aux1, gLnk("R", "Politique", "f-politik.php"))
	aux2 = insDoc(aux1, gLnk("R", "Formation professionelle", "f-bildung.php"))
	aux2 = insDoc(aux1, gLnk("R", "Protection de la santé", "f-schutz.php"))
	aux2 = insDoc(aux1, gLnk("R", "Performance/Salaires", "f-geld.php"))
	aux2 = insDoc(aux1, gLnk("R", "Travail/Vacances", "f-ferien.php"))
	aux2 = insDoc(aux1, gLnk("R", "Places d'apprentissage", "f-lehrstellen.php"))
	aux2 = insDoc(aux1, gLnk("R", "Chômage des jeunes", "f-arbeitslos.php"))			
      
aux1 = insFld(foldersTree, gFld("Tes droits de A à Z", "f-rechte.php"))
	aux2 = insDoc(aux1, gLnk("B", "Commandes", "f-bestellungen.php"))
	
aux1 = insFld(foldersTree, gFld("Doc/Publications", "f-docs.php"))
	aux2 = insDoc(aux1, gLnk("R", "Bases légales", "f-gesetze.php"))
	aux2 = insDoc(aux1, gLnk("B", "Bibliothèque USS", "http://www.sgb.ch/f-bibliothek.php"))

aux1 = insFld(foldersTree, gFld("Communiqués de presse", "f-presse.php"))
	aux2 = insFld(aux1, gFld("Revue de la presse", "f-echo.php"))
		aux3 = insFld(aux2, gLnk("R", "Service de presse", "mailto:jean.christophe.schwaab@sgb.ch"))	
	
aux1 = insFld(foldersTree, gFld("Internet A–Z", "f-links.php"))
	aux2 = insDoc(aux1, gLnk("R", "Adresses", "f-adressen.php"))
	
aux1 = insFld(foldersTree, gFld("Contacts", "f-kontakt.php"))
	aux2 = insDoc(aux1, gLnk("R", "e-mail", "mailto:jean.christophe.schwaab@sgb.ch"))
	aux2 = insDoc(aux1, gLnk("B","Devenir membre", "f-mitglied.php"))

aux1 = insDoc(foldersTree, gLnk("P", "deutsch", "../dt/homeframeset.html")) 
     
  

