
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
align="center";
oncolor="#FFFEB9";
offcolor="#EC8808";
bordercolor="#6F4108";
borderstyle="solid";
borderwidth=1;
padding=5;
fontsize="13px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
pagecolor="#EC8808";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#ffffff";
itemwidth="140";
itemheight="42";
bgimage="btn.jpg";
subimagepadding="2";
pageclass="ba"
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
visitedcolor="#EC8808";

}with(sc=new menuname("idx")){
style=menuStyle;
aI("text=Streetchallenge.ru в Серпухове;url=?act=serpuhov");
}

with(sc=new menuname("about")){
style=menuStyle;
aI("text=Место проведения стритчелленджа;url=?act=place");
aI("text=СМИ;url=?act=smi");
aI("text=Контакты;url=?act=contacts");
aI("text=Место проведения ралли-спринта;url=?act=place2");
aI("text=Здесь мы отдыхаем;url=?act=1000miles");
aI("text=Статья в Комсомольской Правде;url=?act=kp");
}

with(sc=new menuname("races")){
style=menuStyle;
aI("text=Виды соревнований, проводимых клубом;url=?act=types");
aI("text=Регламент летнего сезона;url=?act=reglament");
aI("text=Регламент зимнего сезона;url=?act=reglament2");
}

with(sc=new menuname("rate")){
style=menuStyle;
aI("text=Рейтинги летнего сезона 2005;url=?act=rate05");
aI("text=Рейтинг зимнего сезона 2006;url=?act=rate06z");
aI("text=Рейтинг организаторского кубка Org Trophy 2006;url=?act=rate06t");
aI("text=Рейтинги летнего сезона 2006;url=?act=rate06l");
}

with(sc=new menuname("mat")){
style=menuStyle;
aI("text=Правила дорожного движения;url=?act=pdd");
aI("text=Техника вождения;url=?act=technics");
aI("text=Таблица штрафов за нарушения ПДД;url=?act=penalty");
aI("text=Расчет скорости по тормозному пути;url=?act=skorost");
aI("text=Англо-русский словарь автомобильных терминов и сокращений;url=?act=dict");
aI("text=Закись азота;url=?act=nos");
aI("text=Тюнинг и форсировка двигателя;url=?act=dviglo");
aI("text=Все, что надо знать о шинах;url=?act=shina");
aI("text=Турбонаддув;url=?act=naduv");
aI("text=Изготовление пластиковых обвесов своими руками;url=?act=obves");
aI("text=Зачем нужна аэрография;url=?act=aerografia");
aI("text=Ксенон;url=?act=xenon");
aI("text=Дайте воздуха - я задыхаюсь&#33;;url=?act=vozdux");
aI("text=Пять заповедей тюнинга;url=?act=zapovedi");
aI("text=Перетяжка салона кожей;url=?act=skin");
aI("text=Коды регионов;url=?act=code");
}

with(sc=new menuname("")){
style=menuStyle;
aI("text=Добавить ссылку;url=?act=addurl");
aI("text=Каталог VIP ссылок;url=?act=link");
}

with(sc=new menuname("party")){
style=menuStyle;
aI("text=GT SESSION;url=?act=gt_session");
aI("text=DA RACING PARTY 2006;url=?act=da_racing_party_2006");
aI("text=ALKO-LEGALIZED (РАЗМИНАЕМ ПЕЧЕНЬ);url=?act=alko_legalized");
aI("text=STREETCHALLENGE.RU - OPENAIR №2;url=?act=openair_2");
aI("text=HALLOWEEN RACING NIGHT;url=?act=halloween");
}

drawMenus();