﻿//
// 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
PRESERVESTATE = 1
STARTALLOPEN = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
ICONPATH = 'tree_images/'
HIGHLIGHT = 1
HIGHLIGHT_COLOR = '#f7941d';
HIGHLIGHT_BG    = 'white';


foldersTree = gFld('<i>Show Me</i>', 'javascript:parent.op();')
f = foldersTree
fSub = insFld(f,gFld('<b>Before and Afters</b>', 'show_me.htm'))
insDoc(fSub,gFld('Living Rooms', 'show_me/livingrooms/index.html'))
insDoc(fSub,gFld('Dining Rooms', 'show_me/diningrooms/index.html'))
insDoc(fSub,gFld('Kitchens', 'show_me/kitchens/index.html'))
insDoc(fSub,gFld('Bathrooms', 'show_me/bathrooms/index.html'))
insDoc(fSub,gFld('Family Rooms', 'show_me/familyrooms/index.html'))
insDoc(fSub,gFld('Bedrooms', 'show_me/bedrooms/index.html'))
