// JavaScript Document

$(document).ready(function(){
    
    $("#1").mouseover(function () {
      $("#01 .leftmenu_notise").show("fast");
    });
    $("#1").mouseout(function () {
      $("#01 .leftmenu_notise").hide("fast");

    });
	
	   $("#2").mouseover(function () {
      $("#02 .leftmenu_notise").show("fast");
    });
    $("#2").mouseout(function () {
      $("#02 .leftmenu_notise").hide("fast");

    });
	
	   $("#3").mouseover(function () {
      $("#03 .leftmenu_notise").show("fast");
    });
    $("#3").mouseout(function () {
      $("#03 .leftmenu_notise").hide("fast");

    });
	
	   $("#4").mouseover(function () {
      $("#04 .leftmenu_notise").show("fast");
    });
    $("#4").mouseout(function () {
      $("#04 .leftmenu_notise").hide("fast");

    });
	
	   $("#5").mouseover(function () {
      $("#05 .leftmenu_notise").show("fast");
    });
    $("#5").mouseout(function () {
      $("#05 .leftmenu_notise").hide("fast");

    });
	
	   $("#6").mouseover(function () {
      $("#06 .leftmenu_notise").show("fast");
    });
    $("#6").mouseout(function () {
      $("#06 .leftmenu_notise").hide("fast");

    });
	
	   $("#7").mouseover(function () {
      $("#07 .leftmenu_notise").show("fast");
    });
    $("#7").mouseout(function () {
      $("#07 .leftmenu_notise").hide("fast");

    });	 

  });
