//
// 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.
//
// Decide if the names are links or just the icons
USETEXTLINKS = 1; //replace 0 with 1 for hyperlinks
// Decide if the tree is to start all open or just showing the root folders
STARTALLOPEN = 1; //replace 0 with 1 to show the whole tree
USEFRAMES = 0;
USEICONS = 0
ICONPATH = '../../JavaScript/Treeview/';
foldersTree = gFld("Home", "../../index.php");
insDoc(foldersTree, gLnk("P", "Company", "../../Company.php"))
aux1 = insFld(foldersTree, gFld('Showroom', 'index.php'));
aux2 = insFld(aux1, gFld('Home Office Furniture', '../Showroom/Showroom.php?cid=14'));
insDoc(aux2, gLnk('P', 'Desk', '../Showroom/Showroom.php?cid=87'));
insDoc(aux2, gLnk('P', 'Computer Table & Workstation', '../Showroom/Showroom.php?cid=36'));
insDoc(aux2, gLnk('P', 'Filing Cabinet', '../Showroom/Showroom.php?cid=53'));
aux2 = insFld(aux1, gFld('Bedroom Furniture', '../Showroom/Showroom.php?cid=9'));
insDoc(aux2, gLnk('P', 'Bedside Chest', '../Showroom/Showroom.php?cid=79'));
insDoc(aux2, gLnk('P', 'Drawer Chest', '../Showroom/Showroom.php?cid=22'));
insDoc(aux2, gLnk('P', 'Wardrobe', '../Showroom/Showroom.php?cid=78'));
insDoc(aux2, gLnk('P', 'Beds', '../Showroom/Showroom.php?cid=81'));
aux2 = insFld(aux1, gFld('Living room Furniture', '../Showroom/Showroom.php?cid=8'));
insDoc(aux2, gLnk('P', 'Entertainment Unit and TV Stand', '../Showroom/Showroom.php?cid=15'));
insDoc(aux2, gLnk('P', 'Sideboard and Cupboard', '../Showroom/Showroom.php?cid=16'));
insDoc(aux2, gLnk('P', 'Room Divider', '../Showroom/Showroom.php?cid=17'));
insDoc(aux2, gLnk('P', 'Coffee Table and Occasional table', '../Showroom/Showroom.php?cid=18'));
insDoc(aux2, gLnk('P', 'Bookcase and Display Shelf', '../Showroom/Showroom.php?cid=55'));
insDoc(aux2, gLnk('P', 'Shoe Rack & Cabinet', '../Showroom/Showroom.php?cid=86'));
insDoc(aux2, gLnk('P', 'Wall shelf', '../Showroom/Showroom.php?cid=77'));
insDoc(aux2, gLnk('P', 'CD & DVD Storage', '../Showroom/Showroom.php?cid=85'));
aux2 = insFld(aux1, gFld('Children Furniture', '../Showroom/Showroom.php?cid=26'));
insDoc(aux2, gLnk('P', 'Kids Bedside Chest, Night Stand', '../Showroom/Showroom.php?cid=71'));
insDoc(aux2, gLnk('P', 'Cabin Bed', '../Showroom/Showroom.php?cid=82'));
insDoc(aux2, gLnk('P', 'Kids Others', '../Showroom/Showroom.php?cid=72'));
insDoc(aux2, gLnk('P', 'Kids Drawer Chest', '../Showroom/Showroom.php?cid=88'));
insDoc(aux2, gLnk('P', 'Bunkbed', '../Showroom/Showroom.php?cid=89'));
insDoc(aux2, gLnk('P', 'Kids Wardrobe', '../Showroom/Showroom.php?cid=90'));
insDoc(aux2, gLnk('P', 'Kids Storage Box', '../Showroom/Showroom.php?cid=91'));
insDoc(aux2, gLnk('P', 'Kids Desk', '../Showroom/Showroom.php?cid=94'));
aux2 = insFld(aux1, gFld('Bathroom Furniture', '../Showroom/Showroom.php?cid=83'));
insDoc(aux2, gLnk('P', 'Bathroom Cabinet', '../Showroom/Showroom.php?cid=92'));
insDoc(aux2, gLnk('P', 'Bathroom Mirror', '../Showroom/Showroom.php?cid=93'));
insDoc(aux1, gLnk('P', 'Dining and Kitchen Furniture', '../Showroom/Showroom.php?cid=84'));
insDoc(foldersTree, gLnk("P", "Member Login", "../Member/Login.php"))
insDoc(foldersTree, gLnk("P", "Contact US", "../../Contactus.php"))
insDoc(foldersTree, gLnk("P", "Site Map", "Sitemap.php"))