//



// Copyright (c) 2006 by Conor O'Mahony.



// For enquiries, please email GubuSoft@GubuSoft.com.



// Please keep all copyright notices below.



// Original author of TreeView script is Marcelino Martins.



//



// This document includes the TreeView script.



// The TreeView script can be found at http://www.TreeView.net.



// The script is Copyright (c) 2006 by Conor O'Mahony.



//



// You can find general instructions for this file at www.treeview.net.



//







USETEXTLINKS = 1



STARTALLOPEN = 0



USEFRAMES = 0



USEICONS = 0



WRAPTEXT = 1



PRESERVESTATE = 1







//



// The following code constructs the tree.  This code produces a tree that looks like:



// 



// Tree Options



//  - Expand for example with pics and flags



//    - United States



//      - Boston



//      - Tiny pic of New York City



//      - Washington



//    - Europe



//      - London



//      - Lisbon



//  - Types of node



//    - Expandable with link



//      - London



//    - Expandable without link



//      - NYC



//    - Opens in new window



//







foldersTree = gFld("<b>พม่า</b>", "javascript:undefined")



  foldersTree.treeID = "Frameless"

  aux2 = insFld(foldersTree, gFld("สถานการณ์เศรษฐกิจภายในประเทศ", "javascript:undefined"))

      insDoc(aux2, gLnk("S", "สภาวะเศรษฐกิจทั่วไป", "8.php?id=2651"))

      insDoc(aux2, gLnk("S", "การค้าชายแดน", "8.php?id=2652"))

  aux2 = insFld(foldersTree, gFld("ภาวะการค้าและการลงทุนกับต่างประเทศ", "javascript:undefined"))

      insDoc(aux2, gLnk("S", "การค้าและการลงทุนกับต่างประเทศ", "8.php?id=2671"))

      insDoc(aux2, gLnk("S", "การค้ากับไทย", "8.php?id=2672"))


  aux2 = insFld(foldersTree, gFld("การส่งเสริมการลงทุนจากต่างประเทศ", "javascript:undefined"))



      insDoc(aux2, gLnk("S", "หน่วยงานที่รับผิดชอบเกี่ยวกับการลงทุนของต่างชาติ", "8.php?id=2673"))



      insDoc(aux2, gLnk("S", "นโยบายเศรษฐกิจหลัก", "8.php?id=2674"))



      insDoc(aux2, gLnk("S", "กฎหมายการลงทุน", "8.php?id=2675"))



      insDoc(aux2, gLnk("S", "รูปแบบการลงทุน", "8.php?id=2676"))



      insDoc(aux2, gLnk("S", "สิทธิประโยชน์ในการลงทุน", "8.php?id=2677"))



  aux1 = insFld(foldersTree, gFld("แนวปฏิบัติและขั้นตอนการลงทุนในพม่า", "8.php?id=2678"))



  aux2 = insFld(foldersTree, gFld("โอกาสในการลงทุน", "javascript:undefined"))



      insDoc(aux2, gLnk("S", "อุตสาหกรรมที่รัฐบาลให้ความสำคัญ", "8.php?id=2679"))



      insDoc(aux2, gLnk("S", "กิจการที่รัฐบาลพม่าอนุญาตให้ต่างชาติลงทุน", "8.php?id=2680"))



      insDoc(aux2, gLnk("S", "กิจกรรมที่รัฐบาลพม่าควบคุมหรือไม่อนุญาตให้ต่างชาติลงทุน", "8.php?id=2681"))



      insDoc(aux2, gLnk("S", "ปัจจัยที่เกื้อหนุนเศรษฐกิจ", "8.php?id=2682"))



      insDoc(aux2, gLnk("S", "ปัญหาและอุปสรรคในการลงทุน", "8.php?id=2683"))



      insDoc(aux2, gLnk("S", "ข้อแนะนำในการประกอบธุรกิจ", "8.php?id=2684"))



  aux2 = insFld(foldersTree, gFld("หน่วยงานสำคัญและสถานที่ติดต่อ", "javascript:undefined"))



      insDoc(aux2, gLnk("S", "หน่วยงานสำคัญของไทยในพม่า", "8.php?id=2685"))



      insDoc(aux2, gLnk("S", "หน่วยงานราชการสำคัญของพม่า", "8.php?id=2686"))







































