// // 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', 'Computer hideaway workstation', '../Showroom/Showroom.php?cid=70')); insDoc(aux2, gLnk('P', 'Workstation', '../Showroom/Showroom.php?cid=36')); insDoc(aux2, gLnk('P', 'Filing cabinet and office storage', '../Showroom/Showroom.php?cid=53')); aux2 = insFld(aux1, gFld('Storage', '../Showroom/Showroom.php?cid=13')); insDoc(aux2, gLnk('P', 'Others', '../Showroom/Showroom.php?cid=75')); insDoc(aux2, gLnk('P', 'Video racks', '../Showroom/Showroom.php?cid=74')); insDoc(aux2, gLnk('P', 'CD racks', '../Showroom/Showroom.php?cid=65')); insDoc(aux2, gLnk('P', 'DVD racks', '../Showroom/Showroom.php?cid=66')); insDoc(aux2, gLnk('P', 'Shoe racks', '../Showroom/Showroom.php?cid=67')); 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 and TV unit', '../Showroom/Showroom.php?cid=15')); insDoc(aux2, gLnk('P', 'Sideboards and Chest of Drawer', '../Showroom/Showroom.php?cid=16')); insDoc(aux2, gLnk('P', 'Room Dividers', '../Showroom/Showroom.php?cid=17')); insDoc(aux2, gLnk('P', 'Coffee and occasional tables', '../Showroom/Showroom.php?cid=18')); insDoc(aux2, gLnk('P', 'Bookcase and Display Shelving', '../Showroom/Showroom.php?cid=55')); insDoc(aux2, gLnk('P', 'Shelves and Wall Mount shelving', '../Showroom/Showroom.php?cid=77')); aux2 = insFld(aux1, gFld('Children\'s Furniture', '../Showroom/Showroom.php?cid=26')); insDoc(aux2, gLnk('P', 'Children\'s furniture', '../Showroom/Showroom.php?cid=71')); insDoc(aux2, gLnk('P', 'Children\'s beds', '../Showroom/Showroom.php?cid=82')); insDoc(aux2, gLnk('P', 'Children\'s storage and toyboxes', '../Showroom/Showroom.php?cid=72')); 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"))