_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FF7800";
oncolor="#ffffff";
offbgcolor="#DEDEDE";
offcolor="#515151";
bordercolor="#858585";
borderstyle="solid";
borderwidth=1;
separatorcolor="#858585";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#C0C0C0";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Samples")){
style=menuStyle;
overflow="scroll";
aI("text=Horizontal Navigational Menu;url=/menusample1.php;");
aI("text=Vertical Navigational Menu;url=/menusample2.php;");
aI("text=All Horizontal Menus;url=/menusample25.php;");
aI("text=Using The Popup Menu Function Fixed Position;url=/menusample3.php;");
aI("text=Using The Popup Menu Function Positioned by Images;url=/menusample24.php;");
aI("text=Image Map Sample;url=/menusample4.php;");
aI("text=Multiple Styles;url=/menusample5.php;");
aI("text=Menus and Tool Tips;url=/menusample6.php;");
aI("text=Multiple Colored Menus;url=/menusample7.php;");
aI("text=Menu Items as Headers;url=/menusample8.php;");
aI("text=Windows XP Style Menus;url=/menusample12.php;");
aI("text=Windows 98 Style Menus;url=/menusample13.php;");
aI("text=Relative Positioning (Table Bound);url=/menusample9.php;");
aI("text=Follow Scrolling;url=/menusample10.php;");
aI("text=Opening Windows & Frames;url=/menusample11.php;");
aI("text=Hiding DIVs when displaying menus;url=/menusample14.php;");
aI("text=Activating MouseOver & MouseOut Functions;url=/menusample15.php;");
aI("text=Dynamic Dragable Menus;url=/menusample22.php;");
aI("text=Positioning with screenposition & offsets;url=/menusample23.php;");
aI("text=100% Width Span Menu;url=/menusample26.php;");
aI("text=Context Right Click Menu;url=/menusample27.php;");
aI("text=Static Images Sample;url=/menusample16.php;");
aI("text=Rollover/swap Images;url=/menusample17.php;");
aI("text=Menus built from images;url=/menusample18.php;");
aI("text=Images as Menu Backgrounds;url=/menusample19.php;");
aI("text=Background Menu Item Images;url=/menusample20.php;");
}

with(milonic=new menuname("takeapart")){
style=menuStyle;

aI("text=On-line анкета;url=/takeapart/takeapart.shtml;");
//aI("text=Правила информационной безопасности;url=/takeapart/security_rules.shtml;");
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Программа &laquo;Почетный гость&raquo; это&#133;;url=/about/about.shtml;");
aI("text=Общие правила и условия участия;url=/about/rules.shtml;");
aI("text=Вопросы и Ответы;url=/about/questionsandanswers.shtml;");
}

with(milonic=new menuname("earn")){
style=menuStyle;
aI("text=Где накапливать баллы;url=/earn/whereearn.shtml;");
aI("text=Как накапливать баллы;url=/earn/earn.shtml;");
aI("text=О привилегии Bonus Points;url=/earn/bonuspoints.shtml;");
//aI("text=О совместных банковских картах;url=/earn/combinedcards.shtml;");
aI("text=О проекте &laquo;День рождения&raquo;;url=/earn/birthday.shtml;");
aI("text=Специальное предложение;url=/earn/special_offer.shtml;");
}

with(milonic=new menuname("spend")){
style=menuStyle;
aI("text=Как потратить баллы;url=/spend/spendpoins.shtml;");
aI("text=Где потратить баллы;url=/spend/wherespend.shtml;");
aI("text=Как узнать баланс;url=/spend/checkyourbalance.shtml;");
}

with(milonic=new menuname("exclusiv")){
style=menuStyle;
aI("text=Главная страница;url=/cgi-bin/catalog.pl");
aI("text=Что такое Exclusiv;url=/exclusiv/what.shtml;");
aI("text=Как оформить заказ;url=/exclusiv/how_form.shtml;");
aI("text=Как получить заказ;url=/exclusiv/how_get.shtml;");
aI("text=Как узнать баланс;url=/exclusiv/how_know.shtml;");
aI("text=Контакты;url=/exclusiv/contacts.shtml;");
aI("text=Общие вопросы;url=/exclusiv/help.shtml;");
}

drawMenus();


