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=32;
itemwidth=192;
oncolor="#CC0000";
offcolor="#FFFFFF";
fontsize=13;
fontstyle="normal"; 
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
align="left";
bgimage="images/m.jpg";
overbgimage="images/m_f2.jpg";
pagebgimage="images/m_f2.jpg";
pagecolor="#CC0000";
rawcss="padding-left:16px;";
}

with(SubMenuStyle=new mm_style()){
itemheight=32;
itemwidth=192;
onbgcolor="#D7F2FF"; 
oncolor="#CC0000";
offbgcolor="#FFFFD5"; 
offcolor="#62462F"; 
pagebgcolor="#D7F2FF"; 
pagecolor="#CC0000"; 
bordercolor="#DAAF1F";  
borderstyle="solid";
borderwidth=1;  //1
separatorcolor="#DAAF1F";
separatorsize="1";
separatorwidth=192;
separatoralign="center";
fontsize=11;
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
padding=6;   // 0
//image="images/point_dblue.gif";  // "images/p_sm.gif"
//overimage="images/p_sm_f2.gif";  //"images/p_sm_f2.gif"
//pageimage="images/p_sm.gif";   // "images/p_sm_page.gif"
imagepadding="5";
//subimage="images/point_dblue.gif";
//onsubimage="images/p_sm_f2.gif";
//pagesubimage="images/p_sm.gif";
subimagepadding="5";
overfilter="Shadow(color='#7777D5', Direction=135, Strength=2)";
}

with(dmenu=new menuname("Sub1")){
style=SubMenuStyle;
aI("url=index.php?num=1_1;text=Célkitűzéseink;");
aI("url=index.php?num=1_2;text=Történetünk;");
aI("url=index.php?num=1_3;text=Beszámoló;");
aI("url=index.php?num=1_4;text=Munkatársak;");
}

with(dmenu=new menuname("Sub2")){
style=SubMenuStyle;
aI("showmenu=Sub21;url=index.php?num=2_1;text=Mentés és őrzött szállítás;");
aI("showmenu=Sub25;text=Oktatás;");
aI("url=index.php?num=2_3;text=További tevékenységeink;");
aI("url=index.php?num=2_4;text=Pályázatok, pénzgyűjtő akciók;");
}

with(dmenu=new menuname("Sub21")){
style=SubMenuStyle;
aI("url=index.php?num=2_2;text=Ahol jártunk;");
}

with(dmenu=new menuname("Sub25")){
style=SubMenuStyle;
aI("url=index.php?num=2_5_1;text=Bemutatkozás;");
aI("url=index.php?num=2_5_2;text=Oktatóink;");
aI("url=index.php?num=2_5_3;text=Tanfolyamaink;");
aI("url=index.php?num=2_5_4;text=Jelentkezés;");
}

with(dmenu=new menuname("Sub3")){
style=SubMenuStyle;
aI("url=index.php?num=3_1;text=Diagrammok;");
aI("url=index.php?num=3_2;text=Kórházak szerint;");
aI("url=index.php?num=3_3;text=Lakóhely szerint;");
aI("url=index.php?num=3_4;text=MIR statisztika;");
}

with(dmenu=new menuname("Sub6")){
style=SubMenuStyle;
aI("url=index.php?num=6_1;text=Média megjelenések;");
aI("url=index.php?num=6_2;text=Hírarchívum;");
}

drawMenus();
