//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,285,87,"Be a Subject",0,"/subject.shtml","Collaborate",0,"/collaborate.shtml","Join Our Team",0,"/join.shtml","Share Your Comments",0,"/comments.shtml");
makeMenu(2,358,87,"Linda Larson-Prior",0,"/linda.shtml","Tracy Nolan",0,"/tracy.shtml","John Zempel",0,"http://neuro.wustl.edu/aboutus/facultybiographies/zempel.htm","Joe Culver",0,"http://orl.wustl.edu/people/joe.htm","Collaborators",0,"/collaborate.shtml");
makeMenu(3,425,87,"Papers",0,"/papers.shtml","Posters",0,"/posters.shtml","Presentations",0,"/presentations.shtml");
makeMenu(4,524,87,"Research",0,"/research.shtml","Research",0,"/research.shtml","Research",0,"/research.shtml");


//set these color for your background or rollover colors

//standard pop menu background color
bgcolor = "#FFFFFF";

//left menu background color
bgcolor2 = "#660000";

//top pop menu roll color
rollcolor1 = "#336699";

//left pop menu roll color
rollcolor2 = "#660000";

//left menu roll color
rollcolor3 = "#993333";

writeMenus();
startup();