function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function go_pop(){
     var url= location.href;
     var st = url.search("id=");
     var str= "https://credit.orix.co.jp/credit/BOISS/flash_vip_b.html";
     if (eval(st) != -1){
          var b_id= st+3;
          var id_len= url.length - b_id;
          if (id_len>10){
               str+= "?id="+ url.substring(b_id, b_id+10);
          }else{
               str+= "?id="+ url.substring(b_id);
          }
     }
    var
go_pop=window.open(str,"",'toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=820,height=600')
    go_pop.focus();

}

function go_pop_sp1(){
     var url= location.href;
     var st = url.search("id=");
     var str= "http://credit.orix.co.jp/sp/vip/entry/index.htm";
     if (eval(st) != -1){
          var b_id= st+3;
          var id_len= url.length - b_id;
          if (id_len>10){
               str+= "?id="+ url.substring(b_id, b_id+10);
          }else{
               str+= "?id="+ url.substring(b_id);
          }
     }
    var
go_pop=window.open(str,"",'toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=820,height=600')
    go_pop.focus();

}

