/*ジャンプメニュー*/
function Mylink(Sel){
mlink=Sel.options[Sel.selectedIndex].value;
if(mlink!="-"){
window.open(mlink,"","toolbar=yes,menubar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes");
}
}
//お問い合わせ用
function customerWin(){
   location.href = "mailto:eigyoukanri@yamaura.co.jp?Subject=お客様窓口";
}
