//
// 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("", "")
  foldersTree.treeID = "Frameless"
  aux1 = insFld(foldersTree, gFld("Hybrid Simulator", "index.html"))
    //aux2 = insFld(aux1, gFld("Hybrid Simulator", "index.html"))
    aux2 = insFld(aux1, gFld("Packaging Applications" ))
	  insDoc(aux2, gLnk("S", "Chip-to-Package Interconnect", "chipToPackage.html"))
	  insDoc(aux2, gLnk("S", "Meander Line", "mLine.html"))
	  insDoc(aux2, gLnk("S", "60-Port Multilayer PCB", "pcb.html"))
	aux2 = insFld(aux1, gFld("Platform-mounted Antennas"))
      insDoc(aux2, gLnk("S", "Patch Antenna on Simplified Fuselage+Wing", "patAnt.html"))
      insDoc(aux2, gLnk("S", "Vivaldi Antenna", "vivaldi.html"))
	  insDoc(aux2, gLnk("S", "Vivaldi Antenna Under a Beechcraft King Air 200", "vivaldiUndBch.html"))
	  insDoc(aux2, gLnk("S", "Wing Mounted Log-Periodic Antenna", "wingMntLogPer.html"))
	aux2 = insFld(aux1, gFld("Electromagnetic Compatibility & Interference (EMC/EMI)"))
	  insDoc(aux2, gLnk("S", "Antenna to Antenna (Front-Door) Coupling", "aToACoupling.html"))
	  insDoc(aux2, gLnk("S", "EMP Coupling to PCs in Airplanes (I)", "EMPCpPCAirP1.html"))
	  insDoc(aux2, gLnk("S", "EMP Coupling to PCs in Airplanes (II)", "EMPCpPCAirP2.html"))
  //aux1 = insFld(foldersTree, gFld("Wireless Propagation", "javascript:undefined"))
  //aux1 = insFld(foldersTree, gFld("Antennas", "javascript:undefined"))
