function op() {
  // This function is for folders that do not open pages themselves.
  // See the online instructions for more information.
}

// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1
HIGHLIGHT_COLOR = '#CC0000'
HIGHLIGHT_BG = '#FFCC66'
ICONPATH = "/pics/site/"

foldersTree = gFld("<b>LINKS</b>","/search/links_other.asp")
  insDoc(foldersTree, gLnk("S", "View","/search/links_other.asp"))
  insDoc(foldersTree, gLnk("S", "Add a Link","/contactus/addlink.asp"))
  insDoc(foldersTree, gLnk("S", "Resources","/general/general.asp?ID=27&menu=search"))

foldersTree.treeID = "tlinks"
