// 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>Willkommen</b></i>", "home-d.php")	
    
aux1 = insFld(foldersTree, gFld("News", "news-d.php"))
      
aux1 = insFld(foldersTree, gFld("Fairpay-Lohnrechner", "wieviel-d.php"))
	aux2 = insDoc(aux1, gLnk("B", "Lohnrechner", "http://www.lohn-sgb.ch/fairpay/branche.php?l=D"))
	      
aux1 = insFld(foldersTree, gFld("Was tun?", "was-d.php"))	
	
aux1 = insFld(foldersTree, gFld("Recht & Frauenlöhne", "recht-d.php"))
	aux2 = insDoc(aux1, gLnk("B", "Gleichstellungsgesetz", "http://www.admin.ch/ch/d/sr/151_1/"))
	
aux1 = insFld(foldersTree, gFld("Zahlen & Fakten", "zahlen-d.php"))

aux1 = insFld(foldersTree, gFld("Info-Spezial", "spezial-d.php"))
	
aux1 = insFld(foldersTree, gFld("Ihre Meinung", "meinung-d.php"))	

aux1 = insFld(foldersTree, gFld("Links", "links-d.php"))
	
aux1 = insFld(foldersTree, gFld("Das Projekt Fairpay", "projekt-d.php"))
aux1 = insFld(foldersTree, gFld("Bestellung", "bestellungen-d.php"))

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

     
  


