/*
* this script loads the rollover banner menu for G-line web pages
*
* note that the menus are defined in the file "menu.js" and loaded 
*      in the header section of each html page.
*
* L. Houghton 9-5-2007
*/
document.write('<li><a href="http://www.chess.cornell.edu/index.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, \'250px\')" onMouseout="delayhidemenu()">Other Seminars and Departments</a></li><li><a href="http://www.chess.cornell.edu/index.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu2, \'200px\')" onMouseout="delayhidemenu()">Meetings - Past & Present</a></li>')
