//
// 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 = 1
PRESERVESTATE = 0

//
// 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>Bogdan-Vod&#259; University</b>", "#")
  foldersTree.treeID = "Frameless"
  aux1 = insFld(foldersTree, gFld("Home", "index_en.php"))
  aux1 = insFld(foldersTree, gFld("General information", "javascript:undefined"))
  insDoc(aux1, gLnk("S", "Presentation of the University", "prezentare_en.php"))
  insDoc(aux1, gLnk("S", "Location and Assets", "spatiu_en.php"))
  insDoc(aux1, gLnk("S", "Mission", "misiune_en.php"))
  insDoc(aux1, gLnk("S", "Organization", "conducere_en.php"))
  insDoc(aux1, gLnk("S", "Academic Council", "functiiconducere_en.php"))
  insDoc(aux1, gLnk("S", "Senate", "senatubv_en.php"))
  insDoc(aux1, gLnk("S", "General Secretariate", "secretariat_ubv_en.php"))
  insDoc(aux1, gLnk("S", "Organizational Structure", "org_en.php"))
  insDoc(aux1, gLnk("S", "Regulations", "regulamente_en.php"))
  insDoc(aux1, gLnk("S", "Structure of academic year", "structura_an_en.php"))
  aux1 = insFld(foldersTree, gFld("Quality management", "javascript:undefined"))
  insDoc(aux1, gLnk("S", "Institutional self-assessment", "aracis_en.php"))
  insDoc(aux1, gLnk("S", " ARACIS assessment", "aracis1_en.php"))
  aux1 = insFld(foldersTree, gFld("Scientific research", "javascript:undefined"))
  insDoc(aux1, gLnk("S", "Overview", "cercetare_en.php"))
  insDoc(aux1, gLnk("S", "BVU Journals", "ojs/index.php"))
  insDoc(aux1, gLnk("S", "Scientific events", "conferinta/index.php"))
  aux1 = insFld(foldersTree, gFld("Educational Offer", "javascript:undefined"))
  insDoc(aux1, gLnk("S", "Educational Offer", "diversepdf/oferta_en.pdf"))
  aux1 = insFld(foldersTree, gFld("Faculties", "javascript:undefined"))

aux2 = insFld(aux1, gFld("Faculty of Economics", "javascript:undefined"))
  aux3 = insFld(aux2, gFld("Overview", "javascript:undefined"))
      insDoc(aux3, gLnk("S", "Overview", "fse_en.php"))
      insDoc(aux3, gLnk("S", "Curricula", "program_en.php"))
      insDoc(aux3, gLnk("S", "Teaching plan", "plan_en.php"))
  aux3 = insFld(aux2, gFld("Cycle 1 License", "javascript:undefined"))
      insDoc(aux3, gLnk("S", "Admission", "diversepdf/admission.pdf"))
      insDoc(aux3, gLnk("S", "Proposed topics", "teme-fse_en.php"))
      insDoc(aux3, gLnk("S", "License", "#"))
  aux3 = insFld(aux2, gFld("Cycle 2 Master program", "javascript:undefined"))
      insDoc(aux3, gLnk("S", "Admission", "diversepdf/admission.pdf"))
      insDoc(aux3, gLnk("S", "Proposed topics", "temd-fse_en.php"))
      insDoc(aux3, gLnk("S", "Disertation", "#"))
  aux3 = insFld(aux2, gFld("Faculty structure", "javascript:undefined"))
      insDoc(aux3, gLnk("S", "Leadership", "conducere-fse_en.php"))
      insDoc(aux3, gLnk("S", "Chair of Finance-Accounting-Informatics", "catedra-fse1_en.php"))
      insDoc(aux3, gLnk("S", "Chair of Management-Marketing", "catedra-fse2_en.php"))
      insDoc(aux3, gLnk("S", "Secretariate", "secretariat_en.php"))
  aux3 = insFld(aux2, gFld("Students and master candidates", "javascript:undefined"))
      insDoc(aux3, gLnk("S", "Time table", "orar_en.php"))
      insDoc(aux3, gLnk("S", "Examination schedule", "exam_en.php"))

