//To create menus, call makeMenu with these values:
//the menu id - should be a sequential number - don't skip any
//the top and left coordinates of where the menu should appear
//a list of links in this format:
//link title,0,link URL

makeMenu(1,220,89,"Resources",0,"../../../aboutus/resources.html","Opportunities",0,"../../../aboutus/opportunities.html","Contact Us",0,"../../../aboutus/contact.html","Links",0,"../../../aboutus/links.html");
makeMenu(2,301,89,"Faculty",0,"../../../people/faculty.html","Staff",0,"../../../people/staff.html","Postdocs",0,"../../../people/postdocs.html","Alumni",0,"../../../people/alumni.html","Students",0,"../../../people/students.html","Collaborators",0,"../../../people/collaborators.html");
makeMenu(3,368,89,"Projects",0,"../../../research/projects.html","Images",0,"../../../research/images.html");

//set these color for your background or rollover colors

//standard pop menu background color
bgcolor = "#FFFFFF";

//left menu background color
bgcolor2 = "#336699";

//top pop menu roll color
rollcolor1 = "#336699";

//left pop menu roll color
rollcolor2 = "#336699";

//left menu roll color
rollcolor3 = "#993333";

writeMenus();
startup();