USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1

foldersTree = gFld("")

aux1 = insFld(foldersTree, gFld("Home", "index.htm"))

aux1 = insFld(foldersTree, gFld("About Us"))
    aux2 = insFld(aux1, gFld("Kishtpc" , "ktpc.htm"))
    aux2 = insFld(aux1, gFld("Contact Us"))
	insDoc(aux2, gLnk("S", "Contact Us", "Contactus.htm"))
     	  
      	insDoc(aux2, gLnk("S", "Mr.B.Bonakdar", "mailto:bonakdar@iran-airshow.com"))
     	    

aux1 = insFld(foldersTree, gFld("Exhibition Info"))
    aux2 = insFld(aux1, gLnk("S", "Plan of Hall", "Plan1.htm"))
    aux2 = insFld(aux1, gLnk("S", "Exhibition", "exhibition.htm"))
    aux2 = insFld(aux1, gLnk("S", "Exhibitiors", "exhibitors.htm"))
    aux2 = insFld(aux1, gLnk("S", "Terms & Conditions", "terms.htm"))
    aux2 = insFld(aux1, gLnk("S", "Application Form" , "application.htm"))

aux1 = insFld(foldersTree, gFld("Printable Forms"))
    aux2 = insFld(aux1, gFld("Catalogue Entry" , "2.htm"))
    aux2 = insFld(aux1, gFld("Stand Name & Badges" , "3.htm"))
    aux2 = insFld(aux1, gFld("Visa Form" , "5.htm"))
    aux2 = insFld(aux1, gFld("Application Form" , "6.htm"))


aux1 = insFld(foldersTree, gFld("Exhibition News", "news.htm"))
    
aux1 = insFld(foldersTree, gFld("Photo Gallery"))

    aux2 = insFld(aux1, gFld("2006 Ex Photos", "http://www.kishtpc.com/Airshow/pic2006.htm"))
    aux2 = insFld(aux1, gFld("2004 Ex Photos", "pic2005.htm"))
    aux2 = insFld(aux1, gFld("2002 Ex Photos", "pic2002.htm"))
   

aux1 = insFld(foldersTree, gFld("Application Form", "application.htm"))

aux1 = insFld(foldersTree, gFld("Language"))

    aux2 = insFld(aux1, gFld("Farsi", "persian.htm"))
    aux2 = insFld(aux1, gFld("English", "index.htm"))


