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

//
// The following code constructs the tree.  This code produces a tree that looks like:
// 
// Tree Options
//  - Expand for example with pics and flags
//    - United States
//      - Boston
//      - Tiny pic of New York City
//      - Washington
//    - Europe
//      - London
//      - Lisbon
//  - Types of node
//    - Expandable with link
//      - London
//    - Expandable without link
//      - NYC
//    - Opens in new window
//

foldersTree = gFld("<b>Home page</b>", "index.php")
  foldersTree.treeID = "Frameless"
  aux1 = insFld(foldersTree, gFld("Aesthetic Plastic Surgery", "javascript:undefined"))
      insDoc(aux1, gLnk("S", "Facelift", "service_8.php"))
	  insDoc(aux1, gLnk("S", "Mini Face Lift", "service_7.php"))
      insDoc(aux1, gLnk("S", "Brow Lift or Forehead Lift", "service_5.php"))
	  insDoc(aux1, gLnk("S", "Eyelid surgery", "service_6.php"))
	  insDoc(aux1, gLnk("S", "Breast Augmentation", "service_1.php"))
	  insDoc(aux1, gLnk("S", "Nose Surgery", "service_10.php"))
	  insDoc(aux1, gLnk("S", "Jaw Contouring", "#"))
	  insDoc(aux1, gLnk("S", "Mandibular Angle Resection ,Gonioplasty", "#"))
	  insDoc(aux1, gLnk("S", "Breast Lift", "service_3.php"))
	  insDoc(aux1, gLnk("S", "Breast Reduction", "service_4.php"))
	  insDoc(aux1, gLnk("S", "Gynecomastia", "service_9.php"))
	  insDoc(aux1, gLnk("S", "Tummy Tuck", "service_11.php"))
	  insDoc(aux1, gLnk("S", "Labiaplasty", "#"))
	  insDoc(aux1, gLnk("S", "Lip Surgery", "#"))
	  insDoc(aux1, gLnk("S", "Augmentation Rhinoplasty with silicone", "service_12.php"))
	  insDoc(aux1, gLnk("S", "Cheek Augmentation", "service_13.php"))
  aux1 = insFld(foldersTree, gFld("Gender Reassignment Surgery", "javascript:undefined"))
        insDoc(aux1, gLnk("S", "Male to Female (MtF)", "#"))
      insDoc(aux1, gLnk("S", "Female to Male (FtM )", "#"))
	  