//
// inc01.js		Ver.0.4		2006.11.16-2006.12.28
//					Unitybell  K.Yoshikawa
//

function check_pw(var1){
  //alert("「送信」ボタンがクリックされました。(内容:"+var1+")");
}

function touroku(level){
  //alert("「会員登録」ボタンがクリックされました。");
  //alert("Level="+level);
  switch(level){
    case "A":
      window.location="http://com-assist.info/lanste2/touroku/index.html";
      break;
    case "B":
      window.location="http://210.169.88.226/lanste2/touroku/index.html";
      break;
    case "C":
      window.location="https://www.lanstation.co.jp/lanste2/touroku/index.html";
//      window.location="https://www2.lanstation.co.jp/lanste2/touroku/index.html";
      break;
    case "D":
      window.location="http://www2.lanstation.co.jp/touroku/index.html";
      break;
  }
}

