/*
  --- 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 = [

['COMPANY', null, null,
		['Profile', 'about.html'],
		['Our Clients' , 'client.html'],
		['Contact Us' , 'contact.html'],
		
	],


['SERVICES', null, null,
		['Control & Automation', 'contaut.html'],
		['Technical Services', 'techservice.html',,
			['Application Engineering','techservice.html#1'],
			['Detailed Design Engineering ', 'techservice.html#2'],
			['Control Software / SCADA Development', 'techservice.html#3'],
			['Process Optimization Services', 'techservice.html#4'],
			[' Field Services ', 'techservice.html#5'],
			['Training Solutions', 'techservice.html#6']			
		],
		
	],


	['PRODUCTS', null, null,
		['Weghing & Batching Solutions', null, null,
			['Load cells',' loadcell.html ' ],
			['Weghing Systems', 'weghing.html' ],
			['Batching Systems', 'batching.html' ]
		],
		['Process Monitoring & Control Solutions', null, null,
			['Process Parameters', 'proparam.html' ],
			['Control Components', 'controlcomp.html'],
			['Instruments & Sensors', 'instsens.html'],
			['Automation Equipments', 'automation.html']
		],
		['Material Handling Automation', 'mathand.html'],
	],

];


