/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/



var MENU_ITEMS = [
	['Products', 'products.htm', null,
		['PLC Families', null, null,
                        ['F-series Super PLCs','FPLC.htm',null,
                        ],

			['T100MD+ PLCs', 't100md.htm', null, 
			],
			['T100MX+ PLCs', 't100mx.htm', null,
			],
			['E10+ PLCs', 'e10intro.htm', null,
			],
		    ['H-series (Legacy)', 'h-plc1.htm', null],
		],
		['Software & Interface', null, null,
  		    ['LADDER+BASIC', 'trilogiintro.htm'],
		    ['Data Entry /HMI', 'dataentry.htm'],
		    ['Internet Access','internetconnect.htm'],
		    ['Excel Connectivity  ', 'ExcelLink/index.htm'],
		    ['Modbus RTU/ASCII  ', 'modbus.htm'],
		],
        ['Other Products',null,null,
	    	['Auto485', "javascript:popUp('auto485.htm');"],
		    ['MDS100', "javascript:popUp('mds100.htm');"],
	    ],
    	['PLC as I/O Boards', 'ioboard.htm',
    	],
	],
	['Download', , ,
		['Ladder+BASIC Software ',,null,
               ['Internet TRiLOGI', 'trilogi.htm'],
   		   ['Browser Version', 'trilogi3.htm'],
  		   ['DOS Version', 'trilogi2.htm'],
		   ['Chinese TRiLOGI', 'http://www.tri-plc.cn'],
            ],
            ['Documentations (PDF)', 'documentlist.htm'],
	],

	['Applications', 'applications.htm', null,
 	    ['Application Notes','appnotes/AppnoteMain.htm'],
		['M-series Photos', 'applications/m-plc2.htm'],
		['H-series Photos', 'applications/h-plc2.htm'],
		['Users\' Projects', 'applications/userapp.htm'],
	],
	['Contact Us', null, null,
	    ['General Inquiries', 'contact.htm'],
		['Technical Inquiries','techinq.htm'],
		['Get OEM Price List', 'rfqform.htm'],
		['About TRi', 'home.htm'],
		['What Our Users Say', 'testimonial.htm',null,
            ["Users\' Opinions", 'testimonial.htm'],
     		['Expert Review', 'ccireview.htm'],
 
          ],
	],
	['FAQ / Forum', null, null, 
	    ['Frequently Asked Questions','faqmain.htm'],
	    ['Forum', 'yabbse/index.php',null,
	        ['FAQ Board', 'yabbse/index.php?board=2'],
    	    ['Technical Support Board', 'yabbse/index.php?board=1'],
	        ['Search Forum', 'yabbse/index.php?action=search'],
	    ],    
	],
	
	['How to Order', 'order.htm', null,
		['United States', 'http://www.tri-plc.com/usaorder/orderchoice.htm'],
		['Canada', 'http://canada.tri-plc.com/canadaorder/orderchoice.htm'],
		['Other Countries','order.htm'],
		['International Distributors','distlist.htm'],
	],
];

