// 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 = '' //change if the gif's folder is a subfolder, for example: 'images/'


	foldersTree = gFld("<i><font color=yellow>الصفحة الرئيسية</fornt></i>", "")
	insDoc(foldersTree, gLnk("R", "عن الشركة", "AboutUs.htmL"))
  	aux1 = insFld(foldersTree, gFld("<font color=yellow>المنتجات<font>", ""))
    aux2 = insFld(aux1, gFld("P.U.", "PU.html"))
      insDoc(aux2, gLnk("R", "Women", "PUW.html"))
      insDoc(aux2, gLnk("R", "Men", "PUM.html"))
      insDoc(aux2, gLnk("R", "Kids", "PUK.html"))
    aux2 = insFld(aux1, gFld("P.V.C./T.R.", "PVC.html"))
      insDoc(aux2, gLnk("R", "Women", "PVCW.html"))
      insDoc(aux2, gLnk("R", "Men", "PVCM.html"))
      insDoc(aux2, gLnk("R", "Kids", "PVCK.html"))
    aux2 = insFld(aux1, gFld("T.P.U.", "PVC.html"))
      insDoc(aux2, gLnk("R", "Classic", "Classic.html"))
      insDoc(aux2, gLnk("R", "Sport", "Sport.html"))
	insDoc(foldersTree, gLnk("R", "خريطة الموقع", "map.htmL"))
	aux1 = insFld(foldersTree, gFld("<font color=yellow>تصميمات أخرى<font>", ""))
      insDoc(aux1, gLnk("R", "Women", "DesignW.html"))
      insDoc(aux1, gLnk("R", "Kids", "DesignK.html"))
	insDoc(foldersTree, gLnk("R", "أخبار", "news.asp"))
	insDoc(foldersTree, gLnk("R", "إتصل بنا", "Contactus.htmL"))
