fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=0      // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0       // The time delay before menus open on mouse over
_subOffsetTop=0        // Sub menu top offset
_subOffsetLeft=0      // Sub menu left offset

with(MainMenuStyle=new mm_style()){
itemheight=48;
itemwidth=123;
oncolor="#E10915";
offcolor="#666666";
fontsize=12;
fontstyle="normal"; 
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
align="center";
bgimage="images/bg_m.gif";
overbgimage="images/bg_m_f2.gif";
pagebgimage="images/bg_m_f2.gif";
pagecolor="#333333";
}

with(SubMenuStyle=new mm_style()){
itemheight=28;
itemwidth=185;
onbgcolor="#666666";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#7A7978";
pagebgcolor="#EEEEEE";
pagecolor="#7A7978";
bordercolor="#D7D7D6";
borderstyle="solid";
borderwidth=1;
separatorcolor="#D7D7D6";
separatorsize="1";
separatorwidth=185;
separatoralign="center";
fontsize=10;
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
padding=0;
image="images/p_menu.jpg";
overimage="images/p_menu_f2.jpg";
pageimage="images/p_menu_page.jpg";
imagepadding="5";
overfilter="Shadow(color='#777777', Direction=135, Strength=2)";
}

with(dmenu=new menuname("Sub1")){
style=SubMenuStyle;
aI("url=1_1.html;text=Társaságunk adatai;");
aI("url=1_2.html;text=Tevékenységünk;");
aI("url=1_3.html;text=Céljaink;");
aI("url=1_4.html;text=Jövőképünk;");
}

with(dmenu=new menuname("Sub2")){
style=SubMenuStyle;
aI("url=2_1.html;text=Szolgáltatások bemutatása;");
aI("url=2_2.html;text=Díjak;");
}

drawMenus();

