<!--

/*---- アイコンの表示 ------------*/
document.write("<LINK rel='SHORTCUT ICON' href='img/favicon.ico'>");


function MenuWrite(Menuno) {
    if (Menuno == 1){
        document.write("<A                              class='menu-link' onmouseover='RolloverOn(1);' onmouseout='RolloverOff2(1);'><img name='Menu1' src='img/menu1-hil.gif' width=100 height=20 border=0></a>");
    }else{
        document.write("<A href='index.html'            class='menu-link' onmouseover='RolloverOn(1);' onmouseout='RolloverOff(1);'><img name='Menu1' src='img/menu1-off.gif' width=100 height=20 border=0></a>");
    }
    
    if (Menuno == 2){
        document.write("<A                              class='menu-link' onmouseover='RolloverOn(2);' onmouseout='RolloverOff2(2);'><img name='Menu2' src='img/menu2-hil.gif' width=100 height=20 border=0></a>");
    }else{
        document.write("<A href='products.html'         class='menu-link' onmouseover='RolloverOn(2);' onmouseout='RolloverOff(2);'><img name='Menu2' src='img/menu2-off.gif' width=100 height=20 border=0></a>");
    }

    if (Menuno == 3){
        document.write("<A                              class='menu-link' onmouseover='RolloverOn(4);' onmouseout='RolloverOff2(4);'><img name='Menu4' src='img/menu4-hil.gif' width=150 height=20 border=0></a>");
    }else{
        document.write("<A href='salon.html'        class='menu-link' onmouseover='RolloverOn(4);' onmouseout='RolloverOff(4);'><img name='Menu4' src='img/menu4-off.gif' width=150 height=20 border=0></a>");
    }

    if (Menuno == 5){
        document.write("<A                              class='menu-link' onmouseover='RolloverOn(5);' onmouseout='RolloverOff2(5);'><img name='Menu5' src='img/menu5-hil.gif' width=100 height=20 border=0></a>");
    }else{
        document.write("<A href='aboutus-concept.html'  class='menu-link' onmouseover='RolloverOn(5);' onmouseout='RolloverOff(5);'><img name='Menu5' src='img/menu5-off.gif' width=100 height=20 border=0></a>");
    }


}

//-->