

_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=0               // Sub menu top offset
_subOffsetLeft=-2              // Sub menu left offset


with(MainMenuStyle=new mm_style()){
itemheight=36;
itemwidth=96;
oncolor="#004378";
offcolor="#FFFFFF";
fontsize=10;
fontstyle="normal"; // lehet meg italic
fontweight="bold"; // lehet meg bold
fontfamily="Verdana, Arial, Helvetica, sans-serif";
align="center";
bgimage="images/bg_m.jpg";
overbgimage="images/bg_m_f2.jpg";
}

with(SubMenuStyle=new mm_style()){
itemheight=22;
itemwidth=192;
onbgcolor="#004378";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#004378";
pagebgcolor="#DEDEDD";
pagecolor="#004378";
bordercolor="#C2C1C1";
borderstyle="solid";
borderwidth=1;
separatorcolor="#DEDEDD";
separatorsize="1";
separatorwidth=188;
separatoralign="center";
fontsize=10;
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
padding=0;
image="images/ps_nyil_green.gif";
overimage="images/ps_nyil_white.gif";
pageimage="images/ps_nyil_green.gif";
imagepadding="5";
subimage="images/ps_nyil_red.gif";
onsubimage="images/ps_nyil_white.gif";
subimagepadding="5";
overfilter="Shadow(color='#777777', Direction=135, Strength=2)";
}


with(milonic=new menuname("Sub1")){
style=SubMenuStyle;
aI("url=1a_hu.php;text=Küldetés;");
aI("url=1c_hu.php;text=Szervezeti felépítés;");
aI("url=1f_hu.php;text=Szolgáltatások;");
aI("url=1d_hu.php;text=Elnökség;");
aI("url=1e_hu.php;text=Választmány;");
aI("url=4b_hu.php;text=Közgyűlések;");
aI("url=1b_hu.php;text=Tagság;");
}

with(milonic=new menuname("Sub2")){
style=SubMenuStyle;
aI("url=2a_hu.php;text=Állásfoglalások;");
aI("url=felsookttag;target=_blank;text=Felsőoktatási Tagozat fóruma;");
aI("url=2b_hu.htm;text=Szövetség hírei;");
aI("url=2c_hu.htm;text=Várható események;");
aI("url=2d_hu.htm;text=Pályázati felhívások;");
aI("url=2e_hu.htm;text=Sajtószemle;");
}

with(milonic=new menuname("Sub3")){
style=SubMenuStyle;
aI("url=3b_hu.php;text=Innovációs Nagydíj;");
aI("url=3a_hu.php;text=Ifjúsági Verseny;");
aI("url=3c_hu.php;text=Nemzetközi ifj. rendezvények;");
aI("url=3d_hu.php;text=Üzleti Terv Verseny;");
aI("url=3e_hu.php;text=Harsányi István-díj;");
aI("url=3g_hu.php;text=Média Díj;");
aI("url=3f_hu.php;text=Kontra György Innovációs Díj;");
}

with(milonic=new menuname("Sub4")){
style=SubMenuStyle;
aI("url=http://www.meetthescientist.hu/;target=_blank;text=Meet the Scientist ;");
aI("url=http://www.the-online.hu/;target=_blank;text=THE program;");
aI("url=4a_hu_projekt1.php;text=Modulrendszerek;");
aI("url=4a_hu.php;text=Innoforum;");
aI("url=http://www.eucontest.hu/;target=_blank;text=15. EU-döntő;");
aI("url=4d_hu.php;text=Design kiállítás;");
}

with(milonic=new menuname("Sub5")){
style=SubMenuStyle;
aI("url=5a_hu_2012.php;text=Hírlevél;");
aI("url=5b_hu.php;text=Évkönyv;");
aI("url=5c_hu.php;text=Tanulmányok;");
aI("url=1g_hu.php;text=Innováció értelmezése;");
}

with(milonic=new menuname("Sub6")){
style=SubMenuStyle;
aI("url=6a_hu.php;text=Szakmai partnerek;");
aI("url=6d_hu.htm;text=Támogatók;");
aI("url=6b_hu.htm;text=Alapított szervezetek;");
}

drawMenus();

