function webshoko(){
 for (var i=0;i<document.websho.utype.length;i++){
  if (document.websho.utype[i].checked == true) {
   if (document.websho.utype[i].value=="kaiin") {document.websho.action="http://www.shokokai.or.jp/eshoko/asp/login_kaiin.asp";}
   else if (document.websho.utype[i].value=="shokuin") {document.websho.action="http://www.shokokai.or.jp/eshoko/asp/login_shokuin.asp";}
  }
 }
}