﻿//<![CDATA[
var OmniProducts=""
// With this divMenu object, 'false' means the menu elements are not nested.
var divMenu = new FSMenu('divMenu', false, 'visibility', 'visible', 'hidden');
divMenu.cssLitClass = 'highlighted';
divMenu.animInSpeed = 25;
divMenu.animOutSpeed = 25;
divMenu.showDelay = 100;
divMenu.switchDelay = 350;
divMenu.hideDelay = 300;
var topvalue = 26
var topvalue1 = 15
if (isIE=document.all?1:0){topvalue1 = 28}
FSMenu.prototype.onshow = function(mN) { with (this)
{
 var m = menus[mN];
 if (!isIE || !window.createPopup) return;
 // Create a new transparent IFRAME if needed, and insert under the menu.
 if (!m.ifr)
 {
  m.ifr = document.createElement('iframe');
  m.ifr.src = '/iframeblank.html';
  with (m.ifr.style)
  {
   position = 'absolute';
   border = 'none';
   filter = 'progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)';
  }
  m.lyr.ref.parentNode.insertBefore(m.ifr, m.lyr.ref);
 }
 // Position and show it on each call.
 with (m.ifr.style)
 {
  left = m.lyr.ref.offsetLeft + 'px';
  top = m.lyr.ref.offsetTop + 'px';
  width = m.lyr.ref.offsetWidth + 'px';
  height = m.lyr.ref.offsetHeight + 'px';
  visibility = 'visible';
 }
}};
FSMenu.prototype.onhide = function(mN) {{with (this)
{
 if (!isIE || !window.createPopup) return;
 var m = menus[mN];
 if (m.ifr) m.ifr.style.visibility = 'hidden';
}}};

var imgs = new Array(1);
imgs[0] = "/images/topnav/tnav-flyoutC3-C1.gif";
imgs[1] = "/images/topnav/tnav-flyoutC3-C1.gif";
imgs[2] = "/images/topnav/tnav-flyoutC3-C2.gif";
imgs[3] = "/images/topnav/tnav-flyoutC3-C3.gif";
imgs[4] = "/images/topnav/tnav-flyout-topbarC3.gif";
imgs[5] = "/images/topnav/tnav-flyout-bottombarC3.gif";
imgs[6] = "/images/topnav/tnav-flyoutC4-C3.gif";
imgs[7] = "/images/topnav/tnav-flyoutC4-C4.gif";
imgs[8] = "/images/topnav/tnav-flyout-topbarC4.gif";
imgs[9] = "/images/topnav/tnav-flyout-bottombarC4.gif";
var imgObjs = new Array();

for ( var i = 0; i < imgs.length; i++ ){
    var temp = new Image();
    temp.src = imgs[i];
    imgObjs[imgObjs.length] = temp;
}

//]]>