// 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
PERSERVESTATE = 1


foldersTree = gFld("Home", "javascript:undefined")
home = "http://www3.uta.edu/sswtech/sapvc/"
 
aux2 = insFld(foldersTree, gFld("Teens", "javascript:undefined"))
      insDoc(aux2, gLnk("S","Teens age 13-15" ,home + "information/teens13_15/" ))
      insDoc(aux2, gLnk("S","Teens age 16-18" ,home + "information/teens16_18/" ))
      insDoc(aux2, gLnk("S","Play games" ,home + "games/default.htm"))
      
aux2 = insFld(foldersTree, gFld("Adults", "javascript:undefined"))
      insDoc(aux2, gLnk("S","Educator" ,home + "information/educators")) 
      insDoc(aux2, gLnk("S","Counselor" ,home + "information/counselors" ))
      insDoc(aux2, gLnk("S","Family" ,home + "information/families" ))
      insDoc(aux2, gLnk("S","Concerned citizen" ,home + "information/citizens"))
      

aux2 = insFld(foldersTree, gFld("Members", "javascript:undefined"))
      insDoc(aux2, gLnk("S","Member log-in" ,home + "System_Net/Authentication/frmLogin.aspx" )) 
      insDoc(aux2, gLnk("S","Become a member" ,home + "System_Net/Registration/RegisterUser.aspx" )) 
      insDoc(aux2, gLnk("S","Why become a member" ,home + "why_member.htm" )) 
      
aux2 = insFld(foldersTree, gFld("Music, Stories, Animation", "javascript:undefined"))
      insDoc(aux2, gLnk("S","Music" ,home + "system_net/music/musicpage.aspx" ))
      insDoc(aux2, gLnk("S","Stories" ,home + "stories/" ))
      insDoc(aux2, gLnk("S","Animation" ,home + "animation/default.htm"))
      
aux2 = insFld(foldersTree,  gFld("News and Resources" ,"http://www.jointogether.org/plugin.jtml?siteID=SAPORG&P=1"))
      
aux2 = insFld(foldersTree, gFld("Others", "javascript:undefined"))
       insDoc(aux2, gLnk("S","About sapvc.org", home + "information/overview.htm"))
       insDoc(aux2, gLnk("S","Privacy Policies" , home + "privacy_policies.htm" ))  
       insDoc(aux2, gLnk("S","Sponsors/credits" , home + "credits.htm" ))
       insDoc(aux2, gLnk("S","Developer information", home + "builders.htm" ))
       insDoc(aux2, gLnk("S","Report errors" ,"javascript:email()" ))
       insDoc(aux2, gLnk("S","Admin Login" ,home + "System/Administrator/AdminLogin.aspx" ))
       
function email()
{
	window.open(home + "System/common/contactUs/ReportErrors.aspx","Introduction","menubar=no,width=500,height=420,toolbar=no,scrollbars=yes");
}
       