/*
  --- 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 = [
	['Zaagmachines', null, null,
		['BIG STONE CF 260','machinepark2.htm#BIGSTONECF260', {'tw' : '_parent'}],
		['BIG STONE CF 420AW','machinepark2.htm#BIGSTONECF420AW', {'tw' : '_parent'}],
	],
	['Freesmachines', null, null,
		['FORTHWORTH CS-G450B','machinepark2.htm#FORTHWORTHCS-G450B', {'tw' : '_parent'}],
		['HWACHEON MT-H-1300','machinepark2.htm#HWACHEONMT-H-1300', {'tw' : '_parent'}],
		['TOS FNK 25A','machinepark2.htm#TOSFNK25A', {'tw' : '_parent'}],
		['YEONG CHIN YCM 2GZ','machinepark2.htm#YEONGCHINYCM2GZ', {'tw' : '_parent'}],
		['ZEBRAK FNGJ-40','machinepark2.htm#ZEBRAKFNGJ-40', {'tw' : '_parent'}],
	],
	['Bewerkingscentra', null, null,
		['LAGUN GBM 42','machinepark2.htm#LAGUNGBM42', {'tw' : '_parent'}],
		['DAEWOO PUMA 250 MSB','machinepark2.htm#DAEWOOPUMA250MSB', {'tw' : '_parent'}],
		['DAEWOO PUMA 350','machinepark2.htm#DAEWOOPUMA350', {'tw' : '_parent'}],
		['HITACHI SEIKI VK','machinepark2.htm#HITACHISEIKIVK', {'tw' : '_parent'}],
		['HITACHI SEIKI VK 4511','machinepark2.htm#HITACHISEIKIVK4511', {'tw' : '_parent'}],
		['HITACHI SEIKI VK 6011','machinepark2.htm#HITACHISEIKIVK6011', {'tw' : '_parent'}],
		['LEADWELL MCV 610P', 'machinepark2.htm#LEADWELLMCV610P', {'tw' : '_parent'}],
	],
	['Draaibanken', null, null,
		['DAEWOO PUMA 250 MSB','machinepark2.htm#DAEWOOPUMA250MSB', {'tw' : '_parent'}],
		['DAEWOO PUMA 350','machinepark2.htm#DAEWOOPUMA350', {'tw' : '_parent'}],
		['GILDEMEISTER NEFPLUS','machinepark2.htm#GILDEMEISTERNEFPLUS500-1500', {'tw' : '_parent'}],
		['LEADWELL LC 10','machinepark2.htm#LEADWELLLC10', {'tw' : '_parent'}],
		['TOS SN 710S','machinepark2.htm#TOSSN710S', {'tw' : '_parent'}],
		['TOS SUI 32A','machinepark2.htm#TOSSUI32A', {'tw' : '_parent'}],
		['TRENS', 'machinepark2.htm#TRENS', {'tw' : '_parent'}],
	],
	['Controle', null, null,
		['CONTROLE KAMER','controle.htm', {'tw' : 'mainFrame'}],
	],
];


