<!--

// Copyright (c) KOUTMEDIA, www.koutmedia.com, info(at)koutmedia(dot)com

//============================================================
// function menu
//------------------------------------------------------------

jQuery(document).ready(function() {
   
   jQuery('.navi02').hover(
      function() {
         jQuery('#menu').slideDown(100);
      },
      function() {
         jQuery('#menu').slideUp(100);
      }
   );
   jQuery('.menu01').hover(
      function() {
         jQuery('.submenu01').slideDown(100);
      },
      function() {
         jQuery('.submenu01').slideUp(100);
      }
   );
   jQuery('.menu02').hover(
      function() {
         jQuery('.submenu02').slideDown(100);
      },
      function() {
         jQuery('.submenu02').slideUp(100);
      }
   );
   jQuery('.menu03').hover(
      function() {
         jQuery('.submenu03').slideDown(100);
      },
      function() {
         jQuery('.submenu03').slideUp(100);
      }
   );
   jQuery('.menu04').hover(
      function() {
         jQuery('.submenu04').slideDown(100);
      },
      function() {
         jQuery('.submenu04').slideUp(100);
      }
   );
   jQuery('.menu05').hover(
      function() {
         jQuery('.submenu05').slideDown(100);
      },
      function() {
         jQuery('.submenu05').slideUp(100);
      }
   );
   jQuery('.menu06').hover(
      function() {
         jQuery('.submenu06').slideDown(100);
      },
      function() {
         jQuery('.submenu06').slideUp(100);
      }
   );

});

//============================================================
// function new images
//------------------------------------------------------------

var myImage01 = new Image();
var myImage02 = new Image();
var myImage03 = new Image();
var myImage04 = new Image();
var myImage05 = new Image();

var myImage06 = new Image();

myImage01.src = 'http://www.baihaimaz.com/wp-content/themes/baihaimaz/images/navi_01_mouseover.gif';
myImage02.src = 'http://www.baihaimaz.com/wp-content/themes/baihaimaz/images/navi_02_mouseover.gif';
myImage03.src = 'http://www.baihaimaz.com/wp-content/themes/baihaimaz/images/navi_03_mouseover.gif';
myImage04.src = 'http://www.baihaimaz.com/wp-content/themes/baihaimaz/images/navi_04_mouseover.gif';
myImage05.src = 'http://www.baihaimaz.com/wp-content/themes/baihaimaz/images/navi_05_mouseover.gif';

myImage06.src = 'http://www.baihaimaz.com/wp-content/themes/baihaimaz/images/logo_mouseover.gif';

// -->