//
// 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 = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1


//
// The following code constructs the tree.
//
foldersTree = gFld("", "")
aux2 = insFld(foldersTree, gFld("Vialed products", "vproducts.html"))
    insDoc(aux2, gLnk("S", "Trenbolone80", "Trenbolone80.html"))
    insDoc(aux2, gLnk("S", "Trenbolone100", "Trenbolone100.html"))
    insDoc(aux2, gLnk("S", "Trenbolone150", "Trenbolone150.html"))
    insDoc(aux2, gLnk("S", "Trenbolone200", "Trenbolone200.html"))
    insDoc(aux2, gLnk("S", "Equipoise200", "Equipoise200.html"))
    insDoc(aux2, gLnk("S", "Eq-Stack100", "Eq-Stack100.html"))
    insDoc(aux2, gLnk("S", "Cut-Stack150", "Cut-Stack150.html"))
    insDoc(aux2, gLnk("S", "Primobolan100", "Primobolan100.html"))
    insDoc(aux2, gLnk("S", "Decanoate250", "Decanoate250.html"))
    insDoc(aux2, gLnk("S", "Phenylprop125", "Phenylprop125.html"))
    insDoc(aux2, gLnk("S", "Masterone100", "Masterone100.html"))
    insDoc(aux2, gLnk("S", "Propionate100", "Propionate100.html"))
    insDoc(aux2, gLnk("S", "Cypionate250", "Cypionate250.html"))
    insDoc(aux2, gLnk("S", "Enanthate250", "Enanthate250.html"))
    insDoc(aux2, gLnk("S", "Sustanon350", "Sustanon350.html"))
aux2 = insFld(foldersTree, gFld("Other products", "oproducts.html"))
    insDoc(aux2, gLnk("S", "Others", "others.html"))
    insDoc(aux2, gLnk("S", "Under development", "development.html"))

//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 