// 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>", "home.php")	
    
aux1 = insFld(foldersTree, gFld("Wir über uns", "wir.php"))
    aux2 = insDoc(aux1, gLnk("B", "SEV-Jugend", "jugend.php#sev"))
	aux2 = insDoc(aux1, gLnk("B", "syndicom", "jugend.php#syndi"))
	aux2 = insDoc(aux1, gLnk("B", "Unia", "jugend.php#unia"))
	aux2 = insDoc(aux1, gLnk("B", "vpod", "jugend.php#vpod"))
	aux2 = insDoc(aux1, gLnk("R", "FAQ", "faq.php")) 
  
aux1 = insFld(foldersTree, gFld("Themen", "diverses.php"))
	aux2 = insDoc(aux1, gLnk("R", "Politik", "politik.php"))
	aux2 = insDoc(aux1, gLnk("R", "Berufsbildung", "bildung.php"))
	aux2 = insDoc(aux1, gLnk("R", "Schutz", "schutz.php"))
	aux2 = insDoc(aux1, gLnk("R", "Leistung / Lohn", "geld.php"))
	aux2 = insDoc(aux1, gLnk("R", "Arbeit / Ferien", "ferien.php"))
	aux2 = insDoc(aux1, gLnk("R", "Lehrstellenmarkt", "lehrstellen.php"))
	aux2 = insDoc(aux1, gLnk("R", "Arbeitslosigkeit", "arbeitslos.php"))			
      
aux1 = insFld(foldersTree, gFld("Lehrlingsrechte AZ", "rechte.php"))
	aux2 = insDoc(aux1, gLnk("B", "Bestellung", "bestellungen.php"))
	
aux1 = insFld(foldersTree, gFld("Docs/Publikationen", "docs.php"))
	aux2 = insDoc(aux1, gLnk("R", "Gesetze", "gesetze.php"))
	aux2 = insDoc(aux1, gLnk("B", "Bibliothek SGB", "http://www.sgb.ch/bibliothek.php"))

aux1 = insFld(foldersTree, gFld("Presse", "presse.php"))
	aux2 = insFld(aux1, gFld("Presseschau", "echo.php"))
		aux3 = insFld(aux2, gLnk("R", "Pressekontakt", "mailto:jean.christophe.schwaab@sgb.ch"))	
	
aux1 = insFld(foldersTree, gFld("Links AZ", "links.php"))
	aux2 = insDoc(aux1, gLnk("R", "Adressen", "adressen.php"))
	
aux1 = insFld(foldersTree, gFld("Kontakt", "kontakt.php"))
	aux2 = insDoc(aux1, gLnk("R", "E-Mail", "mailto:jean.christophe.schwaab@sgb.ch"))
	aux2 = insDoc(aux1, gLnk("B","Mitglied werden", "mitglied.php"))

aux1 = insDoc(foldersTree, gLnk("P","français", "../franz/homeframeset.html")) 
     
  


