fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=200            // 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=25;
itemwidth=110;
oncolor="#FFFFFF";
offcolor="#FFFFFF";
fontsize=9;
fontstyle="normal"; 
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
align="center";
valign="center";
bgimage="images/menu_of.jpg";
overbgimage="images/menu_on.jpg";
pagebgimage="images/menu_on.jpg";
pagecolor="#FFFFFF";
}

with(MainMenuStyle1=new mm_style()){
itemheight=25;
itemwidth=120;
oncolor="#FFFFFF";
offcolor="#FFFFFF";
fontsize=9;
fontstyle="normal"; 
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
align="center";
valign="center";
bgimage="images/menu1_of.jpg";
overbgimage="images/menu1_on.jpg";
pagebgimage="images/menu1_on.jpg";
pagecolor="#FFFFFF";
image="images/menu_first_f2.jpg";
overimage="images/menu_first.jpg";
pageimage="images/menu_first.jpg";
}

with(SubMenuStyle=new mm_style()){
itemheight=22;
itemwidth=218;
onbgcolor="#666666";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#006898";
pagebgcolor="#EDF6FA";
pagecolor="#006898";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CCCCCC";
separatorsize="1";
separatorwidth=218;
separatoralign="center";
fontsize=9;
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
padding=0;
image="images/p_b.gif";
overimage="images/p_w.gif";
pageimage="images/p_b.gif";
imagepadding="5";
overfilter="Shadow(color='#CCCCCC', Direction=135, Strength=2)";
}

with(SubMenuStyle1=new mm_style()){
itemheight=22;
itemwidth=228;
onbgcolor="#666666";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#006898";
pagebgcolor="#EDF6FA";
pagecolor="#006898";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CCCCCC";
separatorsize="1"
separatorwidth=228;
separatoralign="center";
fontsize=9;
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
padding=0;
image="images/p_b.gif";
overimage="images/p_w.gif";
pageimage="images/p_b.gif";
imagepadding="5";
overfilter="Shadow(color='#CCCCCC', Direction=135, Strength=2)";
}

with(dmenu=new menuname("Sub1")){
style=SubMenuStyle1;
aI("url=1_1.html;text=Cégadatok;onfunction=MM_swapImage('menu1','','images/menu_first_on.jpg',1);offfunction=MM_swapImage('menu1','','images/menu_first_of.jpg',1);");
aI("url=1_2.html;text=Céljaink;onfunction=MM_swapImage('menu1','','images/menu_first_on.jpg',1);offfunction=MM_swapImage('menu1','','images/menu_first_of.jpg',1);");
}

with(dmenu=new menuname("Sub2")){
style=SubMenuStyle;
aI("url=2_1.html;text=Minden szolgáltatás;");
aI("url=2_2.html;text=Reorganizáció;");
aI("url=2_3.html;text=Felszámolás;");
aI("url=2_4.html;text=Végelszámolás;");
aI("url=2_5.html;text=Csődeljárás;");
}

drawMenus();
