// File............: inter_nav_top.js // Description.....: JavaScript code for top navigation // Version.........: 1.1 // Release Date....: December 19, 2005 /* Updates 1.1 - January 10, 2006 Added IFRAME layers to prevent select boxes and embedded objects from showing through the flyouts when viewed in Internet Explorer. */ var isIE = 0; if (navigator.appName == "Microsoft Internet Explorer") { if (navigator.userAgent.indexOf("Opera") ==-1 ) { isIE = 1; } } var flyoutText = ''; flyoutText = '
'; document.write(flyoutText); /* Customer Satisfaction Survey */ if (window.Poll) { Poll(); }