//



// 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", "สถานการณ์ทางเศรษฐกิจของลาว", "7.php?id=2691"))



      insDoc(aux2, gLnk("S", "ความร่วมมือทางเศรษฐกิจไทย-ลาว ", "7.php?id=2692"))



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



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



      insDoc(aux2, gLnk("S", "การค้าและการลงทุนกับไทย", "7.php?id=2644"))



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



      insDoc(aux2, gLnk("S", "หน่วยงานของรัฐที่ดูแลการลงทุนจากต่างประเทศ", "7.php?id=2645"))



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



      insDoc(aux2, gLnk("S", "นโยบายส่งเสริมการลงทุน", "7.php?id=2647"))



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



  aux2 = insFld(foldersTree, gFld("แนวปฏิบัติและขั้นตอนในการลงทุน", "javascript:undefined"))



      insDoc(aux2, gLnk("S", "ระเบียบการค้า", "7.php?id=2650"))



      insDoc(aux2, gLnk("S", "จุดผ่านแดนบริเวณชายแดนด้าน สปป.ลาว", "7.php?id=2654"))



      insDoc(aux2, gLnk("S", "ระบบภาษีอากรและกฎหมายแรงงาน", "7.php?id=2655"))



      insDoc(aux2, gLnk("S", "แนวทางปฏิบัติสำหรับนักลงทุน", "7.php?id=2662"))



      insDoc(aux2, gLnk("S", "ค่าใช้จ่ายในการดำเนินงาน", "7.php?id=2663"))



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



      insDoc(aux2, gLnk("S", "โอกาสและลู่ทางการลงทุนในลาว", "7.php?id=2664"))



      insDoc(aux2, gLnk("S", "ทำไมต้องลงทุนใน สปป.ลาว", "7.php?id=2667"))



      insDoc(aux2, gLnk("S", "ข้อตกลงตามกรอบความร่วมมือระหว่างประเทศของ สปป.ลาว ", "7.php?id=2668"))



      insDoc(aux2, gLnk("S", "เขตเศรษฐกิจพิเศษสะหวันเซโน ", "7.php?id=2669"))



      insDoc(aux2, gLnk("S", "กิจการสำหรับนักลงทุนต่างชาติ", "7.php?id=2670"))



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



      insDoc(aux2, gLnk("S", "หน่วยงานที่สำคัญและสถานที่ติดต่อในสปป.ลาว", "7.php?id=2665"))



      insDoc(aux2, gLnk("S", "ข้อมูลหน่วยงานที่สำคัญในไทย", "7.php?id=2666"))







































