fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(ScrollingSampStyle=new mm_style()){
styleid=1;

bgimage="/images/menu-bg.jpg";
fontfamily="arial";
fontsize="12px";
fontstyle="normal";
fontweight="bold";

offcolor="#0059c6";

oncolor="#e80000";
padding=5;
rawcss="padding-left:35px; background: url(/images/i.gif) no-repeat 15px 2px";
itemheight=25;
}

with(SubStyle=new mm_style()){
styleid=1;

bgimage="/images/menu-bg.jpg";
fontfamily="arial";
fontsize="12px";
fontstyle="normal";
fontweight="bold";

offcolor="#0059c6";
overbgimage="/images/menu1-bg.jpg";
oncolor="#e80000";
padding=5;
rawcss="padding-left:35px; background: url(/images/i.gif) no-repeat 15px 2px";
itemheight=25;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth="1%";
menualign="center";
menuwidth="100%";
orientation="horizontal";
style=ScrollingSampStyle;
top=172;
aI("showmenu=Cities;text=Курорты;");
aI("showmenu=Hotels;text=Об&nbsp;отелях;");
aI("showmenu=Recoms;text=Рекомендуемые&nbsp;отели&nbsp;Хорватии;");
aI("showmenu=Excursions;text=Экскурсии;");
aI("showmenu=Specs;text=Специфика&nbsp;страны;");
aI("showmenu=Info;text=Информация&nbsp;о&nbsp;стране;");
}

with(milonic=new menuname("Cities")){
overflow="scroll";
style=SubStyle;
itemwidth="220";
aI("text=Полуостров Истрия;url=/cities/istria/;")
aI("text=Средняя Далмация;url=/cities/middle_dalmatia/;")
aI("text=Южная Далмация;url=/cities/south_dalmatia/;")
}

with(milonic=new menuname("Hotels")){
overflow="scroll";
style=SubStyle;
itemwidth="220";
aI("text=Полуостров Истрия;url=/hotels/istria/;")
aI("text=Средняя Далмация;url=/hotels/middle_dalmatia/;")
aI("text=Южная Далмация;url=/hotels/south_dalmatia/;")
}

with(milonic=new menuname("Recoms")){
style=SubStyle;
itemwidth="220";
aI("text=Соотношение цена/качество;url=/recoms/1/;");
aI("text=Отели с галечным пляжем;url=/recoms/2/;");
aI("text=C песчаным заходом в море;url=/recoms/3/;");
aI("text=Отели все включено;url=/recoms/4/;");
aI("text=Отели для нудистов;url=/recoms/5/;");
}

with(milonic=new menuname("Excursions")){
overflow="scroll";
style=SubStyle;
itemwidth="220";
aI("text=Полуостров Истрия;url=/excursions/istria/;")
aI("text=Средняя Далмация;url=/excursions/middle_dalmatia/;")
aI("text=Южная Далмация;url=/excursions/south_dalmatia/;")
}

with(milonic=new menuname("Specs")){
overflow="scroll";
style=SubStyle;
itemwidth="220";
aI("text=Плюсы Хорватии;url=/plus/;")
aI("text=Отличия побережий;url=/diffs/;")
aI("text=Минусы Хорватии;url=/minus/;")
aI("text=Об отелях;url=/about_hotels/;")
aI("text=Стоимость услуг в отелях;url=/service_cost/;")
aI("text=Виза;url=/visa/;")
aI("text=Аренда автомобилей;url=/car_rent/;")
aI("text=Кухня и развлечения;url=/food_intertainment/;")
aI("text=Язык;url=/language/;")
}

with(milonic=new menuname("Info")){
overflow="scroll";
style=SubStyle;
itemwidth="220";
aI("text=Полезное по п/о Истрия;url=/info_istria/;")
aI("text=География и население;url=/people/;")
aI("text=Религия;url=/religion/;")
aI("text=Время;url=/time/;")
aI("text=Погода;url=/weather/;")
aI("text=Валюта;url=/currency/;")
aI("text=Медицина;url=/medicine/;")
aI("text=Полезные телефоны;url=/phones/;")
aI("text=Виза;url=/infovisa/;")
aI("text=Посольство России;url=/embassy/;")
aI("text=График работы банков;url=/banks_shops/;")
aI("text=Чаевые;url=/tips/;")
aI("text=Электричество;url=/electricity/;")
}



drawMenus();

