if (TransMenu.isSupported())
{
  var ms = new TransMenuSet(TransMenu.direction.down, 0,-1, TransMenu.reference.bottomLeft);
  function init25()
  {
    if (TransMenu.isSupported())
	{
      TransMenu.initialize();
      document.getElementById("menu2524").onmouseover = function()
	  {
        ms.hideCurrent();
        this.className = "hover";
      }
      document.getElementById("menu2524").onmouseout = function() { this.className = ""; }
      document.getElementById("menu259").onmouseover = function()
	  {
        ms.hideCurrent();
        this.className = "hover";
      }
      document.getElementById("menu259").onmouseout = function() { this.className = ""; }
      document.getElementById("menu2525").onmouseover = function()
	  {
        ms.hideCurrent();
        this.className = "hover";
      }
      document.getElementById("menu2525").onmouseout = function() { this.className = ""; }
      document.getElementById("menu257").onmouseover = function()
	  {
        ms.hideCurrent();
        this.className = "hover";
      }
      document.getElementById("menu257").onmouseout = function() { this.className = ""; }
      document.getElementById("menu258").onmouseover = function()
	  {
        ms.hideCurrent();
        this.className = "hover";
      }
      document.getElementById("menu258").onmouseout = function() { this.className = ""; }
      document.getElementById("menu2510").onmouseover = function()
	  {
        ms.hideCurrent();
        this.className = "hover";
      }
      document.getElementById("menu2510").onmouseout = function() { this.className = ""; }
      document.getElementById("menu256").onmouseover = function()
	  {
        ms.hideCurrent();
        this.className = "hover";
      }
      document.getElementById("menu256").onmouseout = function() { this.className = ""; }
	  document.getElementById("menu2535").onmouseover = function()
	  {
        ms.hideCurrent();
        this.className = "hover";
      }
      document.getElementById("menu2535").onmouseout = function() { this.className = ""; }
    }
  }
  TransMenu.dingbatSize = 0;
  TransMenu.spacerGif = "";
  TransMenu.dingbatOn = "";
  TransMenu.dingbatOff = ""; 
  TransMenu.sub_indicator = false;
  TransMenu.menuPadding = 0;
  TransMenu.itemPadding = 0;
  TransMenu.shadowSize = 2;
  TransMenu.shadowOffset = 3;
  TransMenu.shadowColor = "#888";
  TransMenu.shadowPng = "../images/transmenu/grey-40.png";
  TransMenu.backgroundColor = "";
  TransMenu.backgroundPng = "../images/transmenu/white-90.png";
  TransMenu.hideDelay = 100;
  TransMenu.slideTime = 50;
  TransMenu.modid = 25;
  TransMenu.selecthack = 0;
  TransMenu.autoposition = 0;
  TransMenu.renderAll();
  if ( typeof window.addEventListener != "undefined" )
    window.addEventListener( "load", init25, false );
  else if ( typeof window.attachEvent != "undefined" )
  {
    window.attachEvent( "onload", init25 );
  }
  else
  {
    if ( window.onload != null )
	{
      var oldOnload = window.onload;
      window.onload = function ( e )
	  {
        oldOnload( e );
        init25();
      }
    }
	else
      window.onload = init25();
  }
}