//
// 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.
//

USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1


foldersTree = gFld("<b>Sortiment</b>")
  foldersTree.treeID = "Frameless"
  aux1 = insFld(foldersTree, gFld("Vitvaror", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Tvätt & Tork", "tvatt_tork.php"))
	aux2 = insFld(aux1, gFld("Kyl & Frys", "kyl_frys.php"))
	aux2 = insFld(aux1, gFld("Spis", "spis.php"))
	aux2 = insFld(aux1, gFld("Diskmaskiner", "diskmaskiner.php"))
  aux1 = insFld(foldersTree, gFld("Radiatorer", "radiatorer.php"))	
  aux1 = insFld(foldersTree, gFld("Sverigepumpen", "sverigepumpen.php"))
  aux1 = insFld(foldersTree, gFld("Sunwind", "sunwind.php"))	  
  aux1 = insFld(foldersTree, gFld("Ljuskällor", "ljuskallor.php"))