/*
  --- 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 = [
    ['<!--За нас--> ', 'aboutus.php',	],
    ['<!--Цени-->', 'prices.php', ],
    ['<!--Тестове-->', null, null,
        ['Постнатална ДНК диагностика', 'test1.php', ],
        ['Пренатална ДНК диагностика', 'test2.php', ],
        ['ДНК анализ за биологично родство', 'test3.php', ],
        ['ДНК диагностика на инфекциозни заболявания', 'test4.php', ],
    ],
	['<!--Резултати-->', 'admin/results.php', ],
	['<!--Контакти-->', 'contacts.php', ],
	
];

