
/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

oCMenu.makeMenu('top1','','О Гильдии')
	oCMenu.makeMenu('sub00','top1','Приветствие','/text/gil_privet.htm')
        oCMenu.makeMenu('sub01','top1','Из Устава НГПК','/text/gil_ustav.htm')
        oCMenu.makeMenu('sub02','top1','Что такое Гильдия?','/text/gil_about.htm')
	oCMenu.makeMenu('sub03','top1','Принципы','/text/gil_prinzip.htm')
	oCMenu.makeMenu('sub04','top1','Концепция','/text/gil_cons.htm')
	oCMenu.makeMenu('sub05','top1','Структура','/text/gil_struct.htm')
        oCMenu.makeMenu('sub06','top1','Кодексы')
oCMenu.makeMenu('sub060','sub06','Кодекс этики члена НГПК','/text/cod_ethic.htm')
          oCMenu.makeMenu('sub061','sub06','Кодекс поведения члена НГПК','/text/cod_behav.htm','','','30')
          oCMenu.makeMenu('sub062','sub06','Квалификационные требования к члену НГПК','/text/cod_demands.htm','','','30')
          oCMenu.makeMenu('sub063','sub06','Критерии для членства в НГПК','/text/cod_criteria.htm','','','30')
          oCMenu.makeMenu('sub064','sub06','Области управленческого консультирования для членства в НГПК','/text/cod_domcons.htm','','','55')
	    
	
oCMenu.makeMenu('top2','','Члены НГПК','')
	oCMenu.makeMenu('sub10','top2','Члены НГПК','/text/ngpc_chl.htm','','','')
	oCMenu.makeMenu('sub11','top2','Что дает членство','/text/chl_what.htm','','','')
	oCMenu.makeMenu('sub12','top2','Как вступить','/text/chl_how.htm','','','')
	
	
oCMenu.makeMenu('top3','','Сеть НГПК')
	
	oCMenu.makeMenu('sub30','top3','Члены Сети НГПК','/text/ngpc_net.htm','','','')
	oCMenu.makeMenu('sub31','top3','Что дает членство', '/text/net_usl.htm')
	oCMenu.makeMenu('sub32','top3','Как вступить?', '/text/net_how.htm','','','')

oCMenu.makeMenu('top4','', 'Экспертное <br>партнерство НГПК','/text/ngpc_experts.htm','','','30')

oCMenu.makeMenu('top5','','Партнёры','')
  oCMenu.makeMenu('sub50','top5','Профессиональные объединения','/text/part_prof.htm','','','30')
  oCMenu.makeMenu('sub51','top5','Деловые объединения','/text/part_busin.htm','','','')
  oCMenu.makeMenu('sub52','top5','Образовательные структуры','/text/part_educ.htm','','','30')
  oCMenu.makeMenu('sub53','top5','Структуры Российской Академии наук','/text/part_ran.htm','','','30')
  oCMenu.makeMenu('sub54','top5','Бизнес-организации','/text/part_busin-org.htm','','','')
  oCMenu.makeMenu('sub55','top5','Фонды','/text/part_funds.htm','','','')
	
	
oCMenu.makeMenu('top6','','Энциклопедия <br>консалтинга','','','','30')
	oCMenu.makeMenu('sub60','top6','Авторы','/text/enc_consalt.htm')
	oCMenu.makeMenu('sub61','top6','Сборники НГПК','/text/enc_sbornik.htm')
      oCMenu.makeMenu('sub62','top6','Аннотации к книгам','/text/enc_book.htm')
	
	

oCMenu.makeMenu('top7','', 'Международные<br>Форумы НГПК','','','','30')
oCMenu.makeMenu('sub70','top7','7-й Международный <br> Форум','/forum2011/index.htm','','','30')
   oCMenu.makeMenu('sub71','top7','6-й Международный <br> Форум','/forum2010/index.htm','','','30')
	oCMenu.makeMenu('sub72','top7','5-й Международный <br> Форум','/forum08/index.htm','','','30')
oCMenu.makeMenu('sub73','top7','4-й Международный <br> Форум','/forum4/index.htm','','','30')
oCMenu.makeMenu('sub74','top7','3-й Международный <br> Форум','/forum06/index.htm','','','30')
oCMenu.makeMenu('sub75','top7','2-й Международный <br> Форум','/forum/index.htm','','','30')



oCMenu.makeMenu('top8','', 'Контакты','/text/gil_coord.htm','','','')

oCMenu.makeMenu('top9','', 'Карта сайта','/text/map.htm','','','')





//Leave this line - it constructs the menu
oCMenu.construct()		
