

_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=en_1a.htm;text=Mission;");
aI("url=en_1b.htm;text=Services;");
aI("url=en_1c.htm;text=Membership;");
aI("url=en_1d.htm;text=Structure;");
}

with(milonic=new menuname("Sub3")){
style=SubMenuStyle;
aI("url=en_3b.htm;text=Innovation Grand Prize;");
aI("url=en_3a.htm;text=Innovation Contest;");
aI("url=en_3c.htm;text=International Youth Events;");
aI("url=en_3d.htm;text=Business Plan Competition;");
aI("url=en_3e.htm;text=István Harsányi Prize;");
aI("url=en_3g.htm;text=Media Prize;");
aI("url=en_3f.htm;text=György Kontra Innovation Prize;");
}

with(milonic=new menuname("Sub4")){
style=SubMenuStyle;
aI("url=http://www.meetthescientist.hu/index_en.php;target=_blank;text=Meet the Scientist;");
aI("url=en_4b.htm;text=General Assembly;");
aI("url=en_4a.htm;text=Innoforum;");
aI("url=http://www.eucontest.hu/;target=_blank;text=15th EU Contest;");
}

with(milonic=new menuname("Sub5")){
style=SubMenuStyle;
aI("url=en_5a.htm;text=Professional partners;");
aI("url=en_5d.htm;text=Sponsors;");
aI("url=en_5b.htm;text=Launched organisations;");
}

drawMenus();

