// 清酒クイックリンク

function selLink(){
    selurl=document.myform.shohinlist.options[document.myform.shohinlist.selectedIndex].value;
    if (selurl != "" )location.href=selurl;
}

