// 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 = 1
WRAPTEXT = 1
PRESERVESTATE = 1
ICONPATH='images/tree/'
HIGHLIGHT=1
HIGHLIGHT_COLOR='#FFFFFF'
HIGHLIGHT_BG='#996600'


foldersTree = gFld("<b>Menu</b>")
 // gLnk("B", "Anasayfa", "temp6.htm"))
  aux1 = insFld(foldersTree, gLnk("S","Homepage","index_eng.asp?sayfaid=1"))
  aux1 = insFld(foldersTree, gFld("About Us", "javascript:;"))
    insDoc(aux1, gLnk("S", "The International Center for Schools of Quality", "index_eng.asp?sayfaid=2"))
	insDoc(aux1, gLnk("S", "The Centre for Schools of Quality Africa", "index_eng.asp?sayfaid=6"))
	insDoc(aux1, gLnk("S", "The Turkish Center for Schools of Quality", "index_eng.asp?sayfaid=4"))
	//insDoc(aux1, gLnk("S","Structure of the Turkish Center for Schools of Quality", "index_eng.asp?sayfaid=5"))
	aux2 = insFld(aux1, gFld("Founders", "index_eng.asp?sayfaid=7"))
		insDoc(aux2, gLnk("S", "John Jay Bonstingl", "index_eng.asp?sayfaid=9"))
		insDoc(aux2, gLnk("S", "Hayal Köksal", "index_eng.asp?sayfaid=8"))
	insDoc(aux1, gLnk("S", "Our Partners", "index_eng.asp?sayfaid=16"))	
  insDoc(foldersTree, gLnk("S", "Our Services", "index_eng.asp?sayfaid=14"))
  insDoc(foldersTree, gLnk("S", "Projects", "index_eng.asp?sayfaid=15"))	
  insDoc(foldersTree, gLnk("S","Books", "index_eng.asp?sayfaid=11"))  
 // insDoc(foldersTree, gLnk("S","Special Interest Groups", "index_eng.asp?sayfaid=17")) 		
 // insDoc(foldersTree, gLnk("S","Application Forms", "index_eng.asp?sayfaid=13"))
 // 	insDoc(aux1, gLnk("S", "PaydasFormu", "index.asp?sayfaid=0"))
//	insDoc(aux1, gLnk("S", "Formu", "index.asp?sayfaid=0"))
//  aux1 = insFld(foldersTree, gLnk("S","Press Corner","index_eng.asp?sayfaid=20"))
  aux1 = insFld(foldersTree, gLnk("S","Links","index_eng.asp?sayfaid=12"))
  aux1 = insFld(foldersTree, gLnk("S","Photo Gallery","index_eng.asp?sayfaid=3"))
//  aux1 = insFld(foldersTree, gLnk("S","Blog","index_eng.asp?sayfaid=18"))
//aux1 = insDoc(foldersTree, gLnk("S","Archive","index_eng.asp?sayfaid=19"))
  aux1 = insFld(foldersTree, gLnk("S","Contact","index_eng.asp?sayfaid=41"))
//------------------------------------------------------------------------------	
	
