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>NEWSROOM</b>","/news/news_list_s_date.asp?Cat=Article")
  insDoc(foldersTree, gLnk("S", "PSASA Awards","/general/general.asp?ID=99&menu=news"))
  insDoc(foldersTree, gLnk("S", "PSASA in the News","/news/news_list_s_date.asp?Cat=Article"))
  insDoc(foldersTree, gLnk("S", "Press Releases","/news/news_list_s_date.asp?Cat=Press+Release"))
  insDoc(foldersTree, gLnk("S", "National News","/news/news_list_s_date.asp?Cat=News"))
  insDoc(foldersTree, gLnk("S", "International Visitors","/news/visitors.asp"))
  aux2 = insFld(foldersTree, gFld("Chapter News","/news/news_list_s_date.asp?Cat=News"))
    insDoc(aux2, gLnk("S", "Johannesburg","/news/news_list_s_date.asp?Cat=News&Branch=JB"))
    insDoc(aux2, gLnk("S", "Cape Town","/news/news_list_s_date.asp?Cat=News&Branch=CT"))
    insDoc(aux2, gLnk("S", "Durban","/news/news_list_s_date.asp?Cat=News&Branch=DB"))
  insDoc(foldersTree, gLnk("S", "Newsletters","/news/publications.asp"))
  insDoc(foldersTree, gLnk("S", "Photo Album","/photoalbum/index.asp"))
/*  insDoc(foldersTree, gLnk("S", "Testimonials","/general/general.asp?Name=Testimonials&menu=news"))*/
  insDoc(foldersTree, gLnk("S", "Opinion Polls","/polls/index.asp?Cat=Poll"))
  insDoc(foldersTree, gLnk("S", "Surveys","/polls/index.asp?Cat=Survey"))

foldersTree.treeID = "tnews"