/*
* this script loads the rollover banner menu for CHESS web pages
*
* note that the menus are defined in the file "menu.js" and loaded 
*      in the header section of each html page.
*
* YES, it is ugly because it has to be all one line.
*
* E. Fontes 8-24-2007
*/
document.write('<li><a href="http://www.chess.cornell.edu/index.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, \'150px\')" onMouseout="delayhidemenu()">Science</a></li><li><a href="http://www.chess.cornell.edu/index.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu2, \'150px\')" onMouseout="delayhidemenu()">Education</a></li><li><a href="http://www.chess.cornell.edu/index.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu3, \'150px\')" onMouseout="delayhidemenu()">Facility</a></li><li><a href="http://www.chess.cornell.edu/index.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu4, \'150px\')" onMouseout="delayhidemenu()">Stations</a></li><li><a href="http://www.chess.cornell.edu/index.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu5, \'150px\')" onMouseout="delayhidemenu()">Users</a></li><li><a href="http://www.chess.cornell.edu/index.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu6, \'150px\')" onMouseout="delayhidemenu()">Operations</a></li><li><a href="http://www.chess.cornell.edu/safety/index.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu7, \'150px\')" onMouseout="delayhidemenu()">Safety</a></li><li><a href="http://jclub.chess.cornell.edu/index.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu8, \'150px\')" onMouseout="delayhidemenu()">Events</a></li>')
