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>CONTACT US</b>","/contactus/contactus.asp")
  insDoc(foldersTree, gLnk("S", "PSASA & Chapter Contacts","/general/general.asp?ID=12&menu=contactus"))
  insDoc(foldersTree, gLnk("S", "General Enquiries","/contactus/contactus.asp?Type=Q"))
  insDoc(foldersTree, gLnk("S", "Membership Enquiries","/contactus/contactus.asp?AddressedTo=MB&Type=Q"))
  insDoc(foldersTree, gLnk("S", "Give Us Feedback","/contactus/contactus.asp"))
  insDoc(foldersTree, gLnk("S", "Rate Us","/contactus/rateus.asp"))
  insDoc(foldersTree, gLnk("S", "Report a Problem","/contactus/problemreport.asp"))

foldersTree.treeID = "tcontactus"
