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=33;

itemwidth=90;

oncolor="#FFFFFF";

offcolor="#7A7978";

fontsize=9;

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="#FFFFFF";

}



with(SubMenuStyle=new mm_style()){

itemheight=22;

itemwidth=178;

onbgcolor="#B0302E";

oncolor="#FFFFFF";

offbgcolor="#FFFFFF";

offcolor="#7A7978";

pagebgcolor="#EEEEEE";

pagecolor="#7A7978";

bordercolor="#D7D7D6";

borderstyle="solid";

borderwidth=1;

separatorcolor="#D7D7D6";

separatorsize="1";

separatorwidth=178;

separatoralign="center";

fontsize=9;

fontstyle="normal";

fontfamily="Verdana, Arial, Helvetica, sans-serif";

padding=0;

image="../images/p_sm.jpg";

overimage="../images/p_sm_f2.jpg";

pageimage="../images/p_sm_page.jpg";

imagepadding="5";

subimage="../images/p_sm.jpg";

onsubimage="../images/p_sm_f2.jpg";

pagesubimage="../images/p_sm_page.jpg";

subimagepadding="5";

overfilter="Shadow(color='#777777', Direction=135, Strength=2)";

}



with(dmenu=new menuname("Sub1")){

style=SubMenuStyle;

aI("url=1_1.html;text=Mission;");

aI("url=1_2.html;text=Services;");

aI("url=1_3.html;text=People;");

aI("url=1_4.html;text=Contact;");

}



with(dmenu=new menuname("Sub2")){

style=SubMenuStyle;

aI("url=2_4.html;text=Services;");

aI("url=2_2.html;text=Assessment;");

aI("url=2_3.html;text=Financial resources;");

aI("url=for_innovators_intellectual_property_main.html;text=Intellectual Property;");

aI("url=2_5.html;text=EU Research Partnership, FP7;");

}



with(dmenu=new menuname("Sub3")){

style=SubMenuStyle;

aI("url=3_1.html;text=Current Novinex projects;");

aI("url=3_2.html;text=Search technologies;");

aI("url=3_3.html;text=Find research team;");

}



drawMenus();


