﻿var TNODES = [
	['Home', "main.html", null],
        ['Orchida Embroidery', null, null,
              ['Overview', "orch_01.html", null],
              ['Digitizing',"orch_02.html", null],
              ['Editing',"orch_03.html", null],
              ['Image Handling',"orch_04.html", null],
              ['Lettering',"orch_05.html", null],
              ['Features List',"orch_06.html", null],
        ],
        ['Orchida Knitting', null, null,
              ['Overview', "amm01.html", null],
              ['Prepare your drawing', "amm02.html", null],
              ['Fixed Program', "amm03.html", null],
              ['Library  Import', "amm04.html", null],
              ['Customizable Code', "amm05.html", null],
              ['Program Test', "amm06.html", null],
              ['Graphical Test', "amm07.html", null],
              ['Tutorial', "amm08.html", null]
        ],
        ['Accountant', null, null,
              ['What for !', "acc01.html", null],
              ['Is it Practical !', "acc02.html", null],
              ['How can I compare ?', "acc02b.html", null],
              ['Easiness', "acc03.html", null],
              ['Efficiency', null, null,
                   ['General Points', "acc04.html", null],
                   ['Items & Inventory', "acc05.html", null],
                   ['Receipts & Payments', "acc06.html", null],
                   ['Sales & Purchases', "acc07.html", null],
                   ['Manufacturing', "acc08.html", null]
	      ],	   
              ['Reports', null, null,
                   ['General Points', "acc09.html", null],
                   ['Customers', "acc10.html", null],
                   ['Transactions', "acc11.html", null],
                   ['Inventory', "acc12.html", null],
                   ['Other', "acc13.html", null]
	      ],	   
              ['Technical Points', "acc14.html", null]
        ],
        ['Offshore Dev.', null, null,
              ['Expertise', "off01.html", null],
              ['Portfolio', null, null,
                   ['Accountant', "off02.html", null],
                   ['Orchida', "off03.html", null],
                   ['AMM Knitting', "off04.html", null],
                   ['Psychology', "off05.html", null],
                   ['Geophysics', "off06.html", null],
                   ['Medical', "off07.html", null],
                   ['Banking', "off08.html", null]
	      ],	   
              ['Order', "off09.html", null]
        ],
        ['DownLoad', 'download.html', null],
        ['ORDER', 'order.html', null],
        ['Support', 'support.html', null],
        ['Contact', 'contact.html', null]
];


