

_menuCloseDelay=0         
_menuOpenDelay=0    
_subOffsetTop=0    
_subOffsetLeft=0 



with(menuStyle=new mm_style()){
onbgcolor="#6873A0";
oncolor="#FFFFbb";
offbgcolor="#727eb0";
offcolor="#FFFFff";

bordercolor="#dddddd";
borderstyle="solid";
borderwidth="5";
separatorcolor="#cccccc";
separatorsize="1";
separatorheight="1";
separatorwidth="100%";
padding=10;
fontsize="17";
fontstyle="normal";
fontfamily="Arial";
pagecolor="#000000";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#000000";
subimagepadding="8";
subimageposition="right";

}

with(menuStyle2=new mm_style()){

oncolor="#FFFFbb";
offcolor="#FFFFFF";

borderstyle="solid";
borderwidth="0";
separatorcolor="#cccccc";
separatorsize="1";
separatorheight="20";
separatorwidth="1";
padding=10;
fontsize="18";
fontstyle="normal";
fontfamily="Arial";
pagecolor="#000000";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#000000";
subimagepadding="0";

}

with(milonic=new menuname("about")){
style=menuStyle;
	aI("text=<u>История центра</u>;url=./index.php?t1=about&t2=history;");
	aI("text=<u>Руководители центра</u>;url=./index.php?t1=about&t2=stuff;");
}


with(milonic=new menuname("services")){
style=menuStyle;
aI("text=<u>Исследования</u> <img src=./img/arr.gif border=0>;url=./index.php?t1=services&t2=research;showmenu=research;");
aI("text=<u>Тренинги</u> <img src=./img/arr.gif border=0>;url=./index.php?t1=services&t2=trenings;showmenu=programs;");
aI("text=<u>Промо-акции</u>;url=./index.php?t1=services&t2=promo;");
aI("text=<u>Колл-центр</u>;url=./index.php?t1=services&t2=callc;");
aI("text=<u>Антикризисный PR</u>;url=./index.php?t1=services&t2=crizispr;");
aI("text=<u>Маркетинговое сопровождение</u> <img src=./img/arr.gif border=0>;url=./index.php?t1=services&t2=soprovozhden;showmenu=soprovozhden;");
aI("text=<u>Скрытая реклама</u>;url=./index.php?t1=services&t2=hreklama;");
}

with(milonic=new menuname("research")){
style=menuStyle;
aI("text=<u>Качественные методы</u>;url=./index.php?t1=services&t2=research&t3=m1;");
aI("text=<u>Количественные методы</u>;url=./index.php?t1=services&t2=research&t3=m2;");
aI("text=<u>Смешанные методы</u>;url=./index.php?t1=services&t2=research&t3=m3;");
aI("text=<u>Рассчет стоимости исследования</u>;url=./index.php?t1=services&t2=research&t3=prices;");
aI("text=<u>Заказ исследования</u>;url=./index.php?t1=services&t2=research&t3=order;");
aI("text=<u>Контроль за качеством</u>;url=./index.php?t1=services&t2=research&t3=kk;");
}
with(milonic=new menuname("programs")){
style=menuStyle;
aI("text=<u>Программы тренингов</u>;url=./index.php?t1=services&t2=trenings&t3=programs;");
}

with(milonic=new menuname("soprovozhden")){
style=menuStyle;
aI("text=<u>Пакеты услуг</u>;url=./index.php?t1=services&t2=soprovozhden&t3=paketuslug;");
}

with(milonic=new menuname("analytics")){
style=menuStyle;
	aI("text=<u>Статьи</u> <img src=./img/arr.gif border=0>;url=./index.php?t1=analytics&t2=article;showmenu=article;");
	aI("text=<u>Отчеты по исследованиям</u>;url=./index.php?t1=analytics&t2=reports;");
}

with(milonic=new menuname("article")){
style=menuStyle;
    aI("text=<u>Продукты и рынки</u>;url=./index.php?t1=analytics&t2=article&t3=marketing;");
	aI("text=<u>Политология</u>;url=./index.php?t1=analytics&t2=article&t3=politolog;");
//	aI("text=<u>Психология</u>;url=./index.php?t1=analytics&t2=article&t3=psiholog;");
	aI("text=<u>Связи с общественностью</u>;url=./index.php?t1=analytics&t2=article&t3=svyazi;");
	aI("text=<u>Социология</u>;url=./index.php?t1=analytics&t2=article&t3=sociolog;");

}

with(milonic=new menuname("faq")){
style=menuStyle;
	aI("text=<u>Задать вопрос</u>;url=./index.php?t1=faq&t2=add;");
	aI("text=<u>Вопросы ожидающие ответа</u>;url=./index.php?t1=faq&t2=allq;");
}

with(milonic=new menuname("catalog")){
style=menuStyle;
	aI("text=<u>Регистрация сайта</u>;url=./index.php?t1=catalog&add=on;");
	aI("text=<u>Поиск по каталогу</u>;url=./index.php?t1=catalog&search=on;");
}
drawMenus();


