/*
  --- 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 = [
	['Главная','http://www.fedama.org.ua/'],
	
	
	
	['Продукция', null, null,
		['Приводная техника', null, null,
			['Преобразов. частоты', null, null,
				['VLT2800','index.php?page=12'],
				['FCD300','index.php?page=13'],
				/*['FC300', null, null, 
					['VLT HVAC Drive','/stor/vlthvac.html'], */
					['AutomationDrive FC300','index.php?page=14'],
					['VLT HVAC FC100','index.php?page=15'],
					['VLT FC202 AQUA Drive','index.php?page=16'],					
			/*	],	
				/*['FC51', null, null, 
				['VLT AQUA Drive','/stor/vltaqua.html'], */
				['Micro Drive FC51','index.php?page=17']
			/*	['FC206','/stor/fc206.html']
				],  */
			],	
			['Устр.плавного пуска', null, null,
				['MCD3000','index.php?page=18'],
				['MCD200','index.php?page=19']	
			]
		],				
		['Пром.автоматика', null, null,
			['Датч.давления','index.php?page=20' ],
			['Пром.клапана','index.php?page=21' ],
			['Реле давления','index.php?page=22' ],
			['Термостаты','index.php?page=23' ],
			['Устр.пл.пуска','index.php?page=24' ],
			['Контр.мощн.','index.php?page=25' ],
			['Авт.выкл.','index.php?page=26' ],
			['Контакторы','index.php?page=27' ],
			['Элект.контакторы','index.php?page=28' ],
			['Таймеры','index.php?page=29' ] 
		]
	],	
		
	 /*['Напр. бизнеса', null, null,
		['?????', '../demo1/index.html'],
		['?????', '../demo2/index.html'],
		['?????', '../demo3/index.html']
	], */
    
 	['Предложения', null, null,
		['Новинки','index.php?page=31'],
		['Склад','index.php?page=32'],

	],	
	
 	['Проекты', null, null,
		['Насос','index.php?page=7']
		/*['???', 'цhttp://www.softcomplex.com/products/tigra_menu/docs/'],
		['???', 'цhttp://www.softcomplex.com/forum/forumdisplay.php?fid=29']*/
	],	
	
	['Контакты','index.php?page=4'], 
		
	['О нас', 'index.php?page=5'],
	
];

