//
// 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
HIGHLIGHT = 1


//
// The following code constructs the tree.
//
foldersTree = gFld("<b>MENU</b>", "javascript:undefined")
	aux2 = insFld(foldersTree, gFld("Hem", "index.html"))
	
	aux2 = insFld(foldersTree, gFld("Nyheter", "nyheter.html"))
	aux2 = insFld(foldersTree, gFld("Produkter", "produkter.html"))
	hund = insFld(aux2, gFld("Hund", "javascript:undefined"))
			prod = insFld(hund, gFld("Bäddar & burar", "baddar.html"))
			prod = insFld(hund, gFld("Foder & kosttillskott", "foder.html"))
			prod = insFld(hund, gFld("Koppel & halsband", "koppel.html"))
			prod = insFld(hund, gFld("Leksaker", "hundleksaker.html"))
			prod = insFld(hund, gFld("Shampo & trimsaker", "shampo.html"))
			prod = insFld(hund, gFld("Matskålar & tugg", "tugg.html"))
	
	katt = insFld(aux2, gFld("Katt","javascript:undefined"))
			prod = insFld(katt, gFld("Bäddar & burar", "kattburar.html"))
			prod = insFld(katt, gFld("Foder & kosttillskott", "kattfoder.html"))
			prod = insFld(katt, gFld("Koppel & halsband", "kattkoppel.html"))
			prod = insFld(katt, gFld("Klös & leksaker", "kattleksaker.html"))
			prod = insFld(katt, gFld("Shampo & trimsaker", "kattshampo.html"))
		
	
	aux2 = insFld(foldersTree, gFld("Om Bina´s", "omoss.html"))
	aux2 = insFld(foldersTree, gFld("Vi som jobbar", "personal.html"))
	
	aux2 = insFld(foldersTree, gFld("Kontakta", "kontakta.html"))
	aux2 = insFld(foldersTree, gFld("Hitta till oss", "hitta.html"))
	//aux2 = insFld(foldersTree, gFld("Fång & magåkommor", "sjukdomar.html"))
	
	
	//insDoc(aux2, gLnk("S", "Hovrehabilitering", "hovrehab.html"))

	
	
	//aux2 = insFld(foldersTree, gFld("Behandlingar", "behandlingar.html"))
	//insDoc(aux2, gLnk("S", "Massage", "massage.html"))
	//insDoc(aux2, gLnk("S", "Bindvävsmassage", "bindvavsmassage.html"))

	
	//aux2 = insFld(foldersTree, gFld("Huskurer", "huskur.html"))
	//aux2 = insFld(foldersTree, gFld("Tämja vilda hästar", "tamjavildahastar.html"))
	//aux2 = insFld(foldersTree, gFld("Mina hästar", "javascript:undefined"))
	
		//skippy = insFld(aux2, gFld("Skippý frá Skipanesi", "skippy.html"))		
			//insDoc(skippy, gLnk("S", "Historien om Skippý", "skippyhistoria.html"))
			//insDoc(skippy, gLnk("S", "Skippýs rehabilitering", "skippyhem.html"))
	//luckey = insFld(aux2, gFld("Linhagens Luckey Luke", "luckey.html"))
	//insDoc(luckey, gLnk("S", "Sagan om Luckey Luke", "sagan.html"))
		//blog = insFld(aux2, gFld("Bloggen", "javascript:undefined"))
			//y2009 = insFld(blog, gFld("2009", "javascript:undefined"))
			//vecka = insFld(y2009, gFld("Juni", "javascript:undefined"))
					//insDoc(vecka, gLnk("S", "Vecka 25", "bloggen-2009-v25-juni.html"))
					
		
	
	
//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 
