sniffBrowsers();

menuItemBullet = new bulletPoint("http://www.eecs.umich.edu/~mpflynn/images/bullets/one/menu_off.gif","http://www.wimserc.org/bullets/one/menu_on.gif");
labelBullet = new bulletPoint("http://www.eecs.umich.edu/~mpflynn/images/bullets/one/header_off.gif","http://www.wimserc.org/bullets/one/header_on.gif");
subMenuBullet = new bulletPoint("http://www.eecs.umich.edu/~mpflynn/images/bullets/one/sub_header_off.gif","http://www.wimserc.org/bullets/one/sub_header_on.gif");

myTest = new menuBar('myTest',750, 'horizontal', '#000000', '#000099');
myTest.addLabel('labelBullet', 'Home', 1, 150, '#BFCFFF', '#00248F', 'http://www.eecs.umich.edu/~mpflynn/index.php', 'left');
myTest.addLabel('labelBullet', 'Publications', 2, 150, '#BFCFFF', '#00248F', 'http://www.eecs.umich.edu/~mpflynn/publications.php', 'left');
myTest.addLabel('labelBullet', 'Teaching', 3, 150, '#BFCFFF', '#00248F', 'http://www.eecs.umich.edu/~mpflynn/teaching/W07.html', 'left');
myTest.addLabel('subMenuBullet', 'Students', 4, 150, '#BFCFFF', '#00248F', 'http://www.eecs.umich.edu/~mpflynn/students.html', 'left');
myTest.addLabel('subMenuBullet', 'Projects', 5, 150, '#BFCFFF', '#00248F', 'http://www.eecs.umich.edu/~mpflynn/projects.html', 'left');
myTest.height = 16;

menus[1] = new menu(151, 'vertical', '#000099', '#000099');
menus[1].height = 16;
menus[1].addItem('menuItemBullet', 'About Ann Arbor', null, 150, '#BFCFFF', '#00248F', 'http://www.eecs.umich.edu/~mpflynn/recruitment.php', 'left');
menus[1].addItem('menuItemBullet', 'News', null, 150, '#BFCFFF', '#00248F', 'http://www.eecs.umich.edu/~mpflynn/news/news.php', 'left');

menus[1].writeMenu();

menus[2] = new menu(151, 'vertical', '#000099', '#000099');
menus[2].height = 16;




menus[2].addItem('menuItemBullet', 'All', null, 150, '#BFCFFF', '#00248F', 'http://www.eecs.umich.edu/~mpflynn/publications.php#All', 'left');
menus[2].addItem('menuItemBullet', 'Book Chapters', null, 150, '#BFCFFF', '#00248F', 'http://www.eecs.umich.edu/~mpflynn/publications.php#Chapter', 'left');
menus[2].addItem('menuItemBullet', 'Journal Articles', null, 150, '#BFCFFF', '#00248F', 'http://www.eecs.umich.edu/~mpflynn/publications.php#Journal', 'left');
menus[2].addItem('menuItemBullet', 'Conference Papers', null, 150, '#BFCFFF', '#00248F', 'http://www.eecs.umich.edu/~mpflynn/publications.php#Conference', 'left');
menus[2].addItem('menuItemBullet', 'Invited Talks', null, 150, '#BFCFFF', '#00248F', 'http://www.eecs.umich.edu/~mpflynn/publications.php#Talk', 'left');
menus[2].writeMenu();




menus[3] = new menu(151, 'vertical', '#000099', '#000099');
menus[3].height = 16;
menus[3].addItem('menuItemBullet', 'Winter 2007', null, 150, '#BFCFFF', '#00248F', "http://www.eecs.umich.edu/~mpflynn/teaching/W07.html", 'left');
menus[3].addItem('menuItemBullet', 'Fall 2006', null, 150, '#BFCFFF', '#00248F', "http://www.eecs.umich.edu/~mpflynn/teaching/F06.html", 'left');
menus[3].addItem('menuItemBullet', 'Winter 2006', null, 150, '#BFCFFF', '#00248F', "http://www.eecs.umich.edu/~mpflynn/teaching/W06.html", 'left');
menus[3].addItem('menuItemBullet', 'Fall 2005', null, 150, '#BFCFFF', '#00248F', "http://www.eecs.umich.edu/~mpflynn/teaching/F05.html", 'left');
menus[3].addItem('menuItemBullet', 'Winter 2005', null, 150, '#BFCFFF', '#00248F', "http://www.eecs.umich.edu/~mpflynn/teaching/W05.html", 'left');
menus[3].addItem('menuItemBullet', 'Fall 2004', null, 150, '#BFCFFF', '#00248F', "http://www.eecs.umich.edu/~mpflynn/teaching/F04.html", 'left');
menus[3].addItem('menuItemBullet', 'Winter 2004', null, 150, '#BFCFFF', '#00248F', "http://www.eecs.umich.edu/~mpflynn/teaching/W04.html", 'left');
menus[3].addItem('menuItemBullet', 'Fall 2003', null, 150, '#BFCFFF', '#00248F', "http://www.eecs.umich.edu/~mpflynn/teaching/F03.html", 'left');
menus[3].addItem('menuItemBullet', 'Winter 2003', null, 150, '#BFCFFF', '#00248F', "http://www.eecs.umich.edu/~mpflynn/teaching/W03.html", 'left');
menus[3].addItem('menuItemBullet', 'Fall 2002', null, 150, '#BFCFFF', '#00248F', "http://www.eecs.umich.edu/~mpflynn/teaching/F02.html", 'left');
menus[3].writeMenu();

menus[4] = new menu(151, 'vertical', '#000099', '#000099');
menus[4].height = 16;
menus[4].addItem('menuItemBullet', 'Student Info', null, 150, '#BFCFFF', '#00248F', "http://www.eecs.umich.edu/~mpflynn/details/studentinfo.html", 'left');
menus[4].writeMenu();

menus[5] = new menu(151, 'vertical', '#000099', '#000099');
menus[5].height = 16;
menus[5].writeMenu();

menus[1].align='left';
menus[2].align='left';
menus[3].align='left';
menus[4].align='left';
menus[5].align='left';

