// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var PRODUCTMENU_ITEMS = [
  ['Products','products.htm',,
	['Nano-10','nano10.htm'],
	['FMD-Series','fmd88-10.htm', null,
            ['FMD88-10','fmd88-10.htm',0],
            ['FMD1616-10','fmd1616-10.htm',0],
      ],
      ['F-Series','FPLC.htm',0,
            ['F1616-BA','f1616.htm',0],
            ['F2424','f2424.htm',0],
      ],
	['M-series',0,0, 
           ['T100MD+','t100md.htm',0],
           ['T100MX+','t100mx.htm',0],
      ],
	['Classic PLCs',0, 0,
		['E10','e10intro.htm', 0],
		['H-series','h-plc1.htm',0],
	],
      ['Others',0,0,
      	['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',
      ],
    ],
   ]
];
