// You can find instructions for this file here:
// http://www.treeview.net

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// Decide if the tree is to start all open or just showing the root folders
STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree

ICONPATH = '../images/' //change if the gif's folder is a subfolder, for example: 'images/'


foldersTree = gFld("<i>NIC</i>")
  aux1 = insFld(foldersTree, gFld("State Centre"))
         insDoc(aux1, gLnk("R", "Profile", "Organization.htm"))
         insDoc(aux1, gLnk("R", "NICNET", "network.htm"))
	 insDoc(aux1, gLnk("R", "Services", "services.htm"))
	 insDoc(aux1, gLnk("R", "INTRA NIC", "http://intranic.nic.in/"))
         insDoc(aux1, gLnk("R", "Phone Directory", "phonedir.htm"))


  aux1 = insFld(foldersTree, gFld("GOI Directory"))
      insDoc(aux1, gLnk("R", "Directory","http://goidirectory.nic.in"))

   aux1 = insFld(foldersTree, gFld("Districts"))
      insDoc(aux1, gLnk("R", "Maharashtra Districts","dist_centre.html"))  
 
  aux1 = insFld(foldersTree, gFld("National Informatics Centre"))
      insDoc(aux1, gLnk("R", "NIC Offerings", "http://offerings.nic.in"))
      insDoc(aux1, gLnk("R", "E Directory", "http://nictelephonedirectory.nic.in"))
      insDoc(aux1,gLnk("R","NIC HeadQuarters","http://www.nic.in")) 

 aux1 = insFld(foldersTree, gFld("News"))
      insDoc(aux1,gLnk("R","Informatics Newsletter","http://informatics.nic.in")) 
      insDoc(aux1, gLnk("R", "Newsonline", "http://informatics.nic.in/newsonline"))
      
 aux1 = insFld(foldersTree, gFld("Training"))
      insDoc(aux1,gLnk("R","Training Division of Maharashtra State Centre","http://training.nic.in")) 
      
  aux1 = insFld(foldersTree, gFld("Projects"))
          insDoc(aux1, gLnk("R", "MahaFood", "http://203.199.16.200:8080/mahafood"))
          insDoc(aux1, gLnk("R", "Quarter Allotment", "http://203.199.16.196:8080/house"))
    	  insDoc(aux1, gLnk("R", "SIMNIC", "http://10.1.52.71/simnic"))	
          insDoc(aux1, gLnk("R", "e Service", "http://10.1.52.195/mis")) 
          insDoc(aux1, gLnk("R", "Cotton", "http://dacnet.nic.in/cotton/index.htm"))
          insDoc(aux1, gLnk("R", "NIC Email", "http://mumbai.nic.in/webmail/"))
          insDoc(aux1, gLnk("R", "WebRuralSoft", "http://maharashtra.nic.in/Webruralrdd/default.htm"))
          insDoc(aux1, gLnk("R", "MAT Mumbai", "http://matmumbai.nic.in/"))
	  insDoc(aux1, gLnk("R", "eMAN", "http://maharashtra.nic.in/htmldocs/undercons.htm"))

  aux1 = insFld(foldersTree, gFld("Happenings"))
          insDoc(aux1,gLnk("R","Government of Maharashtra","http://www.maharashtra.gov.in"))
          insDoc(aux1,gLnk("R","Samachar","http://www.samachar.com"))
          insDoc(aux1,gLnk("R","Bombay Stock Exchange","http://www.bseindia.com"))
          insDoc(aux1,gLnk("R","Tourist Places","http://www.mtdc.com"))
          insDoc(aux1,gLnk("R","Citizen Charters","http://goicharters.nic.in"))
	  insDoc(aux1,gLnk("R","Indian Airlines","http://indian-airlines.nic.in"))
	  insDoc(aux1,gLnk("R","Indian Railway","http://www.indianrail.gov.in"))  

 aux1=  insFld(foldersTree,gFld("News Channels"))
         insDoc(aux1,gLnk("R","Doordarshan News","http://www.ddinews.com"))
         insDoc(aux1,gLnk("R","All India Radio","http://allindiaradio.org/"))
         insDoc(aux1,gLnk("R","Press Information Bureau","http://pib.nic.in/welcome.html#."))

aux1=  insFld(foldersTree,gFld("Search","http://search.nic.in/compass"))
 