_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

/// Style Definitions ///

with(subStyle=new mm_style()){
onbgcolor="#B2CFEB";
oncolor="#0D2E8C";
offbgcolor="#B2CFEB";
offcolor="#000000";
bordercolor="#B2CFEB";
borderstyle="solid";
borderwidth=0;
separatorcolor="#B2CFEB";
separatorsize=2;
padding=2;
fontsize=11;
fontstyle="normal";
fontfamily="Verdana";
}

/// Submenu Definitions ///

with(milonic=new menuname("research")){
style=subStyle;
aI("text= Stem Cells ;url=stem.html;target=mainFrame;");
aI("text= Angiogenenis ;url=angiogenesis.html;target=mainFrame;");
aI("text= Vascular Biology ;url=vascular.html;target=mainFrame;");
aI("text= Press Releases;url=press.html;target=mainFrame;");
aI("text= Research Support ;url=support.html;target=mainFrame;");
}

with(milonic=new menuname("Info for Students")){
style=subStyle;
aI("text= Courses ;url=courses.html;target=mainFrame;");
aI("text= PhD &amp; Postdoctoral Program ;url=ppp.html;target=mainFrame;");
aI("text= Research Seminars ;url=seminars.html;target=mainFrame;");
}

with(milonic=new menuname("links")){
style=subStyle;
aI("text= Ctr Mol Med ;url=http://kardiologie-uni-frankfurt.de/index.php?hb=molkard&sb=leitung;target=_new;");
aI("text= ECCPS Excellence Cluster ;url=http://eccps.de;target=_new;");
aI("text= Goethe University Frankfurt ;url=http://www.uni-frankfurt.de/english/index.html;target=_new;");
}

drawMenus();

