w_id[0] = '';
dropColor = '#DDEEFF';


bldM (1, 'Teaching', 190, 50, dropColor);
  bldMR (0, 'NA', '<b>Spring 2012:</b>');
    bldMR (1, '"OpSys.12Sp"', 'Operating Systems');
  bldMR (0, 'NA', '<b>Fall 2011:</b>');
    bldMR (1, '"4730.11F"', 'Computer Architecture');
  w_nrow[wn] = wr-1;

bldM (2, 'Research', 230, 50, dropColor);
  bldMR (0, 'NA', '<b>Research:</b>');
    bldMR (1, '"Pubs/"', 'Publications');
    bldMR (1, '"gc_current_projects.html"', 'Current projects');
    bldMR (1, '"gc_indust_projects.html"', 'Industrial projects');
    bldMR (1, '"FtpStuff/"', 'FTP site');
    bldMR (1, '"http://www.mscs.mu.edu/~globsol/"', 'GlobSol site');
    bldMR (1, '"http://www.mscs.mu.edu/~georgec/IFAQ/"', 'Interval FAQ');
    bldMR (1, '"gc_rohn_slides.html"', 'Jiri Rohn slides');
  w_nrow[wn] = wr-1;


bldM (3, 'Publication', 250, 50, dropColor);
    bldMR (1, '"Pubs/"', '<b>Publications:</b>');
    bldMR (1, '"Pubs/COSYtest"', 'COSY tests');
    bldMR (1, '"Pubs/books.html"', 'Books');
    bldMR (1, '"Pubs/journ.html"', 'Journal articles');
    bldMR (1, '"Pubs/chapt.html"', 'Chapters in books');
    bldMR (1, '"Pubs/students.html"', 'Work by students');
  w_nrow[wn] = wr-1;


bldM (4, 'Service', 250, 50, dropColor);
  bldMR (0, 'NA', '<b>Organizations:</b>');
    bldMR (1, '"http://www.comp.mu.edu"', 'MU MS in Computing');
    bldMR (1, '"SigmaXi/"', 'MU Sigma Xi');
  bldMR (0, 'NA', '<b>EECE:</b>');
    bldMR (1, '"Software"', 'Software available');
    bldMR (1, '"Curriculum"', 'Curriculum (dir)');
  w_nrow[wn] = wr-1;


bldM (5, 'Marquette', 250, 50, dropColor);
    bldMR (1, '"http://www.marquette.edu"', '<b>Marquette University:</b>');
    bldMR (1, '"http://www.marquette.edu/its/"', 'Information Technology Services');
    bldMR (1, '"http://www.marquette.edu/csc/"', 'Career Services Center');
    bldMR (1, '"http://libus.csd.mu.edu/"', 'Library catalog - MARQCAT');
    bldMR (1, '"http://emarq.marquette.edu/"', 'EMarq');
  w_nrow[wn] = wr-1;


for (i = 0; i < w_id.length; i++) { menu[i] = w_id[i]; }
var w_arr = '<img src="Corliss/Assets/Images/arrow.gif" width="7" height="7" alt="-">';