aux2 = insFld(aux1, gFld("Faculty of Law", "javascript:undefined"))
  aux3 = insFld(aux2, gFld("Overview", "javascript:undefined"))
      insDoc(aux3, gLnk("S", "Overview", "drept_en.php"))
      insDoc(aux3, gLnk("S", "Curricula", "program-drept_en.php"))
      insDoc(aux3, gLnk("S", "Teaching plan", "plan-drept_en.php"))
  aux3 = insFld(aux2, gFld("Cycle 1 License", "javascript:undefined"))
      insDoc(aux3, gLnk("S", "Admission", "diversepdf/admission.pdf"))
      insDoc(aux3, gLnk("S", "Proposed topics", "teme-drept_en.php"))
      insDoc(aux3, gLnk("S", "License", "#"))
  aux3 = insFld(aux2, gFld("Cycle 2 Master program", "javascript:undefined"))
      insDoc(aux3, gLnk("S", "Admission", "diversepdf/admission.pdf"))
      insDoc(aux3, gLnk("S", "Proposed topics", "temd-drept_en.php"))
      insDoc(aux3, gLnk("S", "Disertation", "#"))
  aux3 = insFld(aux2, gFld("Faculty structure", "javascript:undefined"))
      insDoc(aux3, gLnk("S", "Leadership", "conducere-drept_en.php"))
      insDoc(aux3, gLnk("S", "Chair of Law", "catedra-drept_en.php"))
      insDoc(aux3, gLnk("S", "Secretariate", "secretariat-drept_en.php"))
  aux3 = insFld(aux2, gFld("Students and master candidates", "javascript:undefined"))
      insDoc(aux3, gLnk("S", "Time table", "orar-drept_en.php"))
      insDoc(aux3, gLnk("S", "Examination schedule", "exam-drept_en.php"))


  aux2 = insFld(aux1, gFld("Faculty of Physical Educations and Sports", "javascript:undefined"))
  aux3 = insFld(aux2, gFld("Overview", "javascript:undefined"))
      insDoc(aux3, gLnk("S", "Overview", "edfizica_en.php"))
      insDoc(aux3, gLnk("S", "Curricula", "program-ed_en.php"))
      insDoc(aux3, gLnk("S", "Teaching Plan", "plan-ed_en.php"))
  aux3 = insFld(aux2, gFld("Cycle 1 License ", "javascript:undefined"))
      insDoc(aux3, gLnk("S", "Admission", "diversepdf/admission.pdf"))
      insDoc(aux3, gLnk("S", "Proposed topics", "teme-ed_en.php"))
      insDoc(aux3, gLnk("S", "License", "#"))
  aux3 = insFld(aux2, gFld("Cycle 2 Master program", "javascript:undefined"))
      insDoc(aux3, gLnk("S", "Admission", "diversepdf/admission.pdf"))
      insDoc(aux3, gLnk("S", "Proposed topics", "temd-ed_en.php"))
      insDoc(aux3, gLnk("S", "Disertation", "#"))
  aux3 = insFld(aux2, gFld("Faculty structure", "javascript:undefined"))
      insDoc(aux3, gLnk("S", "Leadership", "conducere-ed_en.php"))
      insDoc(aux3, gLnk("S", "Chair of Physical Education and Sports", "catedra-ed_en.php"))
      insDoc(aux3, gLnk("S", "Secretariate", "secretariat-ed_en.php"))
  aux3 = insFld(aux2, gFld("Students and master candidates", "javascript:undefined"))
      insDoc(aux3, gLnk("S", "Time table", "orar-ed_en.php"))
      insDoc(aux3, gLnk("S", "Examination schedule", "exam-ed_en.php"))

  aux1 = insFld(foldersTree, gFld("Students", "javascript:undefined"))
  insDoc(aux1, gLnk("S", "Majors and Degrees Awarded", "diversepdf/Majors and Degrees Awarded.pdf"))
  insDoc(aux1, gLnk("S", "Letter of Acceptance", "diversepdf/letterofacceptance.pdf"))
  insDoc(aux1, gLnk("S", "Admission for Foreign Students", "diversepdf/admission.pdf"))
  insDoc(aux1, gLnk("S", "Facilities", "facilitati_en.php"))
  insDoc(aux1, gLnk("S", "Student's Activities", "#"))


 

