
$(function(){

$("#a1").mouseover(function(){
$("#mlink").html("");
$("#mlink").css("height", "0em");
});

$("#a2").mouseover(function(){
$("#mlink").html("<a href=http://makehp.smartnetwork.co.jp>ホームページ作成</a>&nbsp;&nbsp;<a href=service_pc.html>PCメンテナンス</a>&nbsp;&nbsp;<a href=service_web.html>ホスティング</a>&nbsp;&nbsp;<a href=service_se.html>SIソリューション</a>");
$("#mlink").css("height", "1.5em");
});

$("#a3").mouseover(function(){
$("#mlink").html("<a href=about_us.html>会社概要</a>&nbsp;&nbsp;<a href=about_idea.html>経営理念</a>&nbsp;&nbsp;<a href=about_hist.html>沿革</a>&nbsp;&nbsp;<a href=about_map.html>アクセスマップ</a>&nbsp;&nbsp;<a href=about_image.html>社内紹介</a>");
$("#mlink").css("height", "1.5em");
});

$("#a4").mouseover(function(){
$("#mlink").html("");
$("#mlink").css("height", "0em");
});

$("#a5").mouseover(function(){
$("#mlink").html("");
$("#mlink").css("height", "0em");
});

});
