/* * Flyout menus for the University of Washington Home Page * University of Washington / UW Technology * May, 2005 * Documentation can be found at * http://www.washington.edu/webinfo/case/flyout/ * $Id: flyout.js,v 2.10 2008/01/28 21:57:21 fmf Exp $ * * You are free to copy and/or use these flyout menus (or * derivative works) but please make sure this comment block * remains intact and in its entirety at the top of the file. */ var d = document; FlyLyr.on = 0; if ('undefined' != typeof d.getElementById) { FlyLyr.isMac = navigator.platform.indexOf ('Mac') >= 0; FlyLyr.on = 1; var ua = navigator.userAgent; FlyLyr.isOpera = ua.indexOf (' Opera ') >= 0; FlyLyr.isKonq = ua.indexOf (' Konqueror') >= 0; initFlyLyr (); initDelay (); d.write ('