// 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("<span class=\"form_title\">Home</span>", "index.php")
  aux1 = insFld(foldersTree, gFld("Informasi", "javascript:undefined"))
    aux2 = insDoc(aux1, gLnk("S", "Keanggotaan", "index.php?do=1")) 			
    aux2 = insDoc(aux1, gLnk("S", "Peminjaman", "index.php?do=2"))
    aux2 = insDoc(aux1, gLnk("S", "Jam Pelayanan", "index.php?do=11"))
    aux2 = insDoc(aux1, gLnk("S", "Buku Baru", "bukubaru/pertama.html"))
    
  aux1 = insFld(foldersTree, gFld("Digital Library", "http://library.dinus.ac.id/"))
    //aux2 = insDoc(aux1, gLnk("S", "Katalog Online", "index.php?do=3")) 			
    //aux2 = insDoc(aux1, gLnk("S", "Cek Pinjaman", "index.php?do=8")) 			
    //aux2 = insDoc(aux1, gLnk("S", "Peminjaman Kedaluwarsa", "index.php?do=9")) 
    //aux2 = insDoc(aux1, gLnk("S", "Pustaka Baru Bulan Ini", "index.php?do=4"))
    //aux2 = insDoc(aux1, gLnk("S", "Informasi Download", "index.php?do=5"))
    //aux2 = insDoc(aux1, gLnk("S", "Statistika Pustaka", "index.php?do=6"))
    //aux2 = insDoc(aux1, gLnk("S", "Usulan Pustaka", "index.php?do=7"))
    //aux2 = insDoc(aux1, gLnk("S", "Daftar Usulan Pustaka", "index.php?do=12"))
    
  //aux1 = insFld(foldersTree, gFld("Berita Sirkulasi", "javascript:undefined"))
    //aux2 = insDoc(aux1, gLnk("S", "Cek Pinjaman Anggota", "index.php?do=8")) 			
    //aux2 = insDoc(aux1, gLnk("S", "Daftar Peminjaman Kedaluwarsa", "index.php?do=9")) 
    //aux2 = insDoc(aux1, gLnk("S", "Statistika Peminjaman", "index.php?do=10"))
  
  aux1 = insFld(foldersTree, gFld("Pengumuman", "index.php?do=12"))   
  aux1 = insFld(foldersTree, gFld("Buku Tamu", "index.php?do=13"))
 
