//
// 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 = 0
PRESERVESTATE = 0



foldersTree = gFld("<b>For sale</b>", "javascript:parent.op()")
  foldersTree.treeID = "Equipment"
  aux1 = insFld(foldersTree, gFld("<b>Used equipment</b>", "javascript:parent.op()"))
  
 	aux2 = insFld(aux1, gFld("<i>Machinery</i>", "javascript:parent.op()"))
  
      insDoc(aux2, gLnk("S", "Fork lift", "lift.html"))
      insDoc(aux2, gLnk("S", "Electric welder", "welder.html"))
      insDoc(aux2, gLnk("S", "Metal saw", "metal_saw.html"))
      insDoc(aux2, gLnk("S", "Plate saw", "plate_saw.html"))
      insDoc(aux2, gLnk("S", "Vertical milling machine", "vertical_milling.html"))
      insDoc(aux2, gLnk("S", "Hydraulic press", "press.html"))
      insDoc(aux2, gLnk("S", "Boring machine", "boring.html"))
      insDoc(aux2, gLnk("S", "Drill press", "drill.html"))
      insDoc(aux2, gLnk("S", "Misal Lathe", "lathe.html"))
      insDoc(aux2, gLnk("S", "Electronic scale", "scale.html"))
      insDoc(aux2, gLnk("S", "Storage system", "storage.html"))
      insDoc(aux2, gLnk("S", "Milling machine", "milling.html"))
      insDoc(aux2, gLnk("S", "Plate straightner", "straightner.html"))
      insDoc(aux2, gLnk("S", "Air drainer", "drainer.html"))
	  
  aux2 = insFld(aux1, gFld("<i>Handling/Lifting</i>", "javascript:parent.op()"))
      insDoc(aux2, gLnk("S", "Hoist", "hoist.html"))
      insDoc(aux2, gLnk("S", "Overhead crane", "crane.html"))
      insDoc(aux2, gLnk("S", "Manual Lifting Table", "lifting_table.html"))
      insDoc(aux2, gLnk("S", "Adjustable conveyor", "conveyor.html"))
      insDoc(aux2, gLnk("S", "Racks", "racks.html"))
      insDoc(aux2, gLnk("S", "Chain", "chain.html"))
      insDoc(aux2, gLnk("S", "Security equipment", "security.html"))
      insDoc(aux2, gLnk("S", "Plate Clamp", "clamp.html"))
      insDoc(aux2, gLnk("S", "Dolly", "dolly.html"))
      insDoc(aux2, gLnk("S", "Load binder", "binder.html"))
	  
aux2 = insFld(aux1, gFld("<i>Tool steel</i>", "javascript:parent.op()"))
  
      insDoc(aux2, gLnk("S", "Tool steel", "tool_steel.html"))
	  
  aux2 = insFld(aux1, gFld("<i>Miscellaneous</i>", "javascript:parent.op()"))
      insDoc(aux2, gLnk("S", "Foreman office", "office.html"))
      insDoc(aux2, gLnk("S", "Workstation", "workstation.html"))
      insDoc(aux2, gLnk("S", "Cable cutter", "cutter.html"))
      insDoc(aux2, gLnk("S", "Vacuum cleaner", "vacuum.html"))
      insDoc(aux2, gLnk("S", "Sewage fish", "fish.html"))
      insDoc(aux2, gLnk("S", "Buckets", "buckets.html"))
      insDoc(aux2, gLnk("S", "Industrial air blower", "blower.html"))
      insDoc(aux2, gLnk("S", "Telephone system", "phone.html"))
	  

