//

// 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





foldersTree = gFld("", "#")

  foldersTree.treeID = "Frameless"

  aux1 = insFld(foldersTree, gFld("<span class=lefthead>Patients</span>", "javascript:undefined"))

    aux2 = insFld(aux1, gFld("<span class=leftnavlinks-active1>Contact us</span>", ""))

    aux2 = insFld(aux1, gFld("Getting Here", "sitemap.htm"))

    aux2 = insFld(aux1, gFld("Find a doctor ", "home-findadoctor.htm"))

    aux2 = insFld(aux1, gFld("Preparing for a visit", "home-preparing.htm"))

    aux2 = insFld(aux1, gFld("Emergency care", "home-emergency.htm"))

    aux2 = insFld(aux1, gFld("Feedback", "home-feedback.htm"))

  aux1 = insFld(foldersTree, gFld("<span class=lefthead>Students</span>", "javascript:undefined"))

    aux2 = insFld(aux1, gFld("Training Programmes", "home-stu-training.htm"))

    aux2 = insFld(aux1, gFld("Students Feedback", "home-students-feedback.htm"))

  aux1 = insFld(foldersTree, gFld("<span class=lefthead>Professionals</span>", "javascript:undefined"))

    aux2 = insFld(aux1, gFld("CMEs", "home-cme.htm"))

    aux2 = insFld(aux1, gFld("Training Programmes", "home-prof-training.htm"))

    aux2 = insFld(aux1, gFld("Jobs", "home-jobs.htm"))