//
// 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 = 1
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1


//
// The following code constructs the tree.
//
foldersTree = gFld("<b>Дерево сайту</b>", "http://vgoru.net")
    insDoc(foldersTree, gLnk("S", "Про організацію", "http://vgoru.net/about_organization/"))
    insDoc(foldersTree, gLnk("S", "Організаційні засади", "http://vgoru.net/principles/"))
    insDoc(foldersTree, gLnk("S", "Офіційні документи", "http://vgoru.net/official_documents/"))
    insDoc(foldersTree, gLnk("S", "Оголошення", "http://vgoru.net/announcement/"))
    insDoc(foldersTree, gLnk("S", "Коло рідновірів України", "http://vgoru.net/kolo_ridnoviriv/"))
    aux2 = insFld(foldersTree, gFld("Статті", "javascript:undefined"))
        insDoc(aux2, gLnk("S", "Україна сьогодні", "http://vgoru.net/ukraine_today/"))
        insDoc(aux2, gLnk("S", "Українська національна ідея", "http://vgoru.net/national_idea/"))
        insDoc(aux2, gLnk("S", "Українська перспектива", "http://vgoru.net/perspektiva/"))
        insDoc(aux2, gLnk("S", "Висвітлення політичних подій України", "http://vgoru.net/political_events/"))
        insDoc(aux2, gLnk("S", "Україна і зовнішній світ", "http://vgoru.net/ukraine_and_outer_world/"))
    aux3 = insFld(foldersTree, gFld("Трибуна сайту", "javascript:undefined"))
    	insDoc(aux3, gLnk("S", "Дискусії", "http://vgoru.net/diskusiyi/"))
        insDoc(aux3, gLnk("S", "III З'їзд ВГОРУ", "http://vgoru.net/3d_congress_of_the_vgoru/"))
	insDoc(aux3, gLnk("S", "Конференції", "http://vgoru.net/conferences/"))
    insDoc(foldersTree, gLnk("S", "Дописувачі-рідновіри", "http://vgoru.net/dopisuvachi-ridnoviri/"))
    insDoc(foldersTree, gLnk("S", "Про нас пишуть", "http://vgoru.net/nam_pishut/"))
    insDoc(foldersTree, gLnk("S", "Листування", "http://vgoru.net/listuvannja/"))
    insDoc(foldersTree, gLnk("S", "Зарезервовано", "http://vgoru.net/zarezervovano/"))
    insDoc(foldersTree, gLnk("S", "Провокації", "http://vgoru.net/provokatsii/"))
    aux3 = insFld(foldersTree, gFld("Творчість рідновірів", "javascript:undefined"))
    	insDoc(aux3, gLnk("S", "Література", "http://vgoru.net/literatura/"))
        insDoc(aux3, gLnk("S", "Музика", "http://vgoru.net/music/"))
        insDoc(aux3, gLnk("S", "Відео", "http://vgoru.net/video/"))

//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 