fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=50;
_subOffsetTop=5;
_subOffsetLeft=10;




with(menuStyle=new mm_style()){
bordercolor="#000099";
borderstyle="solid";
borderwidth=2;
fontfamily="Arial,Helvetica,SansSerif";
fontsize="10";
fontstyle="normal";
headerbgcolor="#ffffcc";
headercolor="#000000";
offbgcolor="#000099";
offcolor="#ffffcc";
onbgcolor="#ffffcc";
oncolor="#000099";
padding=2;
separatorcolor="#000099";
separatorsize=2;
separatorwidth=18;
}

with(cges=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=125;
menuwidth="100%";
screenposition="center";
valign="top";
menualign="center";
aI("text=&nbsp;");
aI("title=Back To Home Page;text=Home<br>&nbsp;url=..;");
aI("title=About Us;status=About Us menu;showmenu=About Us;text=About Us<br>&nbsp;url=../aboutus/about.htm;");
aI("title=Events;status=Events menu;showmenu=Events;text=Events<br>&nbsp;url=../events/events.htm;");
aI("title=Research;status=Research menu;showmenu=Research;text=Research<br>&nbsp;url=../rescollab/rcmenu.htm;");
aI("title=To Faculty Page;text=Faculty<br>&nbsp;url=../faculty/faculty.htm;");
aI("title=To Students Page;Students menu;showmenu=Students;text=Students<br>&nbsp;url=../students/students.htm;");
aI("title=Student Opportunities;status=Student Opportunities menu;showmenu=StudentOpportunities;text=Student<br>Opportunities;url=../studentopps/studentopps.htm;");
aI("title=Publications;status=Publications menu;showmenu=Publications;text=Publications<br>&nbsp;url=../publications/pubs.htm;");
aI("title=To Newsroom;text=Newsroom<br>&nbsp;url=../newsroom/news.htm;");
aI("title=Links;status=Links menu;showmenu=Links;text=Links<br>&nbsp;url=../links/links.htm;");
}


with(cges=new menuname("About Us")){
style=menuStyle;
aI("text=Mission Statement;url=../aboutus/about.htm#mission;");
aI("text=Center Administration;url=../aboutus/admin.htm");
}

with(cges=new menuname("Events")){
style=menuStyle;
aI("text=Events Calendar;url=../events/events.htm;");
}

with(cges=new menuname("Research")){
style=menuStyle;
aI("text=Current Research;url=../rescollab/rcmenu.htm;");
aI("text=Previous Research Collaboratives;url=../rescollab/prevrc.htm;");
}

with(cges=new menuname("Students")){
style=menuStyle;
aI("text=2008-2012 Themes;url=../students/students.htm;");
aI("text=1998-2007 Collaborative Model;url=../students/collaborativemodel.htm;");
}

with(cges=new menuname("StudentOpportunities")){
style=menuStyle;
aI("text=Travel Grants;url=../studentopps/travelgrants.htm;");
aI("text=Summer Language Programs;url=../studentopps/summerlgprogs.htm;");
aI("text=Dissertation Fellowships;url=../studentopps/fellowships08.pdf;");
}

with(cges=new menuname("Publications")){
style=menuStyle;
aI("text=German Politics and Society;url=../publications/pubs.htm#gps;");
aI("text=CGES Activities Report;url=../publications/pubs.htm#report;");
aI("text=Research Collaborative Publications;url=../publications/pubs.htm#rescollabpubs;");
aI("text=Publications by CGES-Affiliated Faculty & Speakers;url=../publications/pubs.htm#otherpubs;");
}

with(cges=new menuname("Links")){
style=menuStyle;
aI("text=DAAD;url=../links/links.htm#daad;");
aI("text=CGES Centers;url=../links/links.htm#cges;");
aI("text=Important Centers in the U.S.;url=../links/links.htm#usctr;");
aI("text=German Government Links;url=../links/links.htm#gergov;");
aI("text=Links about Europe;url=../links/links.htm#eu;");
aI("text=UW-Madison Partners;url=../links/links.htm#uw;");
}

drawMenus();

