//
// Copyright (c) 2006 by Conor O'Mahony.
// For enquiries, please email GubuSoft@GubuSoft.com.
// Please keep all copyright notices below.
// Original author of TreeView script is Marcelino Martins.
//
// This document includes the TreeView script.
// The TreeView script can be found at http://www.TreeView.net.
// The script is Copyright (c) 2006 by Conor O'Mahony.
//
// You can find general instructions for this file at www.treeview.net.
//-----------------------------------------------------------------------//
//foldersTree = gFld("<b>Tree Options</b>", "demoFramelessHili.html")
  //aux2 = insFld(foldersTree, gFld("United States", "demoFramelessHili.html?pic=%22beenthere_unitedstates%2Egif%22"))
    //insDoc(aux2, gLnk("S", "Boston", "demoFramelessHili.html?pic=%22beenthere_boston%2Ejpg%22"))
    //insDoc(aux2, gLnk("S", "Tiny pic of New York City", "demoFramelessHili.html?pic=%22beenthere_newyork%2Ejpg%22"))
    //insDoc(aux2, gLnk("S", "Washington", "demoFramelessHili.html?pic=%22beenthere_washington%2Ejpg%22"))
 // aux2 = insFld(foldersTree, gFld("Europe", "javascript:undefined"))
   // insDoc(aux2, gLnk("S", "London", "demoFramelessHili.html?pic=%22beenthere_london%2Ejpg%22"))
    //insDoc(aux2, gLnk("S", "Lisbon", "demoFramelessHili.html?pic=%22beenthere_lisbon%2Ejpg%22"))

//

USETEXTLINKS = 1
STARTALLOPEN = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 0
PRESERVESTATE = 1
HIGHLIGHT = 1


//
// The following code constructs the tree.
//
foldersTree = gFld("<h4>Tauchservice SÜD</h4>", "Index.htm")
  aux1 = insFld(foldersTree, gFld("Werkstatt", "Werkstatt.htm"))
    insDoc(aux1, gLnk("S", "Eingang + Reinigung", "Eingangskontrolle.htm"))
    insDoc(aux1, gLnk("S", "Montage + Prüfung", "Pruefung.htm"))
  	insDoc(aux1, gLnk("S", "Lager", "Lager.htm"))
  aux1 = insFld(foldersTree, gFld("Rebreather", "Rebreather.htm"))
  	insDoc(aux1, gLnk("S", "Inspiration", "Inspiration.htm"))
	insDoc(aux1, gLnk("S", "rEvo", "rEvo.htm"))
	insDoc(aux1, gLnk("S", "Ray + Dolphin", "Ray.htm"))
  aux1 = insFld(foldersTree, gFld("Flaschen", "Flaschen.htm"))
  	insDoc(aux1, gLnk("S", "Ventile", "Ventile.htm"))
  	insDoc(aux1, gLnk("S", "TÜV", "TUEV.htm"))
  	insDoc(aux1, gLnk("S", "Reinigung", "Reinigung.htm"))
  aux1 = insFld(foldersTree, gFld("Preise", "Preise.htm"))
  aux1 = insFld(foldersTree, gFld("Kompressor", "Kompressor.htm"))
  	insDoc(aux1, gLnk("S", "Booster", "Booster.htm"))
  aux1 = insFld(foldersTree, gFld("Atemregler", "Atemregler.htm"))
  	insDoc(aux1, gLnk("S", "1. Stufe", "1Stufe.htm"))
  	insDoc(aux1, gLnk("S", "2. Stufe", "2Stufe.htm"))
	insDoc(aux1, gLnk("S", "Neuer Regler", "Neu.htm"))
  aux1 = insFld(foldersTree, gFld("Kontakt", "Kontakt.htm"))
  	insDoc(aux1, gLnk("S", "AGB", "AGB.htm"))
  	insDoc(aux1, gLnk("S", "Impressum", "Impressum.htm"))
	insDoc(aux1, gLnk("S", "Anfahrt", "Anfahrt.htm"))
  aux1 = insFld(foldersTree, gFld("Formulare", "Formulare.htm"))
  aux1 = insFld(foldersTree, gFld("Wieso zum Service", "WiesoService.htm"))
  aux1 = insFld(foldersTree, gFld("Unsere Kunden", "Kunden.htm"))  
  //
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 
