// 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


foldersTree = gFld("<b>Frequently Asked Reports</b>", "")
  aux1 = insFld(foldersTree, gFld("<b>DistrictWise Reports</b>", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("IP Information", "../jsp/districtipreport.jsp"))
    aux2 = insFld(aux1, gFld("Mandal Information", "../jsp/mandalinf.jsp"))
    aux2 = insFld(aux1, gFld("Rainfall Information", "../jsp/mandalrf.jsp"))
    aux2 = insFld(aux1, gFld("Projects Information", "../jsp/distproj.jsp"))
    aux2 = insFld(aux1, gFld("Ground Water Information", "../jsp/districtgw.jsp"))
    aux2 = insFld(aux1, gFld("Yearwise Irrigation Information", "../jsp/districtirr.jsp"))
    aux2 = insFld(aux1, gFld("Yearwise Investment Information", "../jsp/districtinvreport.jsp"))
//    aux2 = insFld(aux1, gFld("Budget Expenditure Details", "#"))
//    aux2 = insFld(aux1, gFld("Project Offices Information", "../jsp/projoffice.jsp"))


  aux1 = insFld(foldersTree, gFld("<b>ProjectWise Reports</B>", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Major Projects", "javascript:undefined"))
       aux3 = insFld(aux2, gFld("Project Information","../jsp/projectmaj.jsp"))
       aux3 = insFld(aux2, gFld("Dam & Reservoir Information", "../jsp/projectdar.jsp"))
       aux3 = insFld(aux2, gFld("Yearwise Irrigation Information", "../jsp/projectirr.jsp"))
       aux3 = insFld(aux2, gFld("Yearwise Expenditure Information", "../jsp/projectexp.jsp"))
       aux3 = insFld(aux2, gFld("Yearwise Hydrological (Inflows & Outflows) Information", "../jsp/projecthyd.jsp"))
//     aux3 = insFld(aux2, gFld("Budget Expenditure Details", "#"))
//     aux3 = insFld(aux2, gFld("Status of clearences", "#"))
//     aux3 = insFld(aux2, gFld("Specific Problems Report", "#"))

    aux2 = insFld(aux1, gFld("Medium Projects", "javascript:undefined"))
       aux3 = insFld(aux2, gFld("Project Information","../jsp/projectmed.jsp"))
       aux3 = insFld(aux2, gFld("Dam & Reservoir Information", "../jsp/mediumdar.jsp"))
       aux3 = insFld(aux2, gFld("Yearwise Irrigation Information", "../jsp/mediumirr.jsp"))
       aux3 = insFld(aux2, gFld("Yearwise Expenditure Information", "../jsp/mediumexp.jsp"))
       aux3 = insFld(aux2, gFld("Yearwise Hydrological (Inflows & Outflows) Information", "../jsp/mediumhyd.jsp"))
//       aux3 = insFld(aux2, gFld("Budget Expenditure Details", "#"))
//       aux3 = insFld(aux2, gFld("Status of clearences", "#"))
//       aux3 = insFld(aux2, gFld("Specific Problems Report", "#"))


  aux1 = insFld(foldersTree, gFld("<b>BasinWise Reports</B>", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Basin Information", "../jsp/basininf.jsp"))
